eesuhn commited on
Commit
6feff8e
·
verified ·
1 Parent(s): a603a49

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-field
12
+ '2': I-field
13
+ '3': B-task
14
+ '4': I-task
15
+ '5': B-product
16
+ '6': I-product
17
+ '7': B-algorithm
18
+ '8': I-algorithm
19
+ '9': B-researcher
20
+ '10': I-researcher
21
+ '11': B-metrics
22
+ '12': I-metrics
23
+ '13': B-programlang
24
+ '14': I-programlang
25
+ '15': B-conference
26
+ '16': I-conference
27
+ '17': B-university
28
+ '18': I-university
29
+ '19': B-country
30
+ '20': I-country
31
+ '21': B-person
32
+ '22': I-person
33
+ '23': B-organisation
34
+ '24': I-organisation
35
+ '25': B-location
36
+ '26': I-location
37
+ '27': B-misc
38
+ '28': I-misc
39
+ splits:
40
+ - name: train
41
+ num_bytes: 64490
42
+ num_examples: 100
43
+ - name: validation
44
+ num_bytes: 187113
45
+ num_examples: 350
46
+ - name: test
47
+ num_bytes: 222784
48
+ num_examples: 431
49
+ download_size: 125361
50
+ dataset_size: 474387
51
+ configs:
52
+ - config_name: default
53
+ data_files:
54
+ - split: train
55
+ path: data/train-*
56
+ - split: validation
57
+ path: data/validation-*
58
+ - split: test
59
+ path: data/test-*
60
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b6e67d8bf47152748d8a49ce0c1a228f28ca215706ec8480892dbf60f295e52
3
+ size 55841
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac45a3e52af907385d74a88855238bc7a927a73737b14fc633df23df0095212b
3
+ size 21075
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af4b608a6bc37ea6899d6294c8ebeab1465cab18e3572bd356105d22e8e92ff6
3
+ size 48445