Text Generation
PEFT
Safetensors
Portuguese
text-classification
community-notes
portuguese
reranker
lora
misinformation
Instructions to use histlearn/community-notes-reranker-ptbr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use histlearn/community-notes-reranker-ptbr with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
docs: remove aviso desnecessario sobre widget
Browse files
README.md
CHANGED
|
@@ -39,8 +39,6 @@ O Qwen3-Reranker é treinado nativamente como julgador de pares: emite `yes` ou
|
|
| 39 |
|
| 40 |
## Como usar
|
| 41 |
|
| 42 |
-
> ⚠️ **Ignore o snippet gerado pelo botão "Use this model" da sidebar.** O widget genérico do HF não conhece a combinação cross-encoder + LoRA + saída yes/no desta arquitetura e gera código incompleto (não carrega o adapter). Use o snippet abaixo, que é o uso correto.
|
| 43 |
-
|
| 44 |
```python
|
| 45 |
import json, torch
|
| 46 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
|
|
| 39 |
|
| 40 |
## Como usar
|
| 41 |
|
|
|
|
|
|
|
| 42 |
```python
|
| 43 |
import json, torch
|
| 44 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|