Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
nayeon212 commited on
Commit
4459047
1 Parent(s): e857ad0

UPDATE: annotation files

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -53,6 +53,40 @@ configs:
53
  path: "data/questions/US_questions.csv"
54
  - split: JB
55
  path: "data/questions/West_Java_questions.csv"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  ---
57
  # BLEnD
58
 
 
53
  path: "data/questions/US_questions.csv"
54
  - split: JB
55
  path: "data/questions/West_Java_questions.csv"
56
+ - config_name: annotations
57
+ data_files:
58
+ - split: DZ
59
+ path: "data/annotations/Algeria_data.json"
60
+ - split: AS
61
+ path: "data/annotations/Assam_data.json"
62
+ - split: AZ
63
+ path: "data/annotations/Azerbaijan_data.json"
64
+ - split: CN
65
+ path: "data/annotations/China_data.json"
66
+ - split: ET
67
+ path: "data/annotations/Ethiopia_data.json"
68
+ - split: GR
69
+ path: "data/annotations/Greece_data.json"
70
+ - split: ID
71
+ path: "data/annotations/Indonesia_data.json"
72
+ - split: IR
73
+ path: "data/annotations/Iran_data.json"
74
+ - split: MX
75
+ path: "data/annotations/Mexico_data.json"
76
+ - split: KP
77
+ path: "data/annotations/North_Korea_data.json"
78
+ - split: NG
79
+ path: "data/annotations/Northern_Nigeria_data.json"
80
+ - split: KR
81
+ path: "data/annotations/South_Korea_data.json"
82
+ - split: ES
83
+ path: "data/annotations/Spain_data.json"
84
+ - split: GB
85
+ path: "data/annotations/UK_data.json"
86
+ - split: US
87
+ path: "data/annotations/US_data.json"
88
+ - split: JB
89
+ path: "data/annotations/West_Java_data.json"
90
  ---
91
  # BLEnD
92