Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: test
|
6 |
+
path: data/test-*
|
7 |
+
- split: train
|
8 |
+
path: data/train-*
|
9 |
+
- split: validation
|
10 |
+
path: data/validation-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: text
|
14 |
+
dtype: string
|
15 |
+
- name: label
|
16 |
+
dtype:
|
17 |
+
class_label:
|
18 |
+
names:
|
19 |
+
'0': '100'
|
20 |
+
'1': '101'
|
21 |
+
'2': '102'
|
22 |
+
'3': '103'
|
23 |
+
'4': '104'
|
24 |
+
'5': '106'
|
25 |
+
'6': '107'
|
26 |
+
'7': '108'
|
27 |
+
'8': '109'
|
28 |
+
'9': '110'
|
29 |
+
'10': '112'
|
30 |
+
'11': '113'
|
31 |
+
'12': '114'
|
32 |
+
'13': '115'
|
33 |
+
'14': '116'
|
34 |
+
- name: idx
|
35 |
+
dtype: int32
|
36 |
+
splits:
|
37 |
+
- name: test
|
38 |
+
num_bytes: 810970
|
39 |
+
num_examples: 10000
|
40 |
+
- name: train
|
41 |
+
num_bytes: 4245677
|
42 |
+
num_examples: 53360
|
43 |
+
- name: validation
|
44 |
+
num_bytes: 797922
|
45 |
+
num_examples: 10000
|
46 |
+
download_size: 4697191
|
47 |
+
dataset_size: 5854569
|
48 |
+
---
|
49 |
+
# Dataset Card for "TNews-classification"
|
50 |
+
|
51 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|