Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -2
src/streamlit_app.py
CHANGED
|
@@ -51,11 +51,11 @@ if 'json_data_for_batch' not in st.session_state:
|
|
| 51 |
# --- 瀹氱京妯″瀷鍒楄〃 ---
|
| 52 |
MODEL_OPTIONS = {
|
| 53 |
"OpenAI GPT-OSS 20B (Hugging Face)": "openai/gpt-oss-20b",
|
| 54 |
-
"
|
| 55 |
"Meta Llama 3.1 8B Instruct (Hugging Face)": "meta-llama/Llama-3.1-8B-Instruct",
|
| 56 |
"Meta Llama 3.3 70B Instruct (Hugging Face)": "meta-llama/Llama-3.3-70B-Instruct",
|
| 57 |
"fdtn-ai Foundation-Sec 8B Instruct (Hugging Face)": "fdtn-ai/Foundation-Sec-8B-Instruct",
|
| 58 |
-
"
|
| 59 |
"Gemma 3 27B Instruct (Hugging Face)": "google/gemma-3-27b-it"
|
| 60 |
}
|
| 61 |
|
|
|
|
| 51 |
# --- 瀹氱京妯″瀷鍒楄〃 ---
|
| 52 |
MODEL_OPTIONS = {
|
| 53 |
"OpenAI GPT-OSS 20B (Hugging Face)": "openai/gpt-oss-20b",
|
| 54 |
+
"gpt2 (Hugging Face)": "openai-community/gpt2",
|
| 55 |
"Meta Llama 3.1 8B Instruct (Hugging Face)": "meta-llama/Llama-3.1-8B-Instruct",
|
| 56 |
"Meta Llama 3.3 70B Instruct (Hugging Face)": "meta-llama/Llama-3.3-70B-Instruct",
|
| 57 |
"fdtn-ai Foundation-Sec 8B Instruct (Hugging Face)": "fdtn-ai/Foundation-Sec-8B-Instruct",
|
| 58 |
+
"Qwen (Hugging Face)": "Qwen/Qwen2.5-7B-Instruct",
|
| 59 |
"Gemma 3 27B Instruct (Hugging Face)": "google/gemma-3-27b-it"
|
| 60 |
}
|
| 61 |
|