Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -23,12 +23,11 @@ import spaces
|
|
23 |
|
24 |
# Available models
|
25 |
AVAILABLE_MODELS = {
|
26 |
-
"distilgpt2": "distilgpt2",
|
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
|
|
|
23 |
|
24 |
# Available models
|
25 |
AVAILABLE_MODELS = {
|
|
|
26 |
"bloomz-560m": "bigscience/bloomz-560m",
|
|
|
27 |
"opt-350m": "facebook/opt-350m",
|
28 |
"pythia-160m": "EleutherAI/pythia-160m",
|
29 |
+
"mistral-7b": "mistralai/Mistral-7B-Instruct-v0.3",
|
30 |
+
"deepseek-small": "deepseek-ai/DeepSeek-V2-Lite"
|
31 |
}
|
32 |
|
33 |
# Initialize model and tokenizer
|