pietrolesci commited on
Commit
618709d
1 Parent(s): 8cf4744

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: labels
14
+ dtype:
15
+ class_label:
16
+ names:
17
+ '0': BACKGROUND
18
+ '1': CONCLUSIONS
19
+ '2': METHODS
20
+ '3': OBJECTIVE
21
+ '4': RESULTS
22
+ - name: text
23
+ dtype: string
24
+ - name: uid
25
+ dtype: int64
26
+ splits:
27
+ - name: train
28
+ num_bytes: 379382835
29
+ num_examples: 2211861
30
+ - name: validation
31
+ num_bytes: 4994899
32
+ num_examples: 28932
33
+ - name: test
34
+ num_bytes: 5026344
35
+ num_examples: 29493
36
+ download_size: 209039426
37
+ dataset_size: 389404078
38
+ ---
39
+ # Dataset Card for "pubmed-200k-rct"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)