eesuhn commited on
Commit
599638a
·
verified ·
1 Parent(s): e77ab17

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: tokens
5
+ sequence: string
6
+ - name: ner_tags
7
+ sequence:
8
+ class_label:
9
+ names:
10
+ '0': O
11
+ '1': B-scientist
12
+ '2': I-scientist
13
+ '3': B-person
14
+ '4': I-person
15
+ '5': B-university
16
+ '6': I-university
17
+ '7': B-organisation
18
+ '8': I-organisation
19
+ '9': B-country
20
+ '10': I-country
21
+ '11': B-location
22
+ '12': I-location
23
+ '13': B-discipline
24
+ '14': I-discipline
25
+ '15': B-enzyme
26
+ '16': I-enzyme
27
+ '17': B-protein
28
+ '18': I-protein
29
+ '19': B-chemicalelement
30
+ '20': I-chemicalelement
31
+ '21': B-chemicalcompound
32
+ '22': I-chemicalcompound
33
+ '23': B-astronomicalobject
34
+ '24': I-astronomicalobject
35
+ '25': B-academicjournal
36
+ '26': I-academicjournal
37
+ '27': B-event
38
+ '28': I-event
39
+ '29': B-theory
40
+ '30': I-theory
41
+ '31': B-award
42
+ '32': I-award
43
+ '33': B-misc
44
+ '34': I-misc
45
+ splits:
46
+ - name: train
47
+ num_bytes: 120638
48
+ num_examples: 200
49
+ - name: validation
50
+ num_bytes: 273078
51
+ num_examples: 450
52
+ - name: test
53
+ num_bytes: 330490
54
+ num_examples: 543
55
+ download_size: 202426
56
+ dataset_size: 724206
57
+ configs:
58
+ - config_name: default
59
+ data_files:
60
+ - split: train
61
+ path: data/train-*
62
+ - split: validation
63
+ path: data/validation-*
64
+ - split: test
65
+ path: data/test-*
66
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1be4902ccc970de823e72b4874d9ad504022ec2b9ec61c73eac4be0cb55bc5c2
3
+ size 88903
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8713c67f2cbc51c093bb6f529228aa46cba8b9e34f38f023c2ee4ad9ec182e4b
3
+ size 38641
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47a8989d4beb5b3b5312105fad0a9580147377837aca95f647446771f5f4e4a4
3
+ size 74882