acmc commited on
Commit
a9a4693
1 Parent(s): 8b0fcd2

Upload README.md with huggingface_hub (#7)

Browse files

- Upload README.md with huggingface_hub (95a5505cdd64352f3f3ef8e9fabc381b170a35dc)

Files changed (1) hide show
  1. README.md +67 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: title
5
+ dtype: string
6
+ - name: pmid
7
+ dtype: string
8
+ - name: background_abstract
9
+ dtype: string
10
+ - name: background_abstract_label
11
+ dtype: string
12
+ - name: methods_abstract
13
+ dtype: string
14
+ - name: methods_abstract_label
15
+ dtype: string
16
+ - name: results_abstract
17
+ dtype: string
18
+ - name: results_abstract_label
19
+ dtype: string
20
+ - name: conclusions_abstract
21
+ dtype: string
22
+ - name: conclusions_abstract_label
23
+ dtype: string
24
+ - name: mesh_descriptor_names
25
+ sequence: string
26
+ - name: pmcid
27
+ dtype: string
28
+ - name: background_title
29
+ dtype: string
30
+ - name: background_text
31
+ dtype: string
32
+ - name: methods_title
33
+ dtype: string
34
+ - name: methods_text
35
+ dtype: string
36
+ - name: results_title
37
+ dtype: string
38
+ - name: results_text
39
+ dtype: string
40
+ - name: conclusions_title
41
+ dtype: string
42
+ - name: conclusions_text
43
+ dtype: string
44
+ - name: other_sections_titles
45
+ sequence: string
46
+ - name: other_sections_texts
47
+ sequence: string
48
+ - name: other_sections_sec_types
49
+ sequence: string
50
+ - name: all_sections_titles
51
+ sequence: string
52
+ - name: all_sections_texts
53
+ sequence: string
54
+ - name: all_sections_sec_types
55
+ sequence: string
56
+ - name: keywords
57
+ sequence: string
58
+ splits:
59
+ - name: train
60
+ num_bytes: 2654444637
61
+ num_examples: 23727
62
+ download_size: 856034317
63
+ dataset_size: 2654444637
64
+ ---
65
+ # Dataset Card for "beamit-full-texts-dataset"
66
+
67
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)