Training in progress, epoch 0
Browse files- config.json +2 -2
- model.safetensors +1 -1
- tokenizer_config.json +0 -1
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "data/Qwen2.5-1.5B-Open-R1-Distill
|
3 |
"architectures": [
|
4 |
"Qwen2ForCausalLM"
|
5 |
],
|
@@ -22,7 +22,7 @@
|
|
22 |
"sliding_window": 32768,
|
23 |
"tie_word_embeddings": true,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
-
"transformers_version": "4.49.0
|
26 |
"use_cache": false,
|
27 |
"use_sliding_window": false,
|
28 |
"vocab_size": 151936
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "data/Qwen2.5-1.5B-Open-R1-Distill",
|
3 |
"architectures": [
|
4 |
"Qwen2ForCausalLM"
|
5 |
],
|
|
|
22 |
"sliding_window": 32768,
|
23 |
"tie_word_embeddings": true,
|
24 |
"torch_dtype": "bfloat16",
|
25 |
+
"transformers_version": "4.49.0",
|
26 |
"use_cache": false,
|
27 |
"use_sliding_window": false,
|
28 |
"vocab_size": 151936
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3554214752
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0c7945aaddd2ba512a2469eac221be8113e82ab59781aadf9a40527c445f672
|
3 |
size 3554214752
|
tokenizer_config.json
CHANGED
@@ -202,7 +202,6 @@
|
|
202 |
"extra_special_tokens": {},
|
203 |
"model_max_length": 131072,
|
204 |
"pad_token": "<|im_end|>",
|
205 |
-
"padding_side": "left",
|
206 |
"split_special_tokens": false,
|
207 |
"tokenizer_class": "Qwen2Tokenizer",
|
208 |
"unk_token": null
|
|
|
202 |
"extra_special_tokens": {},
|
203 |
"model_max_length": 131072,
|
204 |
"pad_token": "<|im_end|>",
|
|
|
205 |
"split_special_tokens": false,
|
206 |
"tokenizer_class": "Qwen2Tokenizer",
|
207 |
"unk_token": null
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edf528e7f0ea94d6ae13d5f913ce548faa1e5fe939aaf0e560f9c209131fd4b3
|
3 |
+
size 8120
|