ygorg commited on
Commit
61bb45f
·
verified ·
1 Parent(s): 6a909c8

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: source
4
+ features:
5
+ - name: id
6
+ dtype: string
7
+ - name: abstract
8
+ dtype: string
9
+ - name: specialities
10
+ sequence:
11
+ class_label:
12
+ names:
13
+ '0': microbiology
14
+ '1': etiology
15
+ '2': virology
16
+ '3': physiology
17
+ '4': immunology
18
+ '5': parasitology
19
+ '6': genetics
20
+ '7': chemistry
21
+ '8': veterinary
22
+ '9': surgery
23
+ '10': pharmacology
24
+ '11': psychology
25
+ - name: specialities_one_hot
26
+ sequence: float32
27
+ splits:
28
+ - name: train
29
+ num_bytes: 2601475
30
+ num_examples: 1514
31
+ - name: validation
32
+ num_bytes: 1742790
33
+ num_examples: 1022
34
+ - name: test
35
+ num_bytes: 1859985
36
+ num_examples: 1088
37
+ download_size: 3407937
38
+ dataset_size: 6204250
39
+ configs:
40
+ - config_name: source
41
+ data_files:
42
+ - split: train
43
+ path: source/train-*
44
+ - split: validation
45
+ path: source/validation-*
46
+ - split: test
47
+ path: source/test-*
48
+ default: true
49
+ ---
source/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3048c2f17ac0402aaf8b999972cac77ca1131f579805548d64e823185b0f116c
3
+ size 1024481
source/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:798cdc4c7d8c5c82ad2824386a9d98adadb40ea228ebd702a0cfd121fc86740a
3
+ size 1422136
source/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcd6d15214df38e19ba8ba43f8f214a26aa7b243146d9a1541135574ee77db72
3
+ size 961320