dev-senolys
commited on
Commit
•
dd100eb
1
Parent(s):
2c2cbab
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: identifier
|
5 |
+
dtype: string
|
6 |
+
- name: categories
|
7 |
+
dtype: string
|
8 |
+
- name: article
|
9 |
+
dtype: string
|
10 |
+
- name: themas
|
11 |
+
dtype:
|
12 |
+
class_label:
|
13 |
+
names:
|
14 |
+
'0': agronomy
|
15 |
+
'1': business
|
16 |
+
'2': design
|
17 |
+
'3': digital
|
18 |
+
'4': environment
|
19 |
+
'5': learning
|
20 |
+
'6': medical
|
21 |
+
'7': people
|
22 |
+
'8': production
|
23 |
+
'9': resource
|
24 |
+
'10': science
|
25 |
+
'11': security
|
26 |
+
'12': society
|
27 |
+
'13': transport
|
28 |
+
- name: themas_ids
|
29 |
+
sequence: int64
|
30 |
+
splits:
|
31 |
+
- name: train_dataset_themas
|
32 |
+
num_bytes: 3496795
|
33 |
+
num_examples: 928
|
34 |
+
- name: val_dataset_themas
|
35 |
+
num_bytes: 775166
|
36 |
+
num_examples: 198
|
37 |
+
- name: test_dataset_themas
|
38 |
+
num_bytes: 786072
|
39 |
+
num_examples: 200
|
40 |
+
download_size: 2886738
|
41 |
+
dataset_size: 5058033
|
42 |
+
---
|
43 |
+
# Dataset Card for "themas_dataset"
|
44 |
+
|
45 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|