AshtonIsNotHere commited on
Commit
a62590f
1 Parent(s): b2b7f9c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: PMID
5
+ dtype: int64
6
+ - name: Title
7
+ dtype: string
8
+ - name: Abstract
9
+ dtype: string
10
+ - name: Split
11
+ dtype: string
12
+ - name: Number of Annotators
13
+ dtype: int64
14
+ - name: Aggregate
15
+ dtype: int64
16
+ - name: Has Human Subjects
17
+ dtype: float64
18
+ - name: Has Target Disease
19
+ dtype: float64
20
+ - name: Cohort Study or Clinical Trial
21
+ dtype: float64
22
+ - name: Has Quantitative Outcome Measure
23
+ dtype: float64
24
+ - name: Has Study Drug(s)
25
+ dtype: float64
26
+ - name: Has Population Size
27
+ dtype: float64
28
+ - name: Has Comparator Group
29
+ dtype: float64
30
+ - name: label
31
+ sequence: float64
32
+ - name: __index_level_0__
33
+ dtype: int64
34
+ splits:
35
+ - name: train
36
+ num_bytes: 15286088
37
+ num_examples: 8005
38
+ - name: validation
39
+ num_bytes: 1931610
40
+ num_examples: 997
41
+ - name: test
42
+ num_bytes: 1923714
43
+ num_examples: 998
44
+ download_size: 9802250
45
+ dataset_size: 19141412
46
+ ---
47
+ # Dataset Card for "biosift"
48
+
49
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)