Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,14 @@
|
|
1 |
---
|
2 |
-
dataset_info:
|
3 |
-
features:
|
4 |
-
- name: q
|
5 |
-
dtype: string
|
6 |
-
- name: us
|
7 |
-
dtype: string
|
8 |
-
- name: ko
|
9 |
-
dtype: string
|
10 |
-
splits:
|
11 |
-
- name: train
|
12 |
-
num_bytes: 206276
|
13 |
-
num_examples: 671
|
14 |
-
download_size: 117709
|
15 |
-
dataset_size: 206276
|
16 |
configs:
|
17 |
-
- config_name:
|
18 |
data_files:
|
19 |
-
- split:
|
20 |
-
path: data/
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
|
|
22 |
The QARV (Question and Answers with Regional Variance) project aims to curate a collection of questions with answers that exhibit regional variations across different nations.
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
configs:
|
3 |
+
- config_name: english
|
4 |
data_files:
|
5 |
+
- split: test
|
6 |
+
path: data/qarv-binary-en.csv
|
7 |
+
- config_name: korean
|
8 |
+
data_files:
|
9 |
+
- split: test
|
10 |
+
path: data/qarv-binary-ko.csv
|
11 |
+
license: mit
|
12 |
---
|
13 |
+
|
14 |
The QARV (Question and Answers with Regional Variance) project aims to curate a collection of questions with answers that exhibit regional variations across different nations.
|