Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -53,7 +53,7 @@ from datasets import load_dataset
|
|
| 53 |
test_dataset = load_dataset("topyun/VS-TDX", split="train")
|
| 54 |
```
|
| 55 |
|
| 56 |
-
Additionally, we have provided two example codes for evaluation: Open Model([**test.py**](https://github.com/top-yun/VS-TDX/blob/master/test.py)) and Closed Model([**test_closed_models.py**](https://github.com/top-yun/
|
| 57 |
|
| 58 |
If you have 4 GPUs and want to run the experiment with llava-1.5-7b, you can do the following:
|
| 59 |
```bash
|
|
|
|
| 53 |
test_dataset = load_dataset("topyun/VS-TDX", split="train")
|
| 54 |
```
|
| 55 |
|
| 56 |
+
Additionally, we have provided two example codes for evaluation: Open Model([**test.py**](https://github.com/top-yun/VS-TDX/blob/master/test.py)) and Closed Model([**test_closed_models.py**](https://github.com/top-yun/VS-TDX/blob/master/test_closed_models.py)). You can easily run them as shown below.
|
| 57 |
|
| 58 |
If you have 4 GPUs and want to run the experiment with llava-1.5-7b, you can do the following:
|
| 59 |
```bash
|