tillschwoerer
commited on
Commit
•
222aa8c
1
Parent(s):
b2a0756
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
+
- name: label
|
7 |
+
dtype:
|
8 |
+
class_label:
|
9 |
+
names:
|
10 |
+
'0': Business
|
11 |
+
'1': Catastrophe
|
12 |
+
'2': Conflicts
|
13 |
+
'3': Crime
|
14 |
+
'4': Culture
|
15 |
+
'5': Health
|
16 |
+
'6': Nature and Environment
|
17 |
+
'7': Politics
|
18 |
+
'8': Society
|
19 |
+
'9': Sports
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 6675633
|
23 |
+
num_examples: 1598
|
24 |
+
- name: validation
|
25 |
+
num_bytes: 807911
|
26 |
+
num_examples: 200
|
27 |
+
- name: test
|
28 |
+
num_bytes: 807911
|
29 |
+
num_examples: 200
|
30 |
+
download_size: 5058088
|
31 |
+
dataset_size: 8291455
|
32 |
+
---
|
33 |
+
# Dataset Card for "dwnews"
|
34 |
+
|
35 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|