Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -23,6 +23,38 @@ task_ids: []
|
|
| 23 |
paperswithcode_id: x-stance
|
| 24 |
tags:
|
| 25 |
- stance-detection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
---
|
| 27 |
|
| 28 |
# Dataset Card for "x_stance"
|
|
|
|
| 23 |
paperswithcode_id: x-stance
|
| 24 |
tags:
|
| 25 |
- stance-detection
|
| 26 |
+
dataset_info:
|
| 27 |
+
features:
|
| 28 |
+
- name: question
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: id
|
| 31 |
+
dtype: int32
|
| 32 |
+
- name: question_id
|
| 33 |
+
dtype: int32
|
| 34 |
+
- name: language
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: comment
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: label
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: numerical_label
|
| 41 |
+
dtype: int32
|
| 42 |
+
- name: author
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: topic
|
| 45 |
+
dtype: string
|
| 46 |
+
splits:
|
| 47 |
+
- name: test
|
| 48 |
+
num_bytes: 6607134
|
| 49 |
+
num_examples: 17705
|
| 50 |
+
- name: train
|
| 51 |
+
num_bytes: 17619123
|
| 52 |
+
num_examples: 45640
|
| 53 |
+
- name: validation
|
| 54 |
+
num_bytes: 1505979
|
| 55 |
+
num_examples: 3926
|
| 56 |
+
download_size: 6410801
|
| 57 |
+
dataset_size: 25732236
|
| 58 |
---
|
| 59 |
|
| 60 |
# Dataset Card for "x_stance"
|