Training in progress, step 3000
Browse files
model-00004-of-00004.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1089994880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19ca817ddbdb083df047814569652ea403b481678c4bb81c67e22d5c215840cc
|
3 |
size 1089994880
|
tokenizer_config.json
CHANGED
@@ -199,10 +199,14 @@
|
|
199 |
"eos_token": "<|im_end|>",
|
200 |
"errors": "replace",
|
201 |
"extra_special_tokens": {},
|
|
|
202 |
"model_max_length": 32768,
|
203 |
"pad_token": "<|vision_pad|>",
|
204 |
"padding_side": "right",
|
205 |
"split_special_tokens": false,
|
|
|
206 |
"tokenizer_class": "Qwen2Tokenizer",
|
|
|
|
|
207 |
"unk_token": null
|
208 |
}
|
|
|
199 |
"eos_token": "<|im_end|>",
|
200 |
"errors": "replace",
|
201 |
"extra_special_tokens": {},
|
202 |
+
"max_length": 1024,
|
203 |
"model_max_length": 32768,
|
204 |
"pad_token": "<|vision_pad|>",
|
205 |
"padding_side": "right",
|
206 |
"split_special_tokens": false,
|
207 |
+
"stride": 0,
|
208 |
"tokenizer_class": "Qwen2Tokenizer",
|
209 |
+
"truncation_side": "right",
|
210 |
+
"truncation_strategy": "longest_first",
|
211 |
"unk_token": null
|
212 |
}
|