Training in progress, step 4500
Browse files- config.json +3 -2
- model.safetensors +1 -1
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -7,6 +7,7 @@
|
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 1,
|
9 |
"eos_token_id": 2,
|
|
|
10 |
"hidden_act": "silu",
|
11 |
"hidden_size": 960,
|
12 |
"initializer_range": 0.02,
|
@@ -32,7 +33,7 @@
|
|
32 |
"q4f16": "float16"
|
33 |
}
|
34 |
},
|
35 |
-
"transformers_version": "4.
|
36 |
"use_cache": true,
|
37 |
"vocab_size": 49152
|
38 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "jekunz/smollm-360m-cpt-fineweb-swedish",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 1,
|
9 |
"eos_token_id": 2,
|
10 |
+
"head_dim": 64,
|
11 |
"hidden_act": "silu",
|
12 |
"hidden_size": 960,
|
13 |
"initializer_range": 0.02,
|
|
|
33 |
"q4f16": "float16"
|
34 |
}
|
35 |
},
|
36 |
+
"transformers_version": "4.49.0.dev0",
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 49152
|
39 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1447317080
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83ff118f481d3d72f09efaa6d513c4024627c607d0ef144c84e0c1fca58bd885
|
3 |
size 1447317080
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -146,6 +146,7 @@
|
|
146 |
"chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful AI assistant named SmolLM, trained by Hugging Face<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
147 |
"clean_up_tokenization_spaces": false,
|
148 |
"eos_token": "<|im_end|>",
|
|
|
149 |
"model_max_length": 8192,
|
150 |
"pad_token": "<|im_end|>",
|
151 |
"tokenizer_class": "GPT2Tokenizer",
|
|
|
146 |
"chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ '<|im_start|>system\nYou are a helpful AI assistant named SmolLM, trained by Hugging Face<|im_end|>\n' }}{% endif %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
147 |
"clean_up_tokenization_spaces": false,
|
148 |
"eos_token": "<|im_end|>",
|
149 |
+
"extra_special_tokens": {},
|
150 |
"model_max_length": 8192,
|
151 |
"pad_token": "<|im_end|>",
|
152 |
"tokenizer_class": "GPT2Tokenizer",
|
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:9cd6b7be9efae25acb26addf3a34fec9512932c401de9e0214dc50e934b4a7aa
|
3 |
+
size 5368
|