hafidhsoekma commited on
Commit
e71d0e3
·
verified ·
1 Parent(s): b334303

Add HiPhO-text_only configuration

Browse files
HiPhO-text_only/english-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62c5926c6b0fe699ace2f387ea850cfb99734f35df86f218400bb195bd3def3c
3
+ size 12777
HiPhO-text_only/indonesia-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98c5adc13da63007c93f246f2796f87c6e0b6d292410be540b892e32e1f0f731
3
+ size 12151
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: HiPhO-text_only
4
+ features:
5
+ - name: question
6
+ dtype: string
7
+ - name: final_answer
8
+ dtype: string
9
+ splits:
10
+ - name: english
11
+ num_bytes: 17608
12
+ num_examples: 48
13
+ - name: indonesia
14
+ num_bytes: 18149
15
+ num_examples: 48
16
+ download_size: 24928
17
+ dataset_size: 35757
18
+ configs:
19
+ - config_name: HiPhO-text_only
20
+ data_files:
21
+ - split: english
22
+ path: HiPhO-text_only/english-*
23
+ - split: indonesia
24
+ path: HiPhO-text_only/indonesia-*
25
+ ---