Update app.py
Browse files
app.py
CHANGED
|
@@ -44,6 +44,10 @@ model_links = {
|
|
| 44 |
"Mistral-7B-Instruct-v0.1": "mistralai/Mistral-7B-Instruct-v0.1",
|
| 45 |
"Mistral-7B-Instruct-v0.2": "mistralai/Mistral-7B-Instruct-v0.2",
|
| 46 |
"Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
"Gemma-1.1-7b-it": "google/gemma-1.1-7b-it",
|
| 48 |
"Gemma-1.1-2b-it": "google/gemma-1.1-2b-it",
|
| 49 |
"Zephyr-7B-Beta": "HuggingFaceH4/zephyr-7b-beta",
|
|
|
|
| 44 |
"Mistral-7B-Instruct-v0.1": "mistralai/Mistral-7B-Instruct-v0.1",
|
| 45 |
"Mistral-7B-Instruct-v0.2": "mistralai/Mistral-7B-Instruct-v0.2",
|
| 46 |
"Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3",
|
| 47 |
+
"Falcon-7b-Instruct": "tiiuae/falcon-7b-instruct",
|
| 48 |
+
"Starcoder": "bigcode/starcoder",
|
| 49 |
+
"Oasst-sft-4-pythia-12b-epoch-3.5": "OpenAssistant/oasst-sft-4-pythia-12b-epoch-3.5",
|
| 50 |
+
"Starchat2-15b-v0.1": "HuggingFaceH4/starchat2-15b-v0.1",
|
| 51 |
"Gemma-1.1-7b-it": "google/gemma-1.1-7b-it",
|
| 52 |
"Gemma-1.1-2b-it": "google/gemma-1.1-2b-it",
|
| 53 |
"Zephyr-7B-Beta": "HuggingFaceH4/zephyr-7b-beta",
|