Improve language tag

#1
by lbourdois - opened
Files changed (1) hide show
  1. README.md +71 -57
README.md CHANGED
@@ -1,58 +1,72 @@
1
- ---
2
- base_model: Qwen/Qwen2.5-7B-Instruct
3
- datasets: AlekseyKorshuk/ai-detection-gutenberg-human-v2-formatted-ai-sft
4
- library_name: transformers
5
- model_name: ai-detection-gutenberg-human-v2-formatted-ai-sft-qwen-7b-sft-3epochs
6
- tags:
7
- - generated_from_trainer
8
- - trl
9
- - sft
10
- licence: license
11
- ---
12
-
13
- # Model Card for ai-detection-gutenberg-human-v2-formatted-ai-sft-qwen-7b-sft-3epochs
14
-
15
- This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) on the [AlekseyKorshuk/ai-detection-gutenberg-human-v2-formatted-ai-sft](https://huggingface.co/datasets/AlekseyKorshuk/ai-detection-gutenberg-human-v2-formatted-ai-sft) dataset.
16
- It has been trained using [TRL](https://github.com/huggingface/trl).
17
-
18
- ## Quick start
19
-
20
- ```python
21
- from transformers import pipeline
22
-
23
- 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?"
24
- generator = pipeline("text-generation", model="AlekseyKorshuk/ai-detection-gutenberg-human-v2-formatted-ai-sft-qwen-7b-sft-3epochs", device="cuda")
25
- output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
26
- print(output["generated_text"])
27
- ```
28
-
29
- ## Training procedure
30
-
31
- [<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/aleksey-korshuk/huggingface/runs/bfyzbjtg)
32
-
33
- This model was trained with SFT.
34
-
35
- ### Framework versions
36
-
37
- - TRL: 0.12.0.dev0
38
- - Transformers: 4.46.0
39
- - Pytorch: 2.4.1+cu124
40
- - Datasets: 3.0.1
41
- - Tokenizers: 0.20.1
42
-
43
- ## Citations
44
-
45
-
46
-
47
- Cite TRL as:
48
-
49
- ```bibtex
50
- @misc{vonwerra2022trl,
51
- title = {{TRL: Transformer Reinforcement Learning}},
52
- 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},
53
- year = 2020,
54
- journal = {GitHub repository},
55
- publisher = {GitHub},
56
- howpublished = {\url{https://github.com/huggingface/trl}}
57
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  ```
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-7B-Instruct
3
+ datasets: AlekseyKorshuk/ai-detection-gutenberg-human-v2-formatted-ai-sft
4
+ library_name: transformers
5
+ model_name: ai-detection-gutenberg-human-v2-formatted-ai-sft-qwen-7b-sft-3epochs
6
+ tags:
7
+ - generated_from_trainer
8
+ - trl
9
+ - sft
10
+ licence: license
11
+ language:
12
+ - zho
13
+ - eng
14
+ - fra
15
+ - spa
16
+ - por
17
+ - deu
18
+ - ita
19
+ - rus
20
+ - jpn
21
+ - kor
22
+ - vie
23
+ - tha
24
+ - ara
25
+ ---
26
+
27
+ # Model Card for ai-detection-gutenberg-human-v2-formatted-ai-sft-qwen-7b-sft-3epochs
28
+
29
+ This model is a fine-tuned version of [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) on the [AlekseyKorshuk/ai-detection-gutenberg-human-v2-formatted-ai-sft](https://huggingface.co/datasets/AlekseyKorshuk/ai-detection-gutenberg-human-v2-formatted-ai-sft) dataset.
30
+ It has been trained using [TRL](https://github.com/huggingface/trl).
31
+
32
+ ## Quick start
33
+
34
+ ```python
35
+ from transformers import pipeline
36
+
37
+ 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?"
38
+ generator = pipeline("text-generation", model="AlekseyKorshuk/ai-detection-gutenberg-human-v2-formatted-ai-sft-qwen-7b-sft-3epochs", device="cuda")
39
+ output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
40
+ print(output["generated_text"])
41
+ ```
42
+
43
+ ## Training procedure
44
+
45
+ [<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/aleksey-korshuk/huggingface/runs/bfyzbjtg)
46
+
47
+ This model was trained with SFT.
48
+
49
+ ### Framework versions
50
+
51
+ - TRL: 0.12.0.dev0
52
+ - Transformers: 4.46.0
53
+ - Pytorch: 2.4.1+cu124
54
+ - Datasets: 3.0.1
55
+ - Tokenizers: 0.20.1
56
+
57
+ ## Citations
58
+
59
+
60
+
61
+ Cite TRL as:
62
+
63
+ ```bibtex
64
+ @misc{vonwerra2022trl,
65
+ title = {{TRL: Transformer Reinforcement Learning}},
66
+ 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},
67
+ year = 2020,
68
+ journal = {GitHub repository},
69
+ publisher = {GitHub},
70
+ howpublished = {\url{https://github.com/huggingface/trl}}
71
+ }
72
  ```