bikashpatra commited on
Commit
e9faaa3
1 Parent(s): 7ef1ffa

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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': B-Chemical Compound
11
+ '1': I-Biotechnology
12
+ '2': B-Electrical Circuit
13
+ '3': B-Process
14
+ '4': B-Biotechnology
15
+ '5': O
16
+ '6': I-Chemical Compound
17
+ '7': I-Process
18
+ '8': B-Algorithm
19
+ '9': I-Algorithm
20
+ splits:
21
+ - name: train
22
+ num_bytes: 632
23
+ num_examples: 1
24
+ - name: validation
25
+ num_bytes: 2311
26
+ num_examples: 1
27
+ download_size: 5028
28
+ dataset_size: 2943
29
+ configs:
30
+ - config_name: default
31
+ data_files:
32
+ - split: train
33
+ path: data/train-*
34
+ - split: validation
35
+ path: data/validation-*
36
+ ---
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bcf981dbb9fe7ed80700d101951023b386b648bca1bd73d412109a05e85c6a8
3
+ size 2376
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90c191fc0347c53059f2dcdb7b1eff2592c2e8b3f87a9dd334993c94105cb775
3
+ size 2652