wenhu commited on
Commit
f31bc36
·
verified ·
1 Parent(s): d623c51

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -3
README.md CHANGED
@@ -1,3 +1,29 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - TIGER-Lab/VisualWebInstruct
5
+ language:
6
+ - en
7
+ base_model:
8
+ - MAmmoTH-VL/MAmmoTH-VL-8B
9
+ pipeline_tag: question-answering
10
+ library_name: transformers
11
+ ---
12
+
13
+ # Introduction
14
+ MAmmoTH-VL2, the model trained with VisualWebInstruct.
15
+
16
+ # Links
17
+ [Github](https://github.com/TIGER-AI-Lab/VisualWebInstruct)|
18
+ [Paper](https://arxiv.org/abs/2503.10582)|
19
+ [Website](https://tiger-ai-lab.github.io/VisualWebInstruct/)
20
+
21
+ # Citation
22
+ ```
23
+ @article{visualwebinstruct,
24
+ title={VisualWebInstruct: Scaling up Multimodal Instruction Data through Web Search},
25
+ author = {Jia, Yiming and Li, Jiachen and Yue, Xiang and Li, Bo and Nie, Ping and Zou, Kai and Chen, Wenhu},
26
+ journal={arXiv preprint arXiv:2503.10582},
27
+ year={2025}
28
+ }
29
+ ```