Update README.md
Browse files
README.md
CHANGED
@@ -11,4 +11,17 @@ tags:
|
|
11 |
>>> from transformers import AutoTokenizer, AutoModelForMaskedLM
|
12 |
>>> tokenizer = AutoTokenizer.from_pretrained("mynoguti/BERTimbau_Legal")
|
13 |
>>> model = AutoModelForMaskedLM.from_pretrained("mynoguti/BERTimbau_Legal")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
```
|
|
|
11 |
>>> from transformers import AutoTokenizer, AutoModelForMaskedLM
|
12 |
>>> tokenizer = AutoTokenizer.from_pretrained("mynoguti/BERTimbau_Legal")
|
13 |
>>> model = AutoModelForMaskedLM.from_pretrained("mynoguti/BERTimbau_Legal")
|
14 |
+
```
|
15 |
+
|
16 |
+
**Citation:**
|
17 |
+
```
|
18 |
+
@inproceedings{Noguti_2023,
|
19 |
+
title={A Small Claims Court for the NLP: Judging Legal Text Classification Strategies With Small Datasets},
|
20 |
+
url={http://dx.doi.org/10.1109/SMC53992.2023.10394189},
|
21 |
+
DOI={10.1109/smc53992.2023.10394189},
|
22 |
+
booktitle={2023 IEEE International Conference on Systems, Man, and Cybernetics (SMC)},
|
23 |
+
publisher={IEEE},
|
24 |
+
author={Noguti, Mariana and Vellasques, Eduardo and Oliveira, Luiz S.},
|
25 |
+
year={2023},
|
26 |
+
month=oct, pages={1840–1845} }
|
27 |
```
|