Update longchat_instructions.py
Browse files- longchat_instructions.py +4 -1
longchat_instructions.py
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
-
#
|
|
|
|
| 2 |
|
|
|
|
|
|
|
| 3 |
from unsloth import FastLanguageModel
|
| 4 |
import torch
|
| 5 |
|
|
|
|
| 1 |
+
#Use this script to chat with "mistral-7b-medical-o1-ft" that answers your questions until you type '\q' or 'quit' to end the conversation.
|
| 2 |
+
|
| 3 |
|
| 4 |
+
# !pip install unsloth #(install unsloth if not installed)
|
| 5 |
+
|
| 6 |
from unsloth import FastLanguageModel
|
| 7 |
import torch
|
| 8 |
|