adalbertojunior
commited on
Commit
•
517a101
1
Parent(s):
df1fa7a
Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,14 @@ tokenizer = AutoTokenizer.from_pretrained('adalbertojunior/distilbert-portuguese
|
|
16 |
```
|
17 |
You should fine tune it on your own data.
|
18 |
|
19 |
-
It can achieve accuracy up to 99% relative to the original BERTimbau in some tasks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
```
|
17 |
You should fine tune it on your own data.
|
18 |
|
19 |
+
It can achieve accuracy up to 99% relative to the original BERTimbau in some tasks.
|
20 |
+
```
|
21 |
+
@misc {adalberto_ferreira_barbosa_junior_2024,
|
22 |
+
author = { {Adalberto Ferreira Barbosa Junior} },
|
23 |
+
title = { distilbert-portuguese-cased (Revision df1fa7a) },
|
24 |
+
year = 2024,
|
25 |
+
url = { https://huggingface.co/adalbertojunior/distilbert-portuguese-cased },
|
26 |
+
doi = { 10.57967/hf/3041 },
|
27 |
+
publisher = { Hugging Face }
|
28 |
+
}
|
29 |
+
```
|