Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,8 @@ AVAILABLE_MODELS = {
|
|
27 |
"bloomz-560m": "bigscience/bloomz-560m",
|
28 |
"gpt2-medium": "gpt2-medium",
|
29 |
"opt-350m": "facebook/opt-350m",
|
30 |
-
"pythia-160m": "EleutherAI/pythia-160m"
|
|
|
31 |
}
|
32 |
|
33 |
# Initialize model and tokenizer
|
|
|
27 |
"bloomz-560m": "bigscience/bloomz-560m",
|
28 |
"gpt2-medium": "gpt2-medium",
|
29 |
"opt-350m": "facebook/opt-350m",
|
30 |
+
"pythia-160m": "EleutherAI/pythia-160m",
|
31 |
+
"mistral-7b": "mistralai/Mistral-7B-Instruct"
|
32 |
}
|
33 |
|
34 |
# Initialize model and tokenizer
|