File size: 800 Bytes
75c7ce7
 
b053ab1
 
 
 
d4784d3
 
 
 
 
 
 
12712a6
 
 
 
 
 
 
 
 
 
 
 
 
d4784d3
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
---
license: unknown
language:
- pt
tags:
- legal
---
**How to use:**

```python
>>> from transformers import AutoTokenizer, AutoModelForMaskedLM
>>> tokenizer = AutoTokenizer.from_pretrained("mynoguti/BERTimbau_Legal")
>>> model = AutoModelForMaskedLM.from_pretrained("mynoguti/BERTimbau_Legal")
```

**Citation:**
```
@inproceedings{Noguti_2023,
   title={A Small Claims Court for the NLP: Judging Legal Text Classification Strategies With Small Datasets},
   url={http://dx.doi.org/10.1109/SMC53992.2023.10394189},
   DOI={10.1109/smc53992.2023.10394189},
   booktitle={2023 IEEE International Conference on Systems, Man, and Cybernetics (SMC)},
   publisher={IEEE},
   author={Noguti, Mariana and Vellasques, Eduardo and Oliveira, Luiz S.},
   year={2023},
   month=oct, pages={1840–1845} }
```