Update README.md
Browse files
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
|