arubenruben commited on
Commit
f91a9ee
·
1 Parent(s): 2f57949

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: ner_tags
7
+ sequence:
8
+ class_label:
9
+ names:
10
+ '0': O
11
+ '1': B-PESSOA
12
+ '2': I-PESSOA
13
+ '3': B-ORGANIZACAO
14
+ '4': I-ORGANIZACAO
15
+ '5': B-LOCAL
16
+ '6': I-LOCAL
17
+ '7': B-TEMPO
18
+ '8': I-TEMPO
19
+ '9': B-VALOR
20
+ '10': I-VALOR
21
+ splits:
22
+ - name: train
23
+ num_bytes: 1235128
24
+ num_examples: 117
25
+ download_size: 262690
26
+ dataset_size: 1235128
27
+ ---
28
+ # Dataset Card for "segundo_harem_selective"
29
+
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)