Token Classification
Transformers
ONNX
Safetensors
Portuguese
bert
speech-acts
atos-de-fala
dialogue-acts
portuguese
pt-br
bertimbau
bioes
Instructions to use lucianfialho/atos-de-fala-ptbr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lucianfialho/atos-de-fala-ptbr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="lucianfialho/atos-de-fala-ptbr")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("lucianfialho/atos-de-fala-ptbr") model = AutoModelForTokenClassification.from_pretrained("lucianfialho/atos-de-fala-ptbr") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -68,6 +68,5 @@ Eval **sentence-level** no Porttinari (notícias; da Silva et al., PROPOR 2024),
|
|
| 68 |
- Falta gold humano conversacional — sendo coletado no jogo aberto para treinar o v2.
|
| 69 |
|
| 70 |
## Licença e contato
|
| 71 |
-
MIT (respeite a licença do modelo base, BERTimbau).
|
| 72 |
-
base teórica é pragmática (Searle/ISO), não a sintaxe chomskyana.
|
| 73 |
Contato: lucian@metricasboss.com.br
|
|
|
|
| 68 |
- Falta gold humano conversacional — sendo coletado no jogo aberto para treinar o v2.
|
| 69 |
|
| 70 |
## Licença e contato
|
| 71 |
+
MIT (respeite a licença do modelo base, BERTimbau). Base teórica: pragmática — atos de fala (Searle) + ISO 24617-2.
|
|
|
|
| 72 |
Contato: lucian@metricasboss.com.br
|