CalfKing commited on
Commit
d59eac3
·
verified ·
1 Parent(s): 0fe8cff

Update vtqa2023.py

Browse files
Files changed (1) hide show
  1. vtqa2023.py +4 -2
vtqa2023.py CHANGED
@@ -42,8 +42,10 @@ _HOMEPAGE_URL = "https://visual-text-qa.github.io/"
42
 
43
  _LICENSE = "Creative Commons Attribution NonCommercial NoDerivs 4.0 International License"
44
 
45
- # 修改数据URL
46
- _DATA_URL = "https://huggingface.co/datasets/CalfKing/vtqa2023/tree/main/data"
 
 
47
 
48
  _ALL_CONFIGS = sorted(
49
  [
 
42
 
43
  _LICENSE = "Creative Commons Attribution NonCommercial NoDerivs 4.0 International License"
44
 
45
+ # 修改数据URL,使用raw格式
46
+ _DATA_URL = "https://huggingface.co/datasets/CalfKing/vtqa2023/resolve/main/data"
47
+ # 或者使用这种格式
48
+ # _DATA_URL = "https://huggingface.co/datasets/CalfKing/vtqa2023/raw/main/data"
49
 
50
  _ALL_CONFIGS = sorted(
51
  [