ayjays132 commited on
Commit
9102d28
·
1 Parent(s): 7c8c226

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +36 -0
  2. pytorch_model.bin +3 -0
  3. tokenizer.json +7 -0
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "adaptation_rate": 0.05,
3
+ "architectures": [
4
+ "DynamicNeuralNetwork"
5
+ ],
6
+ "complexity_metric": null,
7
+ "desired_improvement_rate": 0.02,
8
+ "ecosystem_dynamics": {
9
+ "environmental_volatility": 0.1,
10
+ "resource_pool": 1.0
11
+ },
12
+ "embedding_dim": 768,
13
+ "growth_improvement_threshold": 0.01,
14
+ "hidden_dim": 2048,
15
+ "initial_neuron_count": 5000,
16
+ "innovative_growth_net": {
17
+ "adaptation_rate": 0.05,
18
+ "complexity_metric": null,
19
+ "initial_capacity": 250000,
20
+ "input_size": 2048
21
+ },
22
+ "input_dimension": 768,
23
+ "low_stability_threshold": 0.01,
24
+ "max_complexity": 10000,
25
+ "max_neurons": 250000,
26
+ "max_sequence_length": 200,
27
+ "min_epochs_before_growth": 5,
28
+ "model_filename": "dynamic_network.pth",
29
+ "model_type": "dynamic_neural_network",
30
+ "num_embeddings": 25000,
31
+ "pruning_improvement_threshold": 0.005,
32
+ "some_adaptation_rate": 0.05,
33
+ "stability_threshold": 0.02,
34
+ "start_token_index": 2,
35
+ "transformers_version": "4.34.0"
36
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ae41347256c54d3944eeadb3aa1c843460d4840ca76ad7596e36e8cc797775e
3
+ size 5219514804
tokenizer.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "type": "gpt2",
3
+ "params": {
4
+ "lowercase": true,
5
+ "preserve_case": false
6
+ }
7
+ }