reginaboateng commited on
Commit
8ede5a0
1 Parent(s): 1c1e33c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: tokens
5
+ sequence: string
6
+ - name: chunk_tags
7
+ sequence: string
8
+ - name: pos_tags
9
+ sequence: string
10
+ - name: ner_tags
11
+ sequence:
12
+ class_label:
13
+ names:
14
+ '0': O
15
+ '1': I-INT
16
+ '2': I-OUT
17
+ '3': I-PAR
18
+ splits:
19
+ - name: train
20
+ num_bytes: 29122187
21
+ num_examples: 26016
22
+ - name: validation
23
+ num_bytes: 1482730
24
+ num_examples: 2064
25
+ download_size: 3415345
26
+ dataset_size: 30604917
27
+ ---
28
+ # Dataset Card for "cleaned_ebmnlp_pico"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)