Upload 5 files
Browse files- config.json +4 -4
- model.safetensors +1 -1
- tokenizer.json +1 -1
config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
-
"bos_token_id":
|
| 8 |
"classifier_activation": "gelu",
|
| 9 |
"classifier_bias": false,
|
| 10 |
"classifier_dropout": 0.0,
|
|
@@ -12,8 +12,9 @@
|
|
| 12 |
"cls_token_id": 50281,
|
| 13 |
"decoder_bias": true,
|
| 14 |
"deterministic_flash_attn": false,
|
|
|
|
| 15 |
"embedding_dropout": 0.0,
|
| 16 |
-
"eos_token_id":
|
| 17 |
"global_attn_every_n_layers": 3,
|
| 18 |
"global_rope_theta": 160000.0,
|
| 19 |
"gradient_checkpointing": false,
|
|
@@ -48,7 +49,6 @@
|
|
| 48 |
"sep_token_id": 50282,
|
| 49 |
"sparse_pred_ignore_index": -100,
|
| 50 |
"sparse_prediction": false,
|
| 51 |
-
"
|
| 52 |
-
"transformers_version": "4.55.2",
|
| 53 |
"vocab_size": 50368
|
| 54 |
}
|
|
|
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": null,
|
| 8 |
"classifier_activation": "gelu",
|
| 9 |
"classifier_bias": false,
|
| 10 |
"classifier_dropout": 0.0,
|
|
|
|
| 12 |
"cls_token_id": 50281,
|
| 13 |
"decoder_bias": true,
|
| 14 |
"deterministic_flash_attn": false,
|
| 15 |
+
"dtype": "float32",
|
| 16 |
"embedding_dropout": 0.0,
|
| 17 |
+
"eos_token_id": null,
|
| 18 |
"global_attn_every_n_layers": 3,
|
| 19 |
"global_rope_theta": 160000.0,
|
| 20 |
"gradient_checkpointing": false,
|
|
|
|
| 49 |
"sep_token_id": 50282,
|
| 50 |
"sparse_pred_ignore_index": -100,
|
| 51 |
"sparse_prediction": false,
|
| 52 |
+
"transformers_version": "4.57.1",
|
|
|
|
| 53 |
"vocab_size": 50368
|
| 54 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1583351632
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e6c0c5ebd3bba51318860de9d9616574924815c58080fd1540e2aea79a94e43
|
| 3 |
size 1583351632
|
tokenizer.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
-
"max_length":
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
|
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
+
"max_length": 4096,
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|