ayjays132 commited on
Commit
f574716
1 Parent(s): 5be2231

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +30 -1
config.json CHANGED
@@ -28,5 +28,34 @@
28
  "metrics": ["accuracy"],
29
  "pipeline_tag": "text-generation",
30
  "library_name": "transformers",
31
- "license": "apache-2.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  }
 
28
  "metrics": ["accuracy"],
29
  "pipeline_tag": "text-generation",
30
  "library_name": "transformers",
31
+ "license": "apache-2.0",
32
+ "custom_params": {
33
+ "adaptation_rate": 0.05,
34
+ "complexity_metric": null,
35
+ "desired_improvement_rate": 0.02,
36
+ "ecosystem_dynamics": {
37
+ "environmental_volatility": 0.1,
38
+ "resource_pool": 1
39
+ },
40
+ "growth_improvement_threshold": 0.01,
41
+ "hidden_dim": 2048,
42
+ "initial_neuron_count": 5000,
43
+ "innovative_growth_net": {
44
+ "adaptation_rate": 0.05,
45
+ "initial_capacity": 250000,
46
+ "input_size": 2048
47
+ },
48
+ "input_dimension": 2048,
49
+ "low_stability_threshold": 0.01,
50
+ "max_complexity": 10000,
51
+ "max_neurons": 250000,
52
+ "max_sequence_length": 1024,
53
+ "min_epochs_before_growth": 5,
54
+ "model_filename": "pytorch_model.bin",
55
+ "num_embeddings": 25000,
56
+ "pruning_improvement_threshold": 0.005,
57
+ "some_adaptation_rate": 0.05,
58
+ "stability_threshold": 0.02,
59
+ "start_token_index": 2
60
+ }
61
  }