Datasets:

Tasks:
Other
Languages:
English
Multilinguality:
monolingual
Size Categories:
10M<n<100M
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
disambiguation
License:
lhoestq HF staff commited on
Commit
2db88df
1 Parent(s): 974ea44

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -20,6 +20,31 @@ paperswithcode_id: medal
20
  pretty_name: MeDAL
21
  tags:
22
  - disambiguation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
  # Dataset Card for the MeDAL dataset
25
 
 
20
  pretty_name: MeDAL
21
  tags:
22
  - disambiguation
23
+ dataset_info:
24
+ features:
25
+ - name: abstract_id
26
+ dtype: int32
27
+ - name: text
28
+ dtype: string
29
+ - name: location
30
+ sequence: int32
31
+ - name: label
32
+ sequence: string
33
+ splits:
34
+ - name: full
35
+ num_bytes: 15536883723
36
+ num_examples: 14393619
37
+ - name: test
38
+ num_bytes: 1190766821
39
+ num_examples: 1000000
40
+ - name: train
41
+ num_bytes: 3573399948
42
+ num_examples: 3000000
43
+ - name: validation
44
+ num_bytes: 1191410723
45
+ num_examples: 1000000
46
+ download_size: 21060929078
47
+ dataset_size: 21492461215
48
  ---
49
  # Dataset Card for the MeDAL dataset
50