bikashpatra commited on
Commit
5ba3c14
1 Parent(s): 26064b9

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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': I-System
11
+ '1': I-Product
12
+ '2': B-System
13
+ '3': O
14
+ '4': I-Method of Use
15
+ '5': I-Machine
16
+ '6': B-Method of Use
17
+ '7': B-Machine
18
+ '8': B-Product
19
+ splits:
20
+ - name: train
21
+ num_bytes: 283
22
+ num_examples: 1
23
+ - name: validation
24
+ num_bytes: 1328
25
+ num_examples: 1
26
+ download_size: 4676
27
+ dataset_size: 1611
28
+ configs:
29
+ - config_name: default
30
+ data_files:
31
+ - split: train
32
+ path: data/train-*
33
+ - split: validation
34
+ path: data/validation-*
35
+ ---
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a856bfdf9836d90a4662870492b2db6000cda0835af58dd9e12f1e5654e68edd
3
+ size 2138
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c1d2b76002f29f297c29a739cbd05f239eb8d16e63bb006b101124c6ba54e2a
3
+ size 2538