Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
base_model: Qwen/Qwen2.5-0.5B-Instruct
|
3 |
datasets: thesantatitan/deepseek-svg-dataset
|
4 |
library_name: transformers
|
5 |
-
model_name: Qwen2-0.5B-SFT
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
- trl
|
@@ -10,10 +10,10 @@ tags:
|
|
10 |
licence: license
|
11 |
---
|
12 |
|
13 |
-
# Model Card for Qwen2-0.5B-SFT
|
14 |
|
15 |
This model is a fine-tuned version of [Qwen/Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) on the [thesantatitan/deepseek-svg-dataset](https://huggingface.co/datasets/thesantatitan/deepseek-svg-dataset) dataset.
|
16 |
-
It has been trained using [TRL](https://github.com/huggingface/trl).
|
17 |
|
18 |
## Quick start
|
19 |
|
|
|
2 |
base_model: Qwen/Qwen2.5-0.5B-Instruct
|
3 |
datasets: thesantatitan/deepseek-svg-dataset
|
4 |
library_name: transformers
|
5 |
+
model_name: Qwen2-0.5B-svg-SFT
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
- trl
|
|
|
10 |
licence: license
|
11 |
---
|
12 |
|
13 |
+
# Model Card for Qwen2-0.5B-svg-SFT
|
14 |
|
15 |
This model is a fine-tuned version of [Qwen/Qwen2.5-0.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct) on the [thesantatitan/deepseek-svg-dataset](https://huggingface.co/datasets/thesantatitan/deepseek-svg-dataset) dataset.
|
16 |
+
It has been trained using [TRL](https://github.com/huggingface/trl). This was created to teach the model svg syntax
|
17 |
|
18 |
## Quick start
|
19 |
|