arubenruben commited on
Commit
bd52d62
·
1 Parent(s): 0ed36ff

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: tokens
7
+ sequence: string
8
+ - name: ner_tags
9
+ sequence:
10
+ class_label:
11
+ names:
12
+ '0': O
13
+ '1': B-PESSOA
14
+ '2': I-PESSOA
15
+ '3': B-ORGANIZACAO
16
+ '4': I-ORGANIZACAO
17
+ '5': B-LOCAL
18
+ '6': I-LOCAL
19
+ '7': B-TEMPO
20
+ '8': I-TEMPO
21
+ '9': B-VALOR
22
+ '10': I-VALOR
23
+ splits:
24
+ - name: validation
25
+ num_bytes: 1062698
26
+ num_examples: 128
27
+ download_size: 224794
28
+ dataset_size: 1062698
29
+ ---
30
+ # Dataset Card for "miniharem_validation"
31
+
32
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)