Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -88,7 +88,7 @@ We also welcome you to experience the InternVL2 series models in our [online dem
|
|
| 88 |
|
| 89 |
```python
|
| 90 |
import torch
|
| 91 |
-
from transformers import AutoTokenizer, AutoModel
|
| 92 |
path = "OpenGVLab/InternVL-Chat-V1-1"
|
| 93 |
model = AutoModel.from_pretrained(
|
| 94 |
path,
|
|
@@ -101,7 +101,7 @@ model = AutoModel.from_pretrained(
|
|
| 101 |
|
| 102 |
```python
|
| 103 |
import torch
|
| 104 |
-
from transformers import AutoTokenizer, AutoModel
|
| 105 |
path = "OpenGVLab/InternVL-Chat-V1-1"
|
| 106 |
model = AutoModel.from_pretrained(
|
| 107 |
path,
|
|
|
|
| 88 |
|
| 89 |
```python
|
| 90 |
import torch
|
| 91 |
+
from transformers import AutoTokenizer, AutoModel
|
| 92 |
path = "OpenGVLab/InternVL-Chat-V1-1"
|
| 93 |
model = AutoModel.from_pretrained(
|
| 94 |
path,
|
|
|
|
| 101 |
|
| 102 |
```python
|
| 103 |
import torch
|
| 104 |
+
from transformers import AutoTokenizer, AutoModel
|
| 105 |
path = "OpenGVLab/InternVL-Chat-V1-1"
|
| 106 |
model = AutoModel.from_pretrained(
|
| 107 |
path,
|