loremipsum3658 commited on
Commit
53e3317
·
1 Parent(s): 94d6792

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +84 -0
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: test
8
+ path: data/test-*
9
+ - split: validation
10
+ path: data/validation-*
11
+ dataset_info:
12
+ features:
13
+ - name: fname
14
+ dtype: string
15
+ - name: raw_text
16
+ dtype: string
17
+ - name: aviso_previo
18
+ dtype: bool
19
+ - name: saldo_de_salario
20
+ dtype: bool
21
+ - name: ferias
22
+ dtype: bool
23
+ - name: decimo_terceiro
24
+ dtype: bool
25
+ - name: fgts
26
+ dtype: bool
27
+ - name: multa_do_477
28
+ dtype: bool
29
+ - name: multa_do_467
30
+ dtype: bool
31
+ - name: horas_extras
32
+ dtype: bool
33
+ - name: intervalo_intrajornada
34
+ dtype: bool
35
+ - name: intervalo_interjornada
36
+ dtype: bool
37
+ - name: adicional_noturno
38
+ dtype: bool
39
+ - name: adicional_de_insalubridade
40
+ dtype: bool
41
+ - name: adicional_de_periculosidade
42
+ dtype: bool
43
+ - name: diferencas_salariais_ou_equiparacao_salarial
44
+ dtype: bool
45
+ - name: dano_moral
46
+ dtype: bool
47
+ - name: contribuicao_assistencial
48
+ dtype: bool
49
+ - name: indenizacao_por_lucros_cessantes
50
+ dtype: bool
51
+ - name: indenizacao_por_dano_emergente
52
+ dtype: bool
53
+ - name: multa_normativa
54
+ dtype: bool
55
+ - name: honorarios_advocaticios
56
+ dtype: bool
57
+ - name: justica_gratuita
58
+ dtype: bool
59
+ - name: reconhecimento_de_vinculo
60
+ dtype: bool
61
+ - name: reflexos_das_parcelas_salariais
62
+ dtype: bool
63
+ - name: reflexos_de_salarios_oficiosos_e_informais
64
+ dtype: bool
65
+ - name: outros
66
+ dtype: bool
67
+ - name: __index_level_0__
68
+ dtype: int64
69
+ splits:
70
+ - name: train
71
+ num_bytes: 1654516
72
+ num_examples: 1705
73
+ - name: test
74
+ num_bytes: 351964
75
+ num_examples: 366
76
+ - name: validation
77
+ num_bytes: 332831
78
+ num_examples: 366
79
+ download_size: 1391885
80
+ dataset_size: 2339311
81
+ ---
82
+ # Dataset Card for "pet"
83
+
84
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)