File size: 798 Bytes
be803e7
 
d400682
be803e7
 
 
 
 
 
 
 
d400682
be803e7
 
 
 
 
 
0f83b57
be803e7
89042f1
be803e7
fbdb93c
 
 
 
 
11d078b
fbdb93c
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
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))
```