cactusfriend commited on
Commit
8427571
1 Parent(s): c355706

new version

Browse files
Files changed (2) hide show
  1. config.json +2 -2
  2. generation_config.json +1 -1
config.json CHANGED
@@ -41,6 +41,7 @@
41
  ]
42
  ],
43
  "bos_token_id": 50256,
 
44
  "embed_dropout": 0,
45
  "eos_token_id": 50256,
46
  "gradient_checkpointing": false,
@@ -53,7 +54,6 @@
53
  "model_type": "gpt_neo",
54
  "num_heads": 16,
55
  "num_layers": 24,
56
- "pad_token_id": 50256,
57
  "resid_dropout": 0,
58
  "summary_activation": null,
59
  "summary_first_dropout": 0.1,
@@ -61,7 +61,7 @@
61
  "summary_type": "cls_index",
62
  "summary_use_proj": true,
63
  "torch_dtype": "float32",
64
- "transformers_version": "4.28.1",
65
  "use_cache": true,
66
  "vocab_size": 50257,
67
  "window_size": 256
 
41
  ]
42
  ],
43
  "bos_token_id": 50256,
44
+ "classifier_dropout": 0.1,
45
  "embed_dropout": 0,
46
  "eos_token_id": 50256,
47
  "gradient_checkpointing": false,
 
54
  "model_type": "gpt_neo",
55
  "num_heads": 16,
56
  "num_layers": 24,
 
57
  "resid_dropout": 0,
58
  "summary_activation": null,
59
  "summary_first_dropout": 0.1,
 
61
  "summary_type": "cls_index",
62
  "summary_use_proj": true,
63
  "torch_dtype": "float32",
64
+ "transformers_version": "4.30.2",
65
  "use_cache": true,
66
  "vocab_size": 50257,
67
  "window_size": 256
generation_config.json CHANGED
@@ -2,5 +2,5 @@
2
  "_from_model_config": true,
3
  "bos_token_id": 50256,
4
  "eos_token_id": 50256,
5
- "transformers_version": "4.28.1"
6
  }
 
2
  "_from_model_config": true,
3
  "bos_token_id": 50256,
4
  "eos_token_id": 50256,
5
+ "transformers_version": "4.30.2"
6
  }