tc-mb commited on
Commit
5a68d09
·
verified ·
1 Parent(s): 8876654

Update: README

Browse files
Files changed (1) hide show
  1. README.md +14 -6
README.md CHANGED
@@ -1,9 +1,17 @@
1
  ---
2
- frameworks:
3
- - Pytorch
4
- license: other
5
- tasks:
6
- - image-text-to-text
 
 
 
 
 
 
 
 
7
  ---
8
 
9
  <h1>A GPT-4o Level MLLM for Single Image, Multi Image and High-FPS Video Understanding on Your Phone</h1>
@@ -278,7 +286,7 @@ for new_text in answer:
278
  print(new_text, flush=True, end='')
279
 
280
  # Second round chat, pass history context of multi-turn conversation
281
- msgs.append({"role": "assistant", "content": [answer]})
282
  msgs.append({"role": "user", "content": ["What should I pay attention to when traveling here?"]})
283
 
284
  answer = model.chat(
 
1
  ---
2
+ pipeline_tag: image-text-to-text
3
+ datasets:
4
+ - openbmb/RLAIF-V-Dataset
5
+ library_name: transformers
6
+ language:
7
+ - multilingual
8
+ tags:
9
+ - minicpm-v
10
+ - vision
11
+ - ocr
12
+ - multi-image
13
+ - video
14
+ - custom_code
15
  ---
16
 
17
  <h1>A GPT-4o Level MLLM for Single Image, Multi Image and High-FPS Video Understanding on Your Phone</h1>
 
286
  print(new_text, flush=True, end='')
287
 
288
  # Second round chat, pass history context of multi-turn conversation
289
+ msgs.append({"role": "assistant", "content": [generated_text]})
290
  msgs.append({"role": "user", "content": ["What should I pay attention to when traveling here?"]})
291
 
292
  answer = model.chat(