ayjays132 commited on
Commit
7c8c226
1 Parent(s): f1256a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -29
README.md CHANGED
@@ -1,35 +1,35 @@
1
  ---
2
- model_configuration:
3
- model_filename: dynamic_network.pth
4
- max_neurons: 750000
5
- epochs: 50
6
- clip: 5
7
- patience: 7
 
 
 
 
 
 
 
8
  adaptation_rate: 0.05
9
- sequence_length: 200
10
- max_sequence_length: 200
11
- weight_decay: 0.005
12
- num_embeddings: 25000
13
- embedding_dim: 768
14
- hidden_dim: 2048
15
- learning_rate: 0.00001
16
- some_intermediate_size: 3072
17
-
18
- hyperparameters:
19
- input_dimension: 768
20
- initial_neuron_count: 5000
21
- some_adaptation_rate: 0.05
22
  complexity_metric: null
23
-
24
- additional_hyperparameters:
25
- growth_improvement_threshold: 0.01
26
- pruning_improvement_threshold: 0.005
27
- stability_threshold: 0.02
28
- max_complexity: 10000
29
- low_stability_threshold: 0.01
30
- min_epochs_before_growth: 5
31
- desired_improvement_rate: 0.02
32
- max_sequence_length: 200
 
 
 
 
 
 
33
 
34
  license: apache-2.0
35
 
 
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
+ model_type: dynamic_neural_network
27
+ num_embeddings: 25000
28
+ pruning_improvement_threshold: 0.005
29
+ some_adaptation_rate: 0.05
30
+ stability_threshold: 0.02
31
+ start_token_index: 2
32
+ transformers_version: "4.34.0"
33
 
34
  license: apache-2.0
35