ll-monkey commited on
Commit
a074b70
·
verified ·
1 Parent(s): 4056fb0

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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)": "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
  }
 
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/openthaigpt1.5-7b-instruct",
20
  "GPT-2 (Thai)": "flax-community/gpt2-base-thai",
21
  "Mistral-Nemo (12B)": "mistralai/Mistral-Nemo-Instruct-2407"
22
  }