FpOliveira
commited on
Commit
•
6ec704c
1
Parent(s):
ebd6acd
Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ The efficacy of Language Models can exhibit notable variations when confronted w
|
|
29 |
| `FpOliveira/tupi-bert-base-portuguese-cased-multiclass-multilabel` | BERT-Base | 12 | 109M |
|
30 |
| `FpOliveira/tupi-bert-large-portuguese-cased-multiclass-multilabel` | BERT-Large | 24 | 334M |
|
31 |
|
32 |
-
##
|
33 |
|
34 |
```python
|
35 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer, AutoConfig
|
|
|
29 |
| `FpOliveira/tupi-bert-base-portuguese-cased-multiclass-multilabel` | BERT-Base | 12 | 109M |
|
30 |
| `FpOliveira/tupi-bert-large-portuguese-cased-multiclass-multilabel` | BERT-Large | 24 | 334M |
|
31 |
|
32 |
+
## Example usage usage
|
33 |
|
34 |
```python
|
35 |
from transformers import AutoModelForSequenceClassification, AutoTokenizer, AutoConfig
|