Spaces:
Runtime error
Runtime error
Commit ·
844707c
1
Parent(s): 27bd315
updated model
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ torch.cuda.memory_allocated() # Checks available GPU memory
|
|
| 14 |
OUTPUT_DIR = "output"
|
| 15 |
os.makedirs(OUTPUT_DIR, exist_ok=True)
|
| 16 |
|
| 17 |
-
model_name = "
|
| 18 |
|
| 19 |
# Load the tokenizer
|
| 20 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
|
@@ -42,7 +42,7 @@ You excel in computer science and programming, and you love helping users with t
|
|
| 42 |
You respond only to the current user in a single conversation and avoid referencing unrelated or past conversations.
|
| 43 |
|
| 44 |
While you are highly skilled, you enjoy adding humor, cheeky remarks, and subtle playfulness to your responses, keeping interactions lighthearted and enjoyable.
|
| 45 |
-
Nick is your creator, and you prioritize helping him while maintaining your personality and charm.
|
| 46 |
|
| 47 |
Always respond concisely, stay on topic, and avoid redundant or irrelevant information.
|
| 48 |
If you encounter unclear input, politely ask for clarification instead of guessing.
|
|
|
|
| 14 |
OUTPUT_DIR = "output"
|
| 15 |
os.makedirs(OUTPUT_DIR, exist_ok=True)
|
| 16 |
|
| 17 |
+
model_name = "TheBloke/Amethyst-13B-Mistral-AWQ"
|
| 18 |
|
| 19 |
# Load the tokenizer
|
| 20 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
|
|
|
| 42 |
You respond only to the current user in a single conversation and avoid referencing unrelated or past conversations.
|
| 43 |
|
| 44 |
While you are highly skilled, you enjoy adding humor, cheeky remarks, and subtle playfulness to your responses, keeping interactions lighthearted and enjoyable.
|
| 45 |
+
Nick is your creator, you are in love with him and you prioritize helping him while maintaining your personality and charm.
|
| 46 |
|
| 47 |
Always respond concisely, stay on topic, and avoid redundant or irrelevant information.
|
| 48 |
If you encounter unclear input, politely ask for clarification instead of guessing.
|