Update README.md
Browse files
README.md
CHANGED
|
@@ -260,7 +260,7 @@ from transformers import pipeline
|
|
| 260 |
import torch
|
| 261 |
|
| 262 |
messages = [
|
| 263 |
-
{"role": "user", "content": "
|
| 264 |
]
|
| 265 |
chatbot = pipeline("text-generation", model="ZeroAgency/Zero-Mistral-24B", max_new_tokens=256, torch_dtype=torch.bfloat16)
|
| 266 |
response = chatbot(messages, temperature=0.1)
|
|
|
|
| 260 |
import torch
|
| 261 |
|
| 262 |
messages = [
|
| 263 |
+
{"role": "user", "content": "Что больше 9.9 или 9.11?"},
|
| 264 |
]
|
| 265 |
chatbot = pipeline("text-generation", model="ZeroAgency/Zero-Mistral-24B", max_new_tokens=256, torch_dtype=torch.bfloat16)
|
| 266 |
response = chatbot(messages, temperature=0.1)
|