File size: 1,703 Bytes
03c8d0b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
---
dataset_info:
features:
- name: texto_com_pii.input
dtype: string
- name: texto_com_pii.tipos_pii
sequence: string
- name: texto_masked.output
dtype: string
- name: texto_masked.mascaras.NUMEROCARTAO
dtype: string
- name: texto_masked.mascaras.NUMEROCPF
dtype: string
- name: texto_masked.mascaras.NOME
dtype: string
- name: texto_masked.mascaras.NUMEROID
dtype: string
- name: texto_masked.mascaras.NUMEROCONTA
dtype: string
- name: texto_masked.mascaras.NUMEROSOCIAL
dtype: string
- name: texto_masked.mascaras.ESTADO
dtype: string
- name: texto_masked.mascaras.NUMEROCEI
dtype: string
- name: texto_masked.mascaras.EMAIL
dtype: string
- name: texto_masked.mascaras.SOBRENOME
dtype: string
- name: texto_masked.mascaras.DATANASCIMENTO
dtype: string
- name: texto_masked.mascaras.SENHA
dtype: string
- name: texto_masked.mascaras.CEP
dtype: string
- name: texto_masked.mascaras.NUMEROHABILITACAO
dtype: string
- name: texto_masked.mascaras.NUMEROTELEFONE
dtype: string
- name: texto_masked.mascaras.NOMEDAVIA
dtype: string
- name: texto_masked.mascaras.NUMEROPREDIO
dtype: string
- name: texto_masked.mascaras.NOMEEMPRESA
dtype: string
- name: texto_masked.mascaras.NOMEUSUARIO
dtype: string
- name: texto_masked.mascaras.CIDADE
dtype: string
- name: texto_masked.mascaras.NUMEROCNPJ
dtype: string
- name: texto_clean.texto
dtype: string
splits:
- name: train
num_bytes: 588241
num_examples: 1355
download_size: 277316
dataset_size: 588241
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|