pietrolesci commited on
Commit
d1741f4
1 Parent(s): e12afc3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -3,6 +3,28 @@ task_categories:
3
  - text-classification
4
  language:
5
  - en
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
  This is the same dataset as [`armanc/pubmed-rct20k`](https://huggingface.co/datasets/armanc/pubmed-rct20k).
8
  The only differences are
 
3
  - text-classification
4
  language:
5
  - en
6
+ dataset_info:
7
+ features:
8
+ - name: abstract_id
9
+ dtype: string
10
+ - name: labels
11
+ dtype: string
12
+ - name: text
13
+ dtype: string
14
+ - name: sentence_id
15
+ dtype: int64
16
+ splits:
17
+ - name: train
18
+ num_bytes: 33100479
19
+ num_examples: 176642
20
+ - name: validation
21
+ num_bytes: 5552080
22
+ num_examples: 29672
23
+ - name: test
24
+ num_bytes: 5516320
25
+ num_examples: 29578
26
+ download_size: 20080324
27
+ dataset_size: 44168879
28
  ---
29
  This is the same dataset as [`armanc/pubmed-rct20k`](https://huggingface.co/datasets/armanc/pubmed-rct20k).
30
  The only differences are