Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: relation
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: template
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: subject
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: answers
|
| 11 |
+
sequence: string
|
| 12 |
+
- name: is_mutable
|
| 13 |
+
dtype: bool
|
| 14 |
+
splits:
|
| 15 |
+
- name: train
|
| 16 |
+
num_bytes: 367600
|
| 17 |
+
num_examples: 3957
|
| 18 |
+
- name: validation
|
| 19 |
+
num_bytes: 290219
|
| 20 |
+
num_examples: 2925
|
| 21 |
+
- name: test
|
| 22 |
+
num_bytes: 455156
|
| 23 |
+
num_examples: 4187
|
| 24 |
+
download_size: 364250
|
| 25 |
+
dataset_size: 1112975
|
| 26 |
+
---
|
| 27 |
+
# Dataset Card for "mutability_classifier_data"
|
| 28 |
+
|
| 29 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|