ayjays132 commited on
Commit
9f7e997
1 Parent(s): e9354e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -26
README.md CHANGED
@@ -1,34 +1,39 @@
1
  ---
2
- adaptation_rate: 0.05
3
  architectures:
4
  - DynamicNeuralNetwork
5
- complexity_metric: null
6
- desired_improvement_rate: 0.02
7
- ecosystem_dynamics:
8
- environmental_volatility: 0.1
9
- resource_pool: 1.0
10
- embedding_dim: 768
11
- growth_improvement_threshold: 0.01
12
- hidden_dim: 2048
13
- initial_neuron_count: 5000
14
- innovative_growth_net:
15
  adaptation_rate: 0.05
 
 
16
  complexity_metric: null
17
- initial_capacity: 250000
18
- input_size: 2048
19
- input_dimension: 768
20
- low_stability_threshold: 0.01
21
- max_complexity: 10000
22
- max_neurons: 250000
23
- max_sequence_length: 200
24
- min_epochs_before_growth: 5
25
- model_filename: dynamic_network.pth
26
- num_embeddings: 25000
27
- pruning_improvement_threshold: 0.005
28
- some_adaptation_rate: 0.05
29
- stability_threshold: 0.02
30
- start_token_index: 2
31
- transformers_version: "4.34.0"
 
 
 
 
 
 
 
 
 
 
 
 
32
 
33
  license: apache-2.0
34
 
 
1
  ---
2
+ model_type: dynamic_neural_network
3
  architectures:
4
  - DynamicNeuralNetwork
5
+ config:
 
 
 
 
 
 
 
 
 
6
  adaptation_rate: 0.05
7
+ architectures:
8
+ - DynamicNeuralNetwork
9
  complexity_metric: null
10
+ desired_improvement_rate: 0.02
11
+ ecosystem_dynamics:
12
+ environmental_volatility: 0.1
13
+ resource_pool: 1.0
14
+ embedding_dim: 768
15
+ growth_improvement_threshold: 0.01
16
+ hidden_dim: 2048
17
+ initial_neuron_count: 5000
18
+ innovative_growth_net:
19
+ adaptation_rate: 0.05
20
+ complexity_metric: null
21
+ initial_capacity: 250000
22
+ input_size: 2048
23
+ input_dimension: 768
24
+ low_stability_threshold: 0.01
25
+ max_complexity: 10000
26
+ max_neurons: 250000
27
+ max_sequence_length: 200
28
+ min_epochs_before_growth: 5
29
+ model_filename: dynamic_network.pth
30
+ model_type: dynamic_neural_network
31
+ num_embeddings: 25000
32
+ pruning_improvement_threshold: 0.005
33
+ some_adaptation_rate: 0.05
34
+ stability_threshold: 0.02
35
+ start_token_index: 2
36
+ transformers_version: 4.34.0
37
 
38
  license: apache-2.0
39