yabramuvdi commited on
Commit
026e556
·
verified ·
1 Parent(s): 27fcd76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ AVAILABLE_MODELS = {
31
  "bloomz-560m": "bigscience/bloomz-560m",
32
  "opt-350m": "facebook/opt-350m",
33
  "pythia-160m": "EleutherAI/pythia-160m",
34
- "mistral-7b": "mistralai/Mistral-7B-Instruct-v0.3",
35
  "deepseek-small": "deepseek-ai/DeepSeek-V2-Lite",
36
  "llama": "meta-llama/Llama-3.2-1B"
37
  }
 
31
  "bloomz-560m": "bigscience/bloomz-560m",
32
  "opt-350m": "facebook/opt-350m",
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
  }