remove tinyllama which has bad response quality
Browse files
app.py
CHANGED
|
@@ -22,10 +22,6 @@ cancel_event = threading.Event()
|
|
| 22 |
# Torch-Compatible Model Definitions with Adjusted Descriptions
|
| 23 |
# ------------------------------
|
| 24 |
MODELS = {
|
| 25 |
-
"Taiwan-tinyllama-v1.0-chat": {
|
| 26 |
-
"repo_id": "DavidLanz/Taiwan-tinyllama-v1.0-chat",
|
| 27 |
-
"description": "Taiwan-tinyllama-v1.0-chat"
|
| 28 |
-
},
|
| 29 |
"Llama-3.2-Taiwan-3B-Instruct": {
|
| 30 |
"repo_id": "https://huggingface.co/lianghsun/Llama-3.2-Taiwan-3B-Instruct",
|
| 31 |
"description": "Llama-3.2-Taiwan-3B-Instruct"
|
|
|
|
| 22 |
# Torch-Compatible Model Definitions with Adjusted Descriptions
|
| 23 |
# ------------------------------
|
| 24 |
MODELS = {
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
"Llama-3.2-Taiwan-3B-Instruct": {
|
| 26 |
"repo_id": "https://huggingface.co/lianghsun/Llama-3.2-Taiwan-3B-Instruct",
|
| 27 |
"description": "Llama-3.2-Taiwan-3B-Instruct"
|