Training in progress, step 10
Browse files- config.json +1 -1
- model-00001-of-00002.safetensors +1 -1
- model-00002-of-00002.safetensors +1 -1
- tokenizer_config.json +3 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/apdcephfs_qy3/share_1594716/
|
3 |
"architectures": [
|
4 |
"Qwen2ForCausalLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/apdcephfs_qy3/share_1594716/yataobian/yang/output/data/Qwen2.5-3B-GRPO-Natural-Reasoning",
|
3 |
"architectures": [
|
4 |
"Qwen2ForCausalLM"
|
5 |
],
|
model-00001-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4957560304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fbb33360192d2d19821f50a90e5b575305b22f3686eea2d7f066e0fc6d2d8c8
|
3 |
size 4957560304
|
model-00002-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1214366696
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:94cf94547745d6a841feb529f56a47de08382b7ad6430dc41cbb4e6c8aca0f25
|
3 |
size 1214366696
|
tokenizer_config.json
CHANGED
@@ -200,8 +200,11 @@
|
|
200 |
"eos_token": "<|endoftext|>",
|
201 |
"errors": "replace",
|
202 |
"extra_special_tokens": {},
|
|
|
203 |
"model_max_length": 131072,
|
|
|
204 |
"pad_token": "<|endoftext|>",
|
|
|
205 |
"padding_side": "left",
|
206 |
"split_special_tokens": false,
|
207 |
"tokenizer_class": "Qwen2Tokenizer",
|
|
|
200 |
"eos_token": "<|endoftext|>",
|
201 |
"errors": "replace",
|
202 |
"extra_special_tokens": {},
|
203 |
+
"max_length": null,
|
204 |
"model_max_length": 131072,
|
205 |
+
"pad_to_multiple_of": null,
|
206 |
"pad_token": "<|endoftext|>",
|
207 |
+
"pad_token_type_id": 0,
|
208 |
"padding_side": "left",
|
209 |
"split_special_tokens": false,
|
210 |
"tokenizer_class": "Qwen2Tokenizer",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7608
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:070b0e2b55a898d76266352a4f77851ca5aec7a66e8e6db24fc993c8ee36f5b3
|
3 |
size 7608
|