Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,8 @@ tags:
|
|
9 |
- trl
|
10 |
- sft
|
11 |
licence: license
|
|
|
|
|
12 |
---
|
13 |
|
14 |
# Model Card for SmolLM2-FT-MyDataset
|
@@ -16,6 +18,9 @@ licence: license
|
|
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
|
20 |
|
21 |
```python
|
|
|
9 |
- trl
|
10 |
- sft
|
11 |
licence: license
|
12 |
+
datasets:
|
13 |
+
- HuggingFaceTB/smoltalk
|
14 |
---
|
15 |
|
16 |
# Model Card for SmolLM2-FT-MyDataset
|
|
|
18 |
This model is a fine-tuned version of [HuggingFaceTB/SmolLM2-135M](https://huggingface.co/HuggingFaceTB/SmolLM2-135M).
|
19 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
20 |
|
21 |
+
HuggingFaceTB/smoltalk
|
22 |
+
ds = load_dataset(path="HuggingFaceTB/smoltalk", name="everyday-conversations")
|
23 |
+
|
24 |
## Quick start
|
25 |
|
26 |
```python
|