Joctor commited on
Commit
e8e3d96
·
verified ·
1 Parent(s): 35b5d92

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -173
README.md CHANGED
@@ -12,69 +12,11 @@ pipeline_tag: image-to-text
12
  <!-- Provide a quick summary of what the model is/does. -->
13
  AI大喜利
14
 
15
-
16
- ## Model Details
17
-
18
- ### Model Description
19
-
20
- <!-- Provide a longer summary of what this model is. -->
21
-
22
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
23
-
24
- - **Developed by:** [More Information Needed]
25
- - **Funded by [optional]:** [More Information Needed]
26
- - **Shared by [optional]:** [More Information Needed]
27
- - **Model type:** [More Information Needed]
28
- - **Language(s) (NLP):** [More Information Needed]
29
- - **License:** [More Information Needed]
30
- - **Finetuned from model [optional]:** [More Information Needed]
31
-
32
- ### Model Sources [optional]
33
-
34
- <!-- Provide the basic links for the model. -->
35
-
36
- - **Repository:** [More Information Needed]
37
- - **Paper [optional]:** [More Information Needed]
38
- - **Demo [optional]:** [More Information Needed]
39
-
40
- ## Uses
41
-
42
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
43
-
44
- ### Direct Use
45
-
46
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
47
-
48
- [More Information Needed]
49
-
50
- ### Downstream Use [optional]
51
-
52
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
53
-
54
- [More Information Needed]
55
-
56
- ### Out-of-Scope Use
57
-
58
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
59
-
60
- [More Information Needed]
61
-
62
- ## Bias, Risks, and Limitations
63
-
64
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
65
-
66
- [More Information Needed]
67
-
68
- ### Recommendations
69
-
70
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
71
-
72
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
73
-
74
  ## How to Get Started with the Model
75
 
76
  Use the code below to get started with the model.
77
 
 
78
  from transformers import Qwen2VLForConditionalGeneration, AutoTokenizer, AutoProcessor
79
  from qwen_vl_utils import process_vision_info
80
 
@@ -124,6 +66,7 @@ output_text = processor.batch_decode(
124
  generated_ids_trimmed, skip_special_tokens=True, clean_up_tokenization_spaces=False
125
  )
126
  print(output_text)
 
127
 
128
  ## Training Details
129
 
@@ -137,121 +80,13 @@ https://huggingface.co/datasets/Joctor/cn_bokete_oogiri_caption
137
 
138
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
139
 
140
- 基础模型:qwen2vl
141
- 微调方式:数据量充足,采用SFT微调
142
- 微调参数:max_length=1024(短就是好!), num_train_epochs=1, per_device_train_batch_size=1, gradient_accumulation_steps=1
143
- 训练设备:10 * 4090D
144
- 训练时长:22小时
145
-
146
- #### Preprocessing [optional]
147
-
148
- [More Information Needed]
149
-
150
-
151
- #### Training Hyperparameters
152
-
153
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
154
-
155
- #### Speeds, Sizes, Times [optional]
156
-
157
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
158
-
159
- [More Information Needed]
160
-
161
- ## Evaluation
162
-
163
- <!-- This section describes the evaluation protocols and provides the results. -->
164
-
165
- ### Testing Data, Factors & Metrics
166
-
167
- #### Testing Data
168
-
169
- <!-- This should link to a Dataset Card if possible. -->
170
-
171
- [More Information Needed]
172
 
173
- #### Factors
174
-
175
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
176
-
177
- [More Information Needed]
178
-
179
- #### Metrics
180
-
181
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
182
-
183
- [More Information Needed]
184
 
185
  ### Results
186
 
187
- https://www.gcores.com/articles/188405
188
-
189
- #### Summary
190
-
191
-
192
-
193
- ## Model Examination [optional]
194
-
195
- <!-- Relevant interpretability work for the model goes here -->
196
-
197
- [More Information Needed]
198
-
199
- ## Environmental Impact
200
-
201
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
202
-
203
- 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).
204
-
205
- - **Hardware Type:** [More Information Needed]
206
- - **Hours used:** [More Information Needed]
207
- - **Cloud Provider:** [More Information Needed]
208
- - **Compute Region:** [More Information Needed]
209
- - **Carbon Emitted:** [More Information Needed]
210
-
211
- ## Technical Specifications [optional]
212
-
213
- ### Model Architecture and Objective
214
-
215
- [More Information Needed]
216
-
217
- ### Compute Infrastructure
218
-
219
- [More Information Needed]
220
-
221
- #### Hardware
222
-
223
- [More Information Needed]
224
-
225
- #### Software
226
-
227
- [More Information Needed]
228
-
229
- ## Citation [optional]
230
-
231
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
232
-
233
- **BibTeX:**
234
-
235
- [More Information Needed]
236
-
237
- **APA:**
238
-
239
- [More Information Needed]
240
-
241
- ## Glossary [optional]
242
-
243
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
244
-
245
- [More Information Needed]
246
-
247
- ## More Information [optional]
248
-
249
- [More Information Needed]
250
-
251
- ## Model Card Authors [optional]
252
-
253
- [More Information Needed]
254
-
255
- ## Model Card Contact
256
-
257
- [More Information Needed]
 
12
  <!-- Provide a quick summary of what the model is/does. -->
13
  AI大喜利
14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ## How to Get Started with the Model
16
 
17
  Use the code below to get started with the model.
18
 
19
+ ```python
20
  from transformers import Qwen2VLForConditionalGeneration, AutoTokenizer, AutoProcessor
21
  from qwen_vl_utils import process_vision_info
22
 
 
66
  generated_ids_trimmed, skip_special_tokens=True, clean_up_tokenization_spaces=False
67
  )
68
  print(output_text)
69
+ ```
70
 
71
  ## Training Details
72
 
 
80
 
81
  <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
82
 
83
+ 基础模型:qwen2vl
84
+ 微调方式:数据量充足,采用SFT微调
85
+ 微调参数:max_length=1024(短就是好!), num_train_epochs=1, per_device_train_batch_size=1, gradient_accumulation_steps=1
86
+ 训练设备:10 * 4090D
87
+ 训练时长:22小时
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
 
 
 
 
 
 
 
 
 
 
 
 
89
 
90
  ### Results
91
 
92
+ https://www.gcores.com/articles/188405