Training in progress, step 1
Browse files- config.json +1 -1
- model.safetensors +1 -1
- tokenizer_config.json +0 -3
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"Qwen2ForCausalLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "agentica-org/DeepScaleR-1.5B-Preview",
|
3 |
"architectures": [
|
4 |
"Qwen2ForCausalLM"
|
5 |
],
|
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:3f7ac339edb0619d0d27a4fd377c02b800bff11f9d3faea65507c2f91aa8f8fc
|
3 |
size 3554214752
|
tokenizer_config.json
CHANGED
@@ -186,11 +186,8 @@
|
|
186 |
"eos_token": "<|end▁of▁sentence|>",
|
187 |
"extra_special_tokens": {},
|
188 |
"legacy": true,
|
189 |
-
"max_length": null,
|
190 |
"model_max_length": 16384,
|
191 |
-
"pad_to_multiple_of": null,
|
192 |
"pad_token": "<|end▁of▁sentence|>",
|
193 |
-
"pad_token_type_id": 0,
|
194 |
"padding_side": "left",
|
195 |
"sp_model_kwargs": {},
|
196 |
"tokenizer_class": "LlamaTokenizer",
|
|
|
186 |
"eos_token": "<|end▁of▁sentence|>",
|
187 |
"extra_special_tokens": {},
|
188 |
"legacy": true,
|
|
|
189 |
"model_max_length": 16384,
|
|
|
190 |
"pad_token": "<|end▁of▁sentence|>",
|
|
|
191 |
"padding_side": "left",
|
192 |
"sp_model_kwargs": {},
|
193 |
"tokenizer_class": "LlamaTokenizer",
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7224
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2973179a04fea20fd95230457d905ddf1d2fe4f93e22974aed276314ae069f4d
|
3 |
size 7224
|