lbourdois commited on
Commit
884cdee
·
verified ·
1 Parent(s): d5f268e

Improve language tag

Browse files

Hi! As the model is multilingual, this is a PR to add other languages than English to the language tag to improve the referencing. Note that 29 languages are announced in the README, but only 13 are explicitly listed. I was therefore only able to add these 13 languages.

Files changed (1) hide show
  1. README.md +73 -59
README.md CHANGED
@@ -1,60 +1,74 @@
1
- ---
2
- base_model: Qwen/Qwen2.5-0.5B-Instruct
3
- datasets: MelinaLaimon/stream-of-search-deepseek-correct-1k
4
- library_name: transformers
5
- model_name: Qwen/Qwen2.5-0.5B-Instruct
6
- tags:
7
- - generated_from_trainer
8
- - alignment-handbook
9
- - trl
10
- - sft
11
- licence: license
12
- ---
13
-
14
- # Model Card for Qwen/Qwen2.5-0.5B-Instruct
15
-
16
- 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 [MelinaLaimon/stream-of-search-deepseek-correct-1k](https://huggingface.co/datasets/MelinaLaimon/stream-of-search-deepseek-correct-1k) dataset.
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="chloeli/qwen-2.5-0.5B-instruct-sft-lora-countdown-deepseek-correct-seq8k-5k", 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
- [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/chloeli/huggingface/runs/i0a472xd)
33
-
34
-
35
- This model was trained with SFT.
36
-
37
- ### Framework versions
38
-
39
- - TRL: 0.15.2
40
- - Transformers: 4.49.0
41
- - Pytorch: 2.6.0
42
- - Datasets: 3.3.2
43
- - Tokenizers: 0.21.0
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é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: Qwen/Qwen2.5-0.5B-Instruct
3
+ datasets: MelinaLaimon/stream-of-search-deepseek-correct-1k
4
+ library_name: transformers
5
+ model_name: Qwen/Qwen2.5-0.5B-Instruct
6
+ tags:
7
+ - generated_from_trainer
8
+ - alignment-handbook
9
+ - trl
10
+ - sft
11
+ licence: license
12
+ language:
13
+ - zho
14
+ - eng
15
+ - fra
16
+ - spa
17
+ - por
18
+ - deu
19
+ - ita
20
+ - rus
21
+ - jpn
22
+ - kor
23
+ - vie
24
+ - tha
25
+ - ara
26
+ ---
27
+
28
+ # Model Card for Qwen/Qwen2.5-0.5B-Instruct
29
+
30
+ 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 [MelinaLaimon/stream-of-search-deepseek-correct-1k](https://huggingface.co/datasets/MelinaLaimon/stream-of-search-deepseek-correct-1k) dataset.
31
+ It has been trained using [TRL](https://github.com/huggingface/trl).
32
+
33
+ ## Quick start
34
+
35
+ ```python
36
+ from transformers import pipeline
37
+
38
+ 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?"
39
+ generator = pipeline("text-generation", model="chloeli/qwen-2.5-0.5B-instruct-sft-lora-countdown-deepseek-correct-seq8k-5k", device="cuda")
40
+ output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
41
+ print(output["generated_text"])
42
+ ```
43
+
44
+ ## Training procedure
45
+
46
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/chloeli/huggingface/runs/i0a472xd)
47
+
48
+
49
+ This model was trained with SFT.
50
+
51
+ ### Framework versions
52
+
53
+ - TRL: 0.15.2
54
+ - Transformers: 4.49.0
55
+ - Pytorch: 2.6.0
56
+ - Datasets: 3.3.2
57
+ - Tokenizers: 0.21.0
58
+
59
+ ## Citations
60
+
61
+
62
+
63
+ Cite TRL as:
64
+
65
+ ```bibtex
66
+ @misc{vonwerra2022trl,
67
+ title = {{TRL: Transformer Reinforcement Learning}},
68
+ 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édec},
69
+ year = 2020,
70
+ journal = {GitHub repository},
71
+ publisher = {GitHub},
72
+ howpublished = {\url{https://github.com/huggingface/trl}}
73
+ }
74
  ```