Update README.md
Browse files
README.md
CHANGED
@@ -180,12 +180,12 @@ Clone the `llavaonevision` repository:
|
|
180 |
git clone https://github.com/LLaVA-VL/LLaVA-NeXT
|
181 |
```
|
182 |
|
183 |
-
|
184 |
Use `huggingface-cli` for parallel dataset download:
|
185 |
|
186 |
```bash
|
187 |
huggingface-cli download MBZUAI/MINT --repo-type dataset
|
188 |
-
```
|
189 |
|
190 |
## Run the Evaluation
|
191 |
Export the necessary environment variables:
|
|
|
180 |
git clone https://github.com/LLaVA-VL/LLaVA-NeXT
|
181 |
```
|
182 |
|
183 |
+
## Download the Dataset
|
184 |
Use `huggingface-cli` for parallel dataset download:
|
185 |
|
186 |
```bash
|
187 |
huggingface-cli download MBZUAI/MINT --repo-type dataset
|
188 |
+
```
|
189 |
|
190 |
## Run the Evaluation
|
191 |
Export the necessary environment variables:
|