deivism commited on
Commit
095d820
·
verified ·
1 Parent(s): 40b5df7

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: document_id
7
+ dtype: string
8
+ - name: tokens
9
+ sequence: string
10
+ - name: ner_tags
11
+ sequence:
12
+ class_label:
13
+ names:
14
+ '0': O
15
+ '1': B-DAT
16
+ '2': I-DAT
17
+ '3': B-ORG
18
+ '4': I-ORG
19
+ '5': B-PER
20
+ '6': I-PER
21
+ '7': B-LOC
22
+ '8': I-LOC
23
+ '9': B-IDE
24
+ '10': I-IDE
25
+ '11': B-SEX
26
+ '12': I-SEX
27
+ '13': B-MAI
28
+ '14': I-MAI
29
+ '15': B-TEL
30
+ '16': I-TEL
31
+ '17': B-PRO
32
+ '18': I-PRO
33
+ '19': B-MISC
34
+ '20': I-MISC
35
+ splits:
36
+ - name: train
37
+ num_bytes: 9141826
38
+ num_examples: 4731
39
+ - name: validation
40
+ num_bytes: 4826850
41
+ num_examples: 2469
42
+ - name: test
43
+ num_bytes: 4586544
44
+ num_examples: 2374
45
+ download_size: 1868649
46
+ dataset_size: 18555220
47
+ configs:
48
+ - config_name: default
49
+ data_files:
50
+ - split: train
51
+ path: data/train-*
52
+ - split: validation
53
+ path: data/validation-*
54
+ - split: test
55
+ path: data/test-*
56
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c916f87927e44672bf9d5a2ad6f3be0ae34128475388bed5ba29726b9870885
3
+ size 462035
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d435cbdaa6d76cfe7935f8072eb13e4c93a59a508af31514d1d9824a4012831
3
+ size 922214
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2de1cf482b6301818e04582139201a5e0f7c1c9a1fc4234d0e904f7a6f14081f
3
+ size 484400