CoolFace
Datasetpublic

celiudos/corpus-carolina-jud-lgpd

Carolina Corpus with data annotated in accordance with the LGPD (Brazilian General Data Protection Law) This dataset is a derivative of the Carolina Corpus. We analyzed and filtered the content in search of personal data for academic purposes. We balanced the dataset to train the model https://huggingface.co/celiudos/legal-bert-lgpd Labels En NOME NAME DATA DATE ENDERECO ADDRESS CEP ZIPCODE CPF CPF TELEFONE PHONE EMAIL EMAIL DINHEIRO MONEY… See the full description on the dataset page: https://huggingface.co/datasets/celiudos/corpus-carolina-jud-lgpd.

sourceHugging Faceafl-3.0updated 1y agoView on Hugging Face
2likes26downloads
Dataset Card

Carolina Corpus with data annotated in accordance with the LGPD (Brazilian General Data Protection Law)

This dataset is a derivative of the Carolina Corpus. We analyzed and filtered the content in search of personal data for academic purposes. We balanced the dataset to train the model https://huggingface.co/celiudos/legal-bert-lgpd

LabelsEn
NOMENAME
DATADATE
ENDERECOADDRESS
CEPZIPCODE
CPFCPF
TELEFONEPHONE
EMAILEMAIL
DINHEIROMONEY

Usage

python
from datasets import load_dataset
ds = load_dataset("celiudos/corpus-carolina-jud-lgpd")
ds

Output

python
DatasetDict({
    train: Dataset({
        features: ['tokens', 'ner_tags', 'dados_sinteticos', 'id'],
        num_rows: 4385
    })
})