SFT fine-tuned model - 1 epochs, LR=2e-05
Browse files
model-00001-of-00002.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4967215360
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:763c718f735c004b3a50a76b757202816b2614a8fc92b3927ee3bb6f8094c121
|
| 3 |
size 4967215360
|
model-00002-of-00002.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3077766632
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6460e29425130ea65f21cdf6970e3ca45c1e6fc68e8490628cb22340d81a71e7
|
| 3 |
size 3077766632
|
tokenizer_config.json
CHANGED
|
@@ -231,10 +231,16 @@
|
|
| 231 |
"eos_token": "<|im_end|>",
|
| 232 |
"errors": "replace",
|
| 233 |
"extra_special_tokens": {},
|
|
|
|
| 234 |
"model_max_length": 262144,
|
|
|
|
| 235 |
"pad_token": "<|endoftext|>",
|
|
|
|
| 236 |
"padding_side": "left",
|
| 237 |
"split_special_tokens": false,
|
|
|
|
| 238 |
"tokenizer_class": "Qwen2Tokenizer",
|
|
|
|
|
|
|
| 239 |
"unk_token": null
|
| 240 |
}
|
|
|
|
| 231 |
"eos_token": "<|im_end|>",
|
| 232 |
"errors": "replace",
|
| 233 |
"extra_special_tokens": {},
|
| 234 |
+
"max_length": 2048,
|
| 235 |
"model_max_length": 262144,
|
| 236 |
+
"pad_to_multiple_of": null,
|
| 237 |
"pad_token": "<|endoftext|>",
|
| 238 |
+
"pad_token_type_id": 0,
|
| 239 |
"padding_side": "left",
|
| 240 |
"split_special_tokens": false,
|
| 241 |
+
"stride": 0,
|
| 242 |
"tokenizer_class": "Qwen2Tokenizer",
|
| 243 |
+
"truncation_side": "right",
|
| 244 |
+
"truncation_strategy": "longest_first",
|
| 245 |
"unk_token": null
|
| 246 |
}
|