Upload folder using huggingface_hub
Browse files- model.safetensors +1 -1
- optimizer.pt +1 -1
- rng_state.pth +1 -1
- scaler.pt +1 -1
- scheduler.pt +1 -1
- tokenizer_config.json +4 -0
- trainer_state.json +0 -0
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2384234968
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f739ee1f153aa143158edbf3c0706b8ccdba7b0d8749f17f36a266488cb9f04
|
3 |
size 2384234968
|
optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4768662910
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5299a884508b981cf9339fabfcdde66c5c951e2a07f02616c66bdcf1a0a50ca
|
3 |
size 4768662910
|
rng_state.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14244
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b3ee827a7a00012c0a116546df467feee35e70376d81a7a85b1a70eb90414d3
|
3 |
size 14244
|
scaler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 988
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:002b6099b44b3d44ff246afe69f1991b8acc7b6b5f748a83f7331047e05a0a74
|
3 |
size 988
|
scheduler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1064
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66fcb1ff90335e2a0ebd991727be774fd6c1dc2e683ac03e7fe9d49eb3576c43
|
3 |
size 1064
|
tokenizer_config.json
CHANGED
@@ -232,9 +232,13 @@
|
|
232 |
"eos_token": "<|endoftext|>",
|
233 |
"errors": "replace",
|
234 |
"extra_special_tokens": {},
|
|
|
235 |
"model_max_length": 131072,
|
236 |
"pad_token": "<|endoftext|>",
|
237 |
"split_special_tokens": false,
|
|
|
238 |
"tokenizer_class": "Qwen2Tokenizer",
|
|
|
|
|
239 |
"unk_token": null
|
240 |
}
|
|
|
232 |
"eos_token": "<|endoftext|>",
|
233 |
"errors": "replace",
|
234 |
"extra_special_tokens": {},
|
235 |
+
"max_length": 512,
|
236 |
"model_max_length": 131072,
|
237 |
"pad_token": "<|endoftext|>",
|
238 |
"split_special_tokens": false,
|
239 |
+
"stride": 0,
|
240 |
"tokenizer_class": "Qwen2Tokenizer",
|
241 |
+
"truncation_side": "right",
|
242 |
+
"truncation_strategy": "longest_first",
|
243 |
"unk_token": null
|
244 |
}
|
trainer_state.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|