alexandru-dima
commited on
Commit
•
3172871
1
Parent(s):
bddc674
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: id
|
6 |
+
dtype: int64
|
7 |
+
- name: data
|
8 |
+
struct:
|
9 |
+
- name: body
|
10 |
+
dtype: string
|
11 |
+
- name: annotation
|
12 |
+
struct:
|
13 |
+
- name: choices
|
14 |
+
list:
|
15 |
+
- name: name
|
16 |
+
dtype: string
|
17 |
+
- name: value
|
18 |
+
dtype: string
|
19 |
+
splits:
|
20 |
+
- name: train
|
21 |
+
num_bytes: 919613
|
22 |
+
num_examples: 868
|
23 |
+
- name: val
|
24 |
+
num_bytes: 273465
|
25 |
+
num_examples: 289
|
26 |
+
- name: test
|
27 |
+
num_bytes: 284373
|
28 |
+
num_examples: 290
|
29 |
+
download_size: 737973
|
30 |
+
dataset_size: 1477451
|
31 |
---
|