MSey commited on
Commit
7c67f09
·
verified ·
1 Parent(s): c4b22b0

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: tokens
5
+ sequence: string
6
+ - name: entities
7
+ sequence: string
8
+ - name: ner_tags
9
+ sequence:
10
+ class_label:
11
+ names:
12
+ '0': O
13
+ '1': B-DIAGNOSIS
14
+ '2': I-DIAGNOSIS
15
+ '3': B-DIAGNOSTIC
16
+ '4': I-DIAGNOSTIC
17
+ '5': B-DRUG
18
+ '6': I-DRUG
19
+ '7': B-MEDICAL_FINDING
20
+ '8': I-MEDICAL_FINDING
21
+ '9': B-THERAPY
22
+ '10': I-THERAPY
23
+ - name: spans
24
+ sequence: string
25
+ splits:
26
+ - name: train
27
+ num_bytes: 21567845
28
+ num_examples: 32726
29
+ - name: test
30
+ num_bytes: 6341927
31
+ num_examples: 9489
32
+ - name: validation
33
+ num_bytes: 5398182
34
+ num_examples: 8182
35
+ download_size: 5562180
36
+ dataset_size: 33307954
37
+ configs:
38
+ - config_name: default
39
+ data_files:
40
+ - split: train
41
+ path: data/train-*
42
+ - split: test
43
+ path: data/test-*
44
+ - split: validation
45
+ path: data/validation-*
46
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b157fa5884d4caf163efa3d05d795425754bcf5f862518500c2481b9bf86c7f3
3
+ size 1044784
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd7002d8329485645dfb1874031dc82879749d5762fc24840fc31e5e01c58341
3
+ size 3595517
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49a3e9f88abd08252b648d6e1e7dc7fbe02e7a2201c490149e6d0bea688a2d19
3
+ size 921879