Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: validation
|
8 |
+
path: data/validation-*
|
9 |
+
- split: test
|
10 |
+
path: data/test-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: text
|
14 |
+
dtype: string
|
15 |
+
- name: title
|
16 |
+
dtype: string
|
17 |
+
- name: description
|
18 |
+
dtype: string
|
19 |
+
- name: keywords
|
20 |
+
sequence: string
|
21 |
+
- name: label
|
22 |
+
dtype: int64
|
23 |
+
- name: url
|
24 |
+
dtype: string
|
25 |
+
- name: authors
|
26 |
+
sequence: string
|
27 |
+
- name: date
|
28 |
+
dtype: string
|
29 |
+
- name: kmonitor_description
|
30 |
+
dtype: string
|
31 |
+
- name: kmonitor_title
|
32 |
+
dtype: string
|
33 |
+
- name: kmonitor_tags
|
34 |
+
sequence: string
|
35 |
+
- name: kmonitor_institutes
|
36 |
+
sequence: string
|
37 |
+
- name: kmonitor_people
|
38 |
+
sequence: string
|
39 |
+
- name: is_hand_annoted
|
40 |
+
dtype: bool
|
41 |
+
- name: kmonitor_places
|
42 |
+
sequence: string
|
43 |
+
- name: kmonitor_collections
|
44 |
+
sequence: string
|
45 |
+
splits:
|
46 |
+
- name: train
|
47 |
+
num_bytes: 192958338
|
48 |
+
num_examples: 43060
|
49 |
+
- name: validation
|
50 |
+
num_bytes: 27338635
|
51 |
+
num_examples: 6598
|
52 |
+
- name: test
|
53 |
+
num_bytes: 14571604
|
54 |
+
num_examples: 3618
|
55 |
+
download_size: 144095455
|
56 |
+
dataset_size: 234868577
|
57 |
+
---
|
58 |
+
# Dataset Card for "kmdb_classification"
|
59 |
+
|
60 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|