Phonecharger
commited on
Commit
•
dd30193
1
Parent(s):
2385ea3
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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': Sci/Tech
|
12 |
+
'2': Sports
|
13 |
+
'3': World
|
14 |
+
splits:
|
15 |
+
- name: train
|
16 |
+
num_bytes: 169162.1584507042
|
17 |
+
num_examples: 681
|
18 |
+
- name: test
|
19 |
+
num_bytes: 42476.84154929577
|
20 |
+
num_examples: 171
|
21 |
+
download_size: 147163
|
22 |
+
dataset_size: 211639.0
|
23 |
+
---
|
24 |
+
# Dataset Card for "news-programmatic-labeling"
|
25 |
+
|
26 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|