Upload GPTNeoForCausalLM
Browse files- config.json +3 -4
- generation_config.json +5 -3
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -37,16 +37,15 @@
|
|
| 37 |
"model_type": "gpt_neo",
|
| 38 |
"num_heads": 16,
|
| 39 |
"num_layers": 8,
|
| 40 |
-
"pad_token_id":
|
| 41 |
"resid_dropout": 0,
|
| 42 |
"summary_activation": null,
|
| 43 |
"summary_first_dropout": 0.1,
|
| 44 |
"summary_proj_to_labels": true,
|
| 45 |
"summary_type": "cls_index",
|
| 46 |
"summary_use_proj": true,
|
| 47 |
-
"
|
| 48 |
-
"
|
| 49 |
-
"use_cache": true,
|
| 50 |
"vocab_size": 50257,
|
| 51 |
"window_size": 256
|
| 52 |
}
|
|
|
|
| 37 |
"model_type": "gpt_neo",
|
| 38 |
"num_heads": 16,
|
| 39 |
"num_layers": 8,
|
| 40 |
+
"pad_token_id": 50256,
|
| 41 |
"resid_dropout": 0,
|
| 42 |
"summary_activation": null,
|
| 43 |
"summary_first_dropout": 0.1,
|
| 44 |
"summary_proj_to_labels": true,
|
| 45 |
"summary_type": "cls_index",
|
| 46 |
"summary_use_proj": true,
|
| 47 |
+
"transformers_version": "4.57.6",
|
| 48 |
+
"use_cache": false,
|
|
|
|
| 49 |
"vocab_size": 50257,
|
| 50 |
"window_size": 256
|
| 51 |
}
|
generation_config.json
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 50256,
|
| 4 |
-
"eos_token_id":
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"_from_model_config": true,
|
| 3 |
"bos_token_id": 50256,
|
| 4 |
+
"eos_token_id": [
|
| 5 |
+
50256
|
| 6 |
+
],
|
| 7 |
+
"pad_token_id": 50256,
|
| 8 |
+
"transformers_version": "4.57.6"
|
| 9 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14994712
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0012bf317c036a8d938e40a78da38a1126129cd957f3b6a08408f5b2f58122ce
|
| 3 |
size 14994712
|