Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
topyun commited on
Commit
5a1d03b
·
verified ·
1 Parent(s): f1eb952

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/MS-PR/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
 
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