KarelDO commited on
Commit
95d4015
·
1 Parent(s): c0bb0cb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: title
5
+ dtype: string
6
+ - name: abstract
7
+ dtype: string
8
+ - name: fulltext
9
+ dtype: string
10
+ - name: reactions
11
+ dtype: string
12
+ - name: pmid
13
+ dtype: string
14
+ - name: fulltext_license
15
+ dtype: string
16
+ - name: title_normalized
17
+ dtype: string
18
+ - name: issue
19
+ dtype: string
20
+ - name: pages
21
+ dtype: string
22
+ - name: journal
23
+ dtype: string
24
+ - name: authors
25
+ dtype: string
26
+ - name: pubdate
27
+ dtype: string
28
+ - name: doi
29
+ dtype: string
30
+ - name: affiliations
31
+ dtype: string
32
+ - name: medline_ta
33
+ dtype: string
34
+ - name: nlm_unique_id
35
+ dtype: string
36
+ - name: issn_linking
37
+ dtype: string
38
+ - name: country
39
+ dtype: string
40
+ - name: mesh_terms
41
+ dtype: string
42
+ - name: publication_types
43
+ dtype: string
44
+ - name: chemical_list
45
+ dtype: string
46
+ - name: keywords
47
+ dtype: string
48
+ - name: references
49
+ dtype: string
50
+ - name: delete
51
+ dtype: bool
52
+ - name: pmc
53
+ dtype: string
54
+ - name: other_id
55
+ dtype: string
56
+ - name: safetyreportids
57
+ sequence: int64
58
+ - name: fulltext_processed
59
+ dtype: string
60
+ splits:
61
+ - name: test
62
+ num_bytes: 198691562
63
+ num_examples: 4249
64
+ - name: train
65
+ num_bytes: 499686931
66
+ num_examples: 11543
67
+ - name: validation
68
+ num_bytes: 123513024
69
+ num_examples: 2886
70
+ download_size: 439737882
71
+ dataset_size: 821891517
72
+ ---
73
+ # Dataset Card for "BioDEX-Reactions"
74
+
75
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)