Commit
·
14c6030
1
Parent(s):
c98c124
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: test
|
8 |
+
path: data/test-*
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: id
|
12 |
+
dtype: int32
|
13 |
+
- name: topic
|
14 |
+
dtype:
|
15 |
+
class_label:
|
16 |
+
names:
|
17 |
+
'0': Society & Culture
|
18 |
+
'1': Science & Mathematics
|
19 |
+
'2': Health
|
20 |
+
'3': Education & Reference
|
21 |
+
'4': Computers & Internet
|
22 |
+
'5': Sports
|
23 |
+
'6': Business & Finance
|
24 |
+
'7': Entertainment & Music
|
25 |
+
'8': Family & Relationships
|
26 |
+
'9': Politics & Government
|
27 |
+
- name: question_title
|
28 |
+
dtype: string
|
29 |
+
- name: question_content
|
30 |
+
dtype: string
|
31 |
+
- name: best_answer
|
32 |
+
dtype: string
|
33 |
+
splits:
|
34 |
+
- name: train
|
35 |
+
num_bytes: 32583672.64285714
|
36 |
+
num_examples: 60000
|
37 |
+
- name: test
|
38 |
+
num_bytes: 32653862
|
39 |
+
num_examples: 60000
|
40 |
+
download_size: 43929321
|
41 |
+
dataset_size: 65237534.64285714
|
42 |
+
---
|
43 |
+
# Dataset Card for "yahoo_dataset"
|
44 |
+
|
45 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|