manu commited on
Commit
adec913
1 Parent(s): ffce505

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: 492888
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:d2d8aa6517421772dde5e43e11b1d6d18a910fd549b8cbe0f88e833f981b998e
3
+ size 116408
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f91e813f7137f8a69a2ac2135bad0b38cce7e534247a953e686ee9d5ffc56b8
3
+ size 309383
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4fbec96a057666f73a9317dfd7f551fc2c0d4c780344fd470cb038fed13637f
3
+ size 67097