roopalgarg commited on
Commit
2c2c82f
1 Parent(s): 1b822a9

update test path

Browse files
Files changed (1) hide show
  1. imageinwords.py +1 -1
imageinwords.py CHANGED
@@ -10,7 +10,7 @@ _HOMEPAGE = "https://google.github.io/imageinwords/"
10
 
11
  _LICENSE = "CC BY 4.0"
12
 
13
- _DATASET_GITHUB_PREFIX = "https://github.com/yonatanbitton/my_test_repo/blob/main/datasets"
14
 
15
  _DATASET_GITHUB_URLS = {
16
  "IIW-400": f"{_DATASET_GITHUB_PREFIX}/IIW-400/data.jsonl",
 
10
 
11
  _LICENSE = "CC BY 4.0"
12
 
13
+ _DATASET_GITHUB_PREFIX = "https://raw.githubusercontent.com/yonatanbitton/my_test_repo/main"
14
 
15
  _DATASET_GITHUB_URLS = {
16
  "IIW-400": f"{_DATASET_GITHUB_PREFIX}/IIW-400/data.jsonl",