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.
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
Usage
from datasets import load_dataset
ds = load_dataset("celiudos/corpus-carolina-jud-lgpd")
dsOutput
DatasetDict({
train: Dataset({
features: ['tokens', 'ner_tags', 'dados_sinteticos', 'id'],
num_rows: 4385
})
})