malduwais commited on
Commit
ba872f8
1 Parent(s): 77c20cc

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-PER
12
+ '2': I-PER
13
+ '3': B-ORG
14
+ '4': I-ORG
15
+ '5': B-LOC
16
+ '6': I-LOC
17
+ splits:
18
+ - name: validation
19
+ num_bytes: 1462869
20
+ num_examples: 9634
21
+ - name: test
22
+ num_bytes: 1461555
23
+ num_examples: 9658
24
+ - name: train
25
+ num_bytes: 2928680
26
+ num_examples: 19348
27
+ download_size: 1857146
28
+ dataset_size: 5853104
29
+ configs:
30
+ - config_name: default
31
+ data_files:
32
+ - split: validation
33
+ path: data/validation-*
34
+ - split: test
35
+ path: data/test-*
36
+ - split: train
37
+ path: data/train-*
38
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a093620d9447b56d016eb05eaae33a465a6327f4a7ea7b8c6fa621b5ce8e7806
3
+ size 463929
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18cd603a38fe022e25ad4de867909e89a3dea9177d75438f9df2bceafe825ec4
3
+ size 929604
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2230292811366976ae45647faffa507ec74728221294e8a1c59d4da42883875f
3
+ size 463613