End of training
Browse files- README.md +2 -1
- config.json +1 -1
- model.safetensors +1 -1
- 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
|
|
|
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
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "HuggingFaceTB/SmolLM2-135M",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
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:84e334c2c78e1cdab150ce5f5b11f665bf404d3383b62549667b7339b2f08438
|
3 |
size 538090408
|
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:7524bf64eafcf6cadb9f4a12b8d850ae815f7882c6456a2daa03a2bad5a85181
|
3 |
size 5560
|