|
--- |
|
license: mit |
|
base_model: neuralmind/bert-large-portuguese-cased |
|
tags: |
|
- generated_from_trainer |
|
metrics: |
|
- accuracy |
|
- f1 |
|
- precision |
|
- recall |
|
model-index: |
|
- name: LVI_bert-large-portuguese-cased |
|
results: [] |
|
--- |
|
|
|
<!-- This model card has been generated automatically according to the information the Trainer had access to. You |
|
should probably proofread and complete it, then remove this comment. --> |
|
|
|
# PtVId |
|
|
|
This model is a fine-tuned version of [neuralmind/bert-large-portuguese-cased](https://huggingface.co/neuralmind/bert-large-portuguese-cased) on the [PtBrVId](https://huggingface.co/datasets/liaad/PtBrVId) dataset. |
|
|
|
## Run it |
|
|
|
```sh |
|
import transformers |
|
|
|
model_name = "liaad/PtVId" |
|
pipe = transformers.pipeline(model=model_name) |
|
|
|
text = "Olá, como você está?" |
|
print(pipe(text)) |
|
``` |
|
|