Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,8 @@ AVAILABLE_MODELS = {
|
|
33 |
"pythia-160m": "EleutherAI/pythia-160m",
|
34 |
"mistral-7b": "mistralai/Mistral-7B-v0.1",
|
35 |
"deepseek-small": "deepseek-ai/DeepSeek-V2-Lite",
|
36 |
-
"llama": "meta-llama/Llama-3.2-1B"
|
|
|
37 |
}
|
38 |
|
39 |
# Initialize model and tokenizer
|
|
|
33 |
"pythia-160m": "EleutherAI/pythia-160m",
|
34 |
"mistral-7b": "mistralai/Mistral-7B-v0.1",
|
35 |
"deepseek-small": "deepseek-ai/DeepSeek-V2-Lite",
|
36 |
+
"llama": "meta-llama/Llama-3.2-1B",
|
37 |
+
"eulether": "EleutherAI/gpt-j-6b"
|
38 |
}
|
39 |
|
40 |
# Initialize model and tokenizer
|