Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -22,38 +22,26 @@ dataset_info:
|
|
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:
|
42 |
-
|
43 |
-
- name:
|
44 |
-
|
45 |
splits:
|
46 |
- name: train
|
47 |
-
num_bytes:
|
48 |
-
num_examples:
|
49 |
-
- name: validation
|
50 |
-
num_bytes: 27338635
|
51 |
-
num_examples: 6598
|
52 |
- name: test
|
53 |
-
num_bytes:
|
54 |
-
num_examples:
|
55 |
-
|
56 |
-
|
|
|
|
|
|
|
57 |
---
|
58 |
# Dataset Card for "kmdb_classification"
|
59 |
|
|
|
22 |
dtype: int64
|
23 |
- name: url
|
24 |
dtype: string
|
|
|
|
|
25 |
- name: date
|
26 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
- name: is_hand_annoted
|
28 |
dtype: bool
|
29 |
+
- name: score
|
30 |
+
dtype: float64
|
31 |
+
- name: title_score
|
32 |
+
dtype: float64
|
33 |
splits:
|
34 |
- name: train
|
35 |
+
num_bytes: 187493981
|
36 |
+
num_examples: 45683
|
|
|
|
|
|
|
37 |
- name: test
|
38 |
+
num_bytes: 13542701
|
39 |
+
num_examples: 3605
|
40 |
+
- name: validation
|
41 |
+
num_bytes: 25309037
|
42 |
+
num_examples: 6579
|
43 |
+
download_size: 139938458
|
44 |
+
dataset_size: 226345719
|
45 |
---
|
46 |
# Dataset Card for "kmdb_classification"
|
47 |
|