Update README.md
Browse files
README.md
CHANGED
@@ -37,9 +37,9 @@ Para traduzir o vocabulário das descrições das imagens para o português, uti
|
|
37 |
```python
|
38 |
from transformers import AutoModelForCausalLM, AutoTokenizer, AutoProcessor
|
39 |
|
40 |
-
model = AutoModelForCausalLM.from_pretrained("
|
41 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
42 |
-
processor = AutoProcessor.from_pretrained("
|
43 |
```
|
44 |
|
45 |
2. **Gerar Legendas para uma Imagem**:
|
|
|
37 |
```python
|
38 |
from transformers import AutoModelForCausalLM, AutoTokenizer, AutoProcessor
|
39 |
|
40 |
+
model = AutoModelForCausalLM.from_pretrained("histlearn/microsoft-git-portuguese-neuro-simbolic")
|
41 |
+
tokenizer = AutoTokenizer.from_pretrained("histlearn/microsoft-git-portuguese-neuro-simbolic")
|
42 |
+
processor = AutoProcessor.from_pretrained("histlearn/microsoft-git-portuguese-neuro-simbolic")
|
43 |
```
|
44 |
|
45 |
2. **Gerar Legendas para uma Imagem**:
|