ayjays132 commited on
Commit
4004859
1 Parent(s): 947bf59

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +56 -48
config.json CHANGED
@@ -1,54 +1,62 @@
1
  {
2
- "activation_function": "gelu_new",
3
  "architectures": ["GPT2LMHeadModel"],
4
- "attn_pdrop": 0.1,
5
- "bos_token_id": 50256,
6
- "embd_pdrop": 0.1,
7
- "eos_token_id": 50256,
8
- "initializer_range": 0.02,
9
- "layer_norm_epsilon": 1e-05,
10
- "model_type": "gpt2",
11
- "n_ctx": 1024,
12
- "n_embd": 1024,
13
- "n_head": 16,
14
- "n_layer": 24,
15
- "n_positions": 1024,
16
- "n_special": 0,
17
- "predict_special_tokens": true,
18
- "resid_pdrop": 0.1,
19
- "summary_activation": null,
20
- "summary_first_dropout": 0.1,
21
- "summary_proj_to_labels": true,
22
- "summary_type": "cls_index",
23
- "summary_use_proj": true,
24
- "complexity_metric": null,
25
- "desired_improvement_rate": 0.02,
26
- "ecosystem_dynamics": {
27
- "environmental_volatility": 0.1,
28
- "resource_pool": 1.0
29
- },
30
- "embedding_dim": 768,
31
- "growth_improvement_threshold": 0.01,
32
- "hidden_dim": 2048,
33
- "initial_neuron_count": 5000,
34
- "innovative_growth_net": {
35
  "adaptation_rate": 0.05,
36
  "complexity_metric": null,
37
- "initial_capacity": 250000,
38
- "input_size": 2048
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  },
40
- "input_dimension": 768,
41
- "low_stability_threshold": 0.01,
42
- "max_complexity": 10000,
43
- "max_neurons": 250000,
44
- "max_sequence_length": 200,
45
- "min_epochs_before_growth": 5,
46
- "model_filename": "pytorch_model.bin",
47
- "model_type": "gpt2",
48
- "num_embeddings": 25000,
49
- "pruning_improvement_threshold": 0.005,
50
- "some_adaptation_rate": 0.05,
51
- "stability_threshold": 0.02,
52
- "start_token_index": 2,
53
- "transformers_version": "4.34.0"
54
  }
 
1
  {
2
+ "model_type": "GPT2LMHeadModel",
3
  "architectures": ["GPT2LMHeadModel"],
4
+ "config": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "adaptation_rate": 0.05,
6
  "complexity_metric": null,
7
+ "desired_improvement_rate": 0.02,
8
+ "ecosystem_dynamics": {
9
+ "environmental_volatility": 0.1,
10
+ "resource_pool": 1
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": "pytorch_model.bin",
29
+ "num_embeddings": 25000,
30
+ "pruning_improvement_threshold": 0.005,
31
+ "some_adaptation_rate": 0.05,
32
+ "stability_threshold": 0.02,
33
+ "start_token_index": 2,
34
+ "transformers_version": "4.34.0",
35
+ "attn_pdrop": 0.1,
36
+ "bos_token_id": 50256,
37
+ "embd_pdrop": 0.1,
38
+ "eos_token_id": 50256,
39
+ "initializer_range": 0.02,
40
+ "layer_norm_epsilon": 0.00001,
41
+ "n_ctx": 1024,
42
+ "n_embd": 1024,
43
+ "n_head": 16,
44
+ "n_layer": 24,
45
+ "n_positions": 1024,
46
+ "n_special": 0,
47
+ "predict_special_tokens": true,
48
+ "resid_pdrop": 0.1,
49
+ "summary_activation": null,
50
+ "summary_first_dropout": 0.1,
51
+ "summary_proj_to_labels": true,
52
+ "summary_type": "cls_index",
53
+ "summary_use_proj": true
54
  },
55
+ "license": "apache-2.0",
56
+ "datasets": ["vicgalle/alpaca-gpt4"],
57
+ "language": ["en"],
58
+ "tags": ["text-generation-inference"],
59
+ "metrics": ["accuracy"],
60
+ "pipeline_tag": "text-generation",
61
+ "library_name": "transformers"
 
 
 
 
 
 
 
62
  }