czczup commited on
Commit
3f4a31b
·
verified ·
1 Parent(s): 3e5c586

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -9
README.md CHANGED
@@ -1,12 +1,5 @@
1
  ---
2
  license: mit
3
- datasets:
4
- - laion/laion2B-en
5
- - laion/laion-coco
6
- - laion/laion2B-multi
7
- - kakaobrain/coyo-700m
8
- - conceptual_captions
9
- - wanng/wukong100m
10
  pipeline_tag: visual-question-answering
11
  ---
12
 
@@ -20,8 +13,6 @@ pipeline_tag: visual-question-answering
20
 
21
  We provide an example code to run InternVL2-2B using `transformers`.
22
 
23
- You can also use our [online demo](https://internvl.opengvlab.com/) for a quick experience of this model.
24
-
25
  > Please use transformers==4.37.2 to ensure the model works normally.
26
 
27
  ```python
 
1
  ---
2
  license: mit
 
 
 
 
 
 
 
3
  pipeline_tag: visual-question-answering
4
  ---
5
 
 
13
 
14
  We provide an example code to run InternVL2-2B using `transformers`.
15
 
 
 
16
  > Please use transformers==4.37.2 to ensure the model works normally.
17
 
18
  ```python