Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ Here's how you can run the model using the `pipeline()` function from 🤗 Trans
|
|
57 |
import torch
|
58 |
from transformers import pipeline
|
59 |
|
60 |
-
pipe = pipeline("text-generation", model="Unbabel/TowerInstruct-v0.1", torch_dtype=torch.bfloat16, device_map="auto")
|
61 |
# We use the tokenizer’s chat template to format each message - see https://huggingface.co/docs/transformers/main/en/chat_templating
|
62 |
messages = [
|
63 |
{"role": "user", "content": "Translate the following text from Portuguese into English.\nPortuguese: Um grupo de investigadores lançou um novo modelo para tarefas relacionadas com tradução.\nEnglish:"},
|
|
|
57 |
import torch
|
58 |
from transformers import pipeline
|
59 |
|
60 |
+
pipe = pipeline("text-generation", model="Unbabel/TowerInstruct-13B-v0.1", torch_dtype=torch.bfloat16, device_map="auto")
|
61 |
# We use the tokenizer’s chat template to format each message - see https://huggingface.co/docs/transformers/main/en/chat_templating
|
62 |
messages = [
|
63 |
{"role": "user", "content": "Translate the following text from Portuguese into English.\nPortuguese: Um grupo de investigadores lançou um novo modelo para tarefas relacionadas com tradução.\nEnglish:"},
|