boapps commited on
Commit
46ccbc6
·
1 Parent(s): 645e5c0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: url
22
+ dtype: string
23
+ - name: authors
24
+ sequence: string
25
+ - name: date
26
+ dtype: string
27
+ - name: kmonitor_description
28
+ dtype: string
29
+ - name: kmonitor_title
30
+ dtype: string
31
+ - name: kmonitor_tags
32
+ sequence: string
33
+ - name: kmonitor_institutes
34
+ sequence: string
35
+ - name: kmonitor_people
36
+ sequence: string
37
+ - name: kmonitor_places
38
+ sequence: string
39
+ - name: kmonitor_collections
40
+ sequence: string
41
+ splits:
42
+ - name: train
43
+ num_bytes: 119255330.97944729
44
+ num_examples: 26661
45
+ - name: validation
46
+ num_bytes: 14101536.626250379
47
+ num_examples: 3410
48
+ - name: test
49
+ num_bytes: 6913376.462133775
50
+ num_examples: 1720
51
+ download_size: 107190768
52
+ dataset_size: 140270244.06783143
53
+ ---
54
+ # Dataset Card for "kmdb_base"
55
+
56
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)