ThomasTheMaker commited on
Commit
d1079d4
·
verified ·
1 Parent(s): e6a8f10

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. README.md +3 -3
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  base_model: HuggingFaceTB/SmolLM2-135M
3
  library_name: transformers
4
- model_name: SmolLM2-360M-synthetic-concise-reasoning
5
  tags:
6
  - generated_from_trainer
7
  - sft
@@ -9,7 +9,7 @@ tags:
9
  licence: license
10
  ---
11
 
12
- # Model Card for SmolLM2-360M-synthetic-concise-reasoning
13
 
14
  This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-135M](https://huggingface.co/HuggingFaceTB/SmolLM2-135M).
15
  It has been trained using [TRL](https://github.com/huggingface/trl).
@@ -20,7 +20,7 @@ It has been trained using [TRL](https://github.com/huggingface/trl).
20
  from transformers import pipeline
21
 
22
  question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
23
- generator = pipeline("text-generation", model="argilla/SmolLM2-360M-synthetic-concise-reasoning", device="cuda")
24
  output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
25
  print(output["generated_text"])
26
  ```
 
1
  ---
2
  base_model: HuggingFaceTB/SmolLM2-135M
3
  library_name: transformers
4
+ model_name: Smollm2-135M-concise-reasoning
5
  tags:
6
  - generated_from_trainer
7
  - sft
 
9
  licence: license
10
  ---
11
 
12
+ # Model Card for Smollm2-135M-concise-reasoning
13
 
14
  This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-135M](https://huggingface.co/HuggingFaceTB/SmolLM2-135M).
15
  It has been trained using [TRL](https://github.com/huggingface/trl).
 
20
  from transformers import pipeline
21
 
22
  question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
23
+ generator = pipeline("text-generation", model="ThomasTheMaker/Smollm2-135M-concise-reasoning", device="cuda")
24
  output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
25
  print(output["generated_text"])
26
  ```
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8d3bedef1d4d4cb4182ef659f6bad3a5970545a62dfd847b56ceab9a66747861
3
  size 538090408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24c29c892f5f52ec11c64e28ae0ce72c8feb2e9d3a6b17eb0f11edd2231d368e
3
  size 538090408
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0243dd8856240fbf0fd7008bf18425c39b8b15885c5015aadc422caea0037a44
3
  size 5752
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:759437ee9bef14191dc89be0660aa7dccb10c76416be04020b311265fb34508c
3
  size 5752