dany0407 commited on
Commit
0900913
·
verified ·
1 Parent(s): 0818d46

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: tokens
7
+ sequence: string
8
+ - name: ner_tags
9
+ sequence:
10
+ class_label:
11
+ names:
12
+ '0': O
13
+ '1': B-corporation
14
+ '2': I-corporation
15
+ '3': B-creative-work
16
+ '4': I-creative-work
17
+ '5': B-group
18
+ '6': I-group
19
+ '7': B-location
20
+ '8': I-location
21
+ '9': B-person
22
+ '10': I-person
23
+ '11': B-product
24
+ '12': I-product
25
+ splits:
26
+ - name: train
27
+ num_bytes: 1078363
28
+ num_examples: 3394
29
+ - name: validation
30
+ num_bytes: 259367
31
+ num_examples: 1009
32
+ - name: test
33
+ num_bytes: 405520
34
+ num_examples: 1287
35
+ download_size: 490675
36
+ dataset_size: 1743250
37
+ configs:
38
+ - config_name: default
39
+ data_files:
40
+ - split: train
41
+ path: data/train-*
42
+ - split: validation
43
+ path: data/validation-*
44
+ - split: test
45
+ path: data/test-*
46
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:431227e483e4e6491040759b121bbb673d3e1f4167b7411871f59fb020b9c29f
3
+ size 115857
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fafe827396ca0ec1b6c21c351ec5d030eefdd9c92a1580e913fb987599beeda
3
+ size 308267
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36da975b7d0cbaf0a4335836a170f976fc965813edfba61521f606aa706a3f0b
3
+ size 66551