End of training
Browse files- README.md +3 -2
- model.safetensors +1 -1
- special_tokens_map.json +17 -23
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
library_name: transformers
|
| 3 |
model_name: SmolLM2-FT-MyDataset
|
| 4 |
tags:
|
|
@@ -12,7 +13,7 @@ licence: license
|
|
| 12 |
|
| 13 |
# Model Card for SmolLM2-FT-MyDataset
|
| 14 |
|
| 15 |
-
This model is a fine-tuned version of [
|
| 16 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 17 |
|
| 18 |
## Quick start
|
|
@@ -35,7 +36,7 @@ This model was trained with SFT.
|
|
| 35 |
|
| 36 |
### Framework versions
|
| 37 |
|
| 38 |
-
- TRL: 0.18.
|
| 39 |
- Transformers: 4.52.4
|
| 40 |
- Pytorch: 2.6.0+cu124
|
| 41 |
- Datasets: 3.6.0
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: HuggingFaceTB/SmolLM2-135M
|
| 3 |
library_name: transformers
|
| 4 |
model_name: SmolLM2-FT-MyDataset
|
| 5 |
tags:
|
|
|
|
| 13 |
|
| 14 |
# Model Card for SmolLM2-FT-MyDataset
|
| 15 |
|
| 16 |
+
This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-135M](https://huggingface.co/HuggingFaceTB/SmolLM2-135M).
|
| 17 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 18 |
|
| 19 |
## Quick start
|
|
|
|
| 36 |
|
| 37 |
### Framework versions
|
| 38 |
|
| 39 |
+
- TRL: 0.18.2
|
| 40 |
- Transformers: 4.52.4
|
| 41 |
- Pytorch: 2.6.0+cu124
|
| 42 |
- Datasets: 3.6.0
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 538090408
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6757dd214fd3fa772b70ee726e777a14e0be23a4e7e1d8708df778e1e9507152
|
| 3 |
size 538090408
|
special_tokens_map.json
CHANGED
|
@@ -1,29 +1,23 @@
|
|
| 1 |
{
|
| 2 |
"additional_special_tokens": [
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
],
|
| 6 |
-
"bos_token":
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
"normalized": false,
|
| 10 |
-
"rstrip": false,
|
| 11 |
-
"single_word": false
|
| 12 |
-
},
|
| 13 |
-
"eos_token": {
|
| 14 |
-
"content": "<|im_end|>",
|
| 15 |
-
"lstrip": false,
|
| 16 |
-
"normalized": false,
|
| 17 |
-
"rstrip": false,
|
| 18 |
-
"single_word": false
|
| 19 |
-
},
|
| 20 |
-
"pad_token": {
|
| 21 |
-
"content": "<|im_end|>",
|
| 22 |
-
"lstrip": false,
|
| 23 |
-
"normalized": false,
|
| 24 |
-
"rstrip": false,
|
| 25 |
-
"single_word": false
|
| 26 |
-
},
|
| 27 |
"unk_token": {
|
| 28 |
"content": "<|endoftext|>",
|
| 29 |
"lstrip": false,
|
|
|
|
| 1 |
{
|
| 2 |
"additional_special_tokens": [
|
| 3 |
+
{
|
| 4 |
+
"content": "<|im_start|>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"content": "<|im_end|>",
|
| 12 |
+
"lstrip": false,
|
| 13 |
+
"normalized": false,
|
| 14 |
+
"rstrip": false,
|
| 15 |
+
"single_word": false
|
| 16 |
+
}
|
| 17 |
],
|
| 18 |
+
"bos_token": "<|im_start|>",
|
| 19 |
+
"eos_token": "<|im_end|>",
|
| 20 |
+
"pad_token": "<|im_end|>",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
"unk_token": {
|
| 22 |
"content": "<|endoftext|>",
|
| 23 |
"lstrip": false,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5560
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:016edfbd8658b7a28714e7e9581744ae1e2ade895e07f59d820c3e8257af3ed6
|
| 3 |
size 5560
|