Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -5,23 +5,24 @@ dataset_info:
|
|
5 |
dtype: string
|
6 |
- name: class
|
7 |
dtype: string
|
8 |
-
- name: split
|
9 |
-
dtype: string
|
10 |
- name: source
|
11 |
dtype: string
|
12 |
-
- name: __index_level_0__
|
13 |
-
dtype: int64
|
14 |
splits:
|
15 |
- name: train
|
16 |
-
num_bytes:
|
17 |
-
num_examples:
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
20 |
configs:
|
21 |
- config_name: default
|
22 |
data_files:
|
23 |
- split: train
|
24 |
path: data/train-*
|
|
|
|
|
25 |
---
|
26 |
# Dataset Card for "ILUR-news-text-classification-corpus-formatted"
|
27 |
|
|
|
5 |
dtype: string
|
6 |
- name: class
|
7 |
dtype: string
|
|
|
|
|
8 |
- name: source
|
9 |
dtype: string
|
|
|
|
|
10 |
splits:
|
11 |
- name: train
|
12 |
+
num_bytes: 21108944
|
13 |
+
num_examples: 9821
|
14 |
+
- name: test
|
15 |
+
num_bytes: 4960200
|
16 |
+
num_examples: 2445
|
17 |
+
download_size: 11233398
|
18 |
+
dataset_size: 26069144
|
19 |
configs:
|
20 |
- config_name: default
|
21 |
data_files:
|
22 |
- split: train
|
23 |
path: data/train-*
|
24 |
+
- split: test
|
25 |
+
path: data/test-*
|
26 |
---
|
27 |
# Dataset Card for "ILUR-news-text-classification-corpus-formatted"
|
28 |
|