lbourdois commited on
Commit
e3bec11
·
verified ·
1 Parent(s): ad1fb2c

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 +221 -209
README.md CHANGED
@@ -1,210 +1,222 @@
1
- ---
2
- library_name: transformers
3
- tags:
4
- - unsloth
5
- - trl
6
- - sft
7
- license: mit
8
- datasets:
9
- - jtatman/python-code-dataset-500k
10
- language:
11
- - en
12
- base_model:
13
- - Qwen/Qwen2.5-7B
14
- pipeline_tag: text-generation
15
- ---
16
-
17
- # Model Card for Model ID
18
-
19
- <!-- Provide a quick summary of what the model is/does. -->
20
-
21
-
22
-
23
- ## Model Details
24
-
25
- ### Model Description
26
-
27
- <!-- Provide a longer summary of what this model is. -->
28
-
29
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
30
-
31
- - **Developed by:** [More Information Needed]
32
- - **Funded by [optional]:** [More Information Needed]
33
- - **Shared by [optional]:** [More Information Needed]
34
- - **Model type:** [More Information Needed]
35
- - **Language(s) (NLP):** [More Information Needed]
36
- - **License:** [More Information Needed]
37
- - **Finetuned from model [optional]:** [More Information Needed]
38
-
39
- ### Model Sources [optional]
40
-
41
- <!-- Provide the basic links for the model. -->
42
-
43
- - **Repository:** [More Information Needed]
44
- - **Paper [optional]:** [More Information Needed]
45
- - **Demo [optional]:** [More Information Needed]
46
-
47
- ## Uses
48
-
49
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
50
-
51
- ### Direct Use
52
-
53
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
54
-
55
- [More Information Needed]
56
-
57
- ### Downstream Use [optional]
58
-
59
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
60
-
61
- [More Information Needed]
62
-
63
- ### Out-of-Scope Use
64
-
65
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
66
-
67
- [More Information Needed]
68
-
69
- ## Bias, Risks, and Limitations
70
-
71
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
72
-
73
- [More Information Needed]
74
-
75
- ### Recommendations
76
-
77
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
78
-
79
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
80
-
81
- ## How to Get Started with the Model
82
-
83
- Use the code below to get started with the model.
84
-
85
- [More Information Needed]
86
-
87
- ## Training Details
88
-
89
- ### Training Data
90
-
91
- <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
92
-
93
- [More Information Needed]
94
-
95
- ### Training Procedure
96
-
97
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
98
-
99
- #### Preprocessing [optional]
100
-
101
- [More Information Needed]
102
-
103
-
104
- #### Training Hyperparameters
105
-
106
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
107
-
108
- #### Speeds, Sizes, Times [optional]
109
-
110
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
111
-
112
- [More Information Needed]
113
-
114
- ## Evaluation
115
-
116
- <!-- This section describes the evaluation protocols and provides the results. -->
117
-
118
- ### Testing Data, Factors & Metrics
119
-
120
- #### Testing Data
121
-
122
- <!-- This should link to a Dataset Card if possible. -->
123
-
124
- [More Information Needed]
125
-
126
- #### Factors
127
-
128
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
129
-
130
- [More Information Needed]
131
-
132
- #### Metrics
133
-
134
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
135
-
136
- [More Information Needed]
137
-
138
- ### Results
139
-
140
- [More Information Needed]
141
-
142
- #### Summary
143
-
144
-
145
-
146
- ## Model Examination [optional]
147
-
148
- <!-- Relevant interpretability work for the model goes here -->
149
-
150
- [More Information Needed]
151
-
152
- ## Environmental Impact
153
-
154
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
155
-
156
- Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
157
-
158
- - **Hardware Type:** [More Information Needed]
159
- - **Hours used:** [More Information Needed]
160
- - **Cloud Provider:** [More Information Needed]
161
- - **Compute Region:** [More Information Needed]
162
- - **Carbon Emitted:** [More Information Needed]
163
-
164
- ## Technical Specifications [optional]
165
-
166
- ### Model Architecture and Objective
167
-
168
- [More Information Needed]
169
-
170
- ### Compute Infrastructure
171
-
172
- [More Information Needed]
173
-
174
- #### Hardware
175
-
176
- [More Information Needed]
177
-
178
- #### Software
179
-
180
- [More Information Needed]
181
-
182
- ## Citation [optional]
183
-
184
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
185
-
186
- **BibTeX:**
187
-
188
- [More Information Needed]
189
-
190
- **APA:**
191
-
192
- [More Information Needed]
193
-
194
- ## Glossary [optional]
195
-
196
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
197
-
198
- [More Information Needed]
199
-
200
- ## More Information [optional]
201
-
202
- [More Information Needed]
203
-
204
- ## Model Card Authors [optional]
205
-
206
- [More Information Needed]
207
-
208
- ## Model Card Contact
209
-
 
 
 
 
 
 
 
 
 
 
 
 
210
  [More Information Needed]
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - unsloth
5
+ - trl
6
+ - sft
7
+ license: mit
8
+ datasets:
9
+ - jtatman/python-code-dataset-500k
10
+ language:
11
+ - zho
12
+ - eng
13
+ - fra
14
+ - spa
15
+ - por
16
+ - deu
17
+ - ita
18
+ - rus
19
+ - jpn
20
+ - kor
21
+ - vie
22
+ - tha
23
+ - ara
24
+ base_model:
25
+ - Qwen/Qwen2.5-7B
26
+ pipeline_tag: text-generation
27
+ ---
28
+
29
+ # Model Card for Model ID
30
+
31
+ <!-- Provide a quick summary of what the model is/does. -->
32
+
33
+
34
+
35
+ ## Model Details
36
+
37
+ ### Model Description
38
+
39
+ <!-- Provide a longer summary of what this model is. -->
40
+
41
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
42
+
43
+ - **Developed by:** [More Information Needed]
44
+ - **Funded by [optional]:** [More Information Needed]
45
+ - **Shared by [optional]:** [More Information Needed]
46
+ - **Model type:** [More Information Needed]
47
+ - **Language(s) (NLP):** [More Information Needed]
48
+ - **License:** [More Information Needed]
49
+ - **Finetuned from model [optional]:** [More Information Needed]
50
+
51
+ ### Model Sources [optional]
52
+
53
+ <!-- Provide the basic links for the model. -->
54
+
55
+ - **Repository:** [More Information Needed]
56
+ - **Paper [optional]:** [More Information Needed]
57
+ - **Demo [optional]:** [More Information Needed]
58
+
59
+ ## Uses
60
+
61
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
62
+
63
+ ### Direct Use
64
+
65
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Downstream Use [optional]
70
+
71
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
72
+
73
+ [More Information Needed]
74
+
75
+ ### Out-of-Scope Use
76
+
77
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
78
+
79
+ [More Information Needed]
80
+
81
+ ## Bias, Risks, and Limitations
82
+
83
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
84
+
85
+ [More Information Needed]
86
+
87
+ ### Recommendations
88
+
89
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
90
+
91
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
92
+
93
+ ## How to Get Started with the Model
94
+
95
+ Use the code below to get started with the model.
96
+
97
+ [More Information Needed]
98
+
99
+ ## Training Details
100
+
101
+ ### Training Data
102
+
103
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
104
+
105
+ [More Information Needed]
106
+
107
+ ### Training Procedure
108
+
109
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
110
+
111
+ #### Preprocessing [optional]
112
+
113
+ [More Information Needed]
114
+
115
+
116
+ #### Training Hyperparameters
117
+
118
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
119
+
120
+ #### Speeds, Sizes, Times [optional]
121
+
122
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
123
+
124
+ [More Information Needed]
125
+
126
+ ## Evaluation
127
+
128
+ <!-- This section describes the evaluation protocols and provides the results. -->
129
+
130
+ ### Testing Data, Factors & Metrics
131
+
132
+ #### Testing Data
133
+
134
+ <!-- This should link to a Dataset Card if possible. -->
135
+
136
+ [More Information Needed]
137
+
138
+ #### Factors
139
+
140
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
141
+
142
+ [More Information Needed]
143
+
144
+ #### Metrics
145
+
146
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
147
+
148
+ [More Information Needed]
149
+
150
+ ### Results
151
+
152
+ [More Information Needed]
153
+
154
+ #### Summary
155
+
156
+
157
+
158
+ ## Model Examination [optional]
159
+
160
+ <!-- Relevant interpretability work for the model goes here -->
161
+
162
+ [More Information Needed]
163
+
164
+ ## Environmental Impact
165
+
166
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
167
+
168
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
169
+
170
+ - **Hardware Type:** [More Information Needed]
171
+ - **Hours used:** [More Information Needed]
172
+ - **Cloud Provider:** [More Information Needed]
173
+ - **Compute Region:** [More Information Needed]
174
+ - **Carbon Emitted:** [More Information Needed]
175
+
176
+ ## Technical Specifications [optional]
177
+
178
+ ### Model Architecture and Objective
179
+
180
+ [More Information Needed]
181
+
182
+ ### Compute Infrastructure
183
+
184
+ [More Information Needed]
185
+
186
+ #### Hardware
187
+
188
+ [More Information Needed]
189
+
190
+ #### Software
191
+
192
+ [More Information Needed]
193
+
194
+ ## Citation [optional]
195
+
196
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
197
+
198
+ **BibTeX:**
199
+
200
+ [More Information Needed]
201
+
202
+ **APA:**
203
+
204
+ [More Information Needed]
205
+
206
+ ## Glossary [optional]
207
+
208
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
209
+
210
+ [More Information Needed]
211
+
212
+ ## More Information [optional]
213
+
214
+ [More Information Needed]
215
+
216
+ ## Model Card Authors [optional]
217
+
218
+ [More Information Needed]
219
+
220
+ ## Model Card Contact
221
+
222
  [More Information Needed]