Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -16,7 +16,7 @@ MODEL_CHOICES = {
|
|
| 16 |
"SeaLLM-v3": "SeaLLMs/SeaLLM-7B-v2.5",
|
| 17 |
"BGE-M3 (Embedding)": "BAAI/bge-m3",
|
| 18 |
"WangchanBERTa": "airesearch/wangchanberta-base-att-spm-uncased",
|
| 19 |
-
"OpenThaiGPT (7B)": "
|
| 20 |
"GPT-2 (Thai)": "flax-community/gpt2-base-thai",
|
| 21 |
"Mistral-Nemo (12B)": "mistralai/Mistral-Nemo-Instruct-2407"
|
| 22 |
}
|
|
|
|
| 16 |
"SeaLLM-v3": "SeaLLMs/SeaLLM-7B-v2.5",
|
| 17 |
"BGE-M3 (Embedding)": "BAAI/bge-m3",
|
| 18 |
"WangchanBERTa": "airesearch/wangchanberta-base-att-spm-uncased",
|
| 19 |
+
"OpenThaiGPT (7B)": "openthaigpt/openthaigpt-1.5-7b-instruct",
|
| 20 |
"GPT-2 (Thai)": "flax-community/gpt2-base-thai",
|
| 21 |
"Mistral-Nemo (12B)": "mistralai/Mistral-Nemo-Instruct-2407"
|
| 22 |
}
|