Instructions to use giotvr/bertimbau_large_assin_fine_tuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use giotvr/bertimbau_large_assin_fine_tuned with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="giotvr/bertimbau_large_assin_fine_tuned")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("giotvr/bertimbau_large_assin_fine_tuned") model = AutoModelForSequenceClassification.from_pretrained("giotvr/bertimbau_large_assin_fine_tuned", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Fixes typo
Browse filesSigned-off-by: Giovani <giovanitavares@outlook.com>
README.md
CHANGED
|
@@ -29,7 +29,7 @@ the **ASSIN (Avaliação de Similaridade Semântica e Inferência textual)** cor
|
|
| 29 |
- **Model type:** Transformer-based text classifier
|
| 30 |
- **Language(s) (NLP):** Portuguese
|
| 31 |
- **License:** mit
|
| 32 |
-
- **Finetuned from model** [
|
| 33 |
|
| 34 |
### Model Sources
|
| 35 |
|
|
|
|
| 29 |
- **Model type:** Transformer-based text classifier
|
| 30 |
- **Language(s) (NLP):** Portuguese
|
| 31 |
- **License:** mit
|
| 32 |
+
- **Finetuned from model** [BERTimbau-base](https://huggingface.co/neuralmind/bert-large-portuguese-cased)
|
| 33 |
|
| 34 |
### Model Sources
|
| 35 |
|