rdubwiley commited on
Commit
37aed62
·
verified ·
1 Parent(s): 8c494b0

Unsloth Model Card

Browse files
Files changed (1) hide show
  1. README.md +12 -51
README.md CHANGED
@@ -1,60 +1,21 @@
1
  ---
2
  base_model: HuggingFaceTB/SmolLM3-3B
3
- library_name: transformers
4
- model_name: SmolLM3-3B-distilled-py-tools
5
  tags:
6
- - generated_from_trainer
7
- - trl
8
- - sft
9
- - hf_jobs
10
  - unsloth
11
- licence: license
 
 
 
12
  ---
13
 
14
- # Model Card for SmolLM3-3B-distilled-py-tools
15
 
16
- This model is a fine-tuned version of [HuggingFaceTB/SmolLM3-3B](https://huggingface.co/HuggingFaceTB/SmolLM3-3B).
17
- It has been trained using [TRL](https://github.com/huggingface/trl).
 
18
 
19
- ## Quick start
20
 
21
- ```python
22
- from transformers import pipeline
23
-
24
- 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?"
25
- generator = pipeline("text-generation", model="rdubwiley/SmolLM3-3B-distilled-py-tools", device="cuda")
26
- output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
27
- print(output["generated_text"])
28
- ```
29
-
30
- ## Training procedure
31
-
32
-
33
-
34
-
35
- This model was trained with SFT.
36
-
37
- ### Framework versions
38
-
39
- - TRL: 0.22.2
40
- - Transformers: 4.57.3
41
- - Pytorch: 2.10.0
42
- - Datasets: 4.3.0
43
- - Tokenizers: 0.22.2
44
-
45
- ## Citations
46
-
47
-
48
-
49
- Cite TRL as:
50
-
51
- ```bibtex
52
- @misc{vonwerra2022trl,
53
- title = {{TRL: Transformer Reinforcement Learning}},
54
- author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
55
- year = 2020,
56
- journal = {GitHub repository},
57
- publisher = {GitHub},
58
- howpublished = {\url{https://github.com/huggingface/trl}}
59
- }
60
- ```
 
1
  ---
2
  base_model: HuggingFaceTB/SmolLM3-3B
 
 
3
  tags:
4
+ - text-generation-inference
5
+ - transformers
 
 
6
  - unsloth
7
+ - smollm3
8
+ license: apache-2.0
9
+ language:
10
+ - en
11
  ---
12
 
13
+ # Uploaded finetuned model
14
 
15
+ - **Developed by:** rdubwiley
16
+ - **License:** apache-2.0
17
+ - **Finetuned from model :** HuggingFaceTB/SmolLM3-3B
18
 
19
+ This smollm3 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
20
 
21
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)