ss900371tw commited on
Commit
1033062
verified
1 Parent(s): 219ef78

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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
- "OpenAI GPT-OSS 120B (Hugging Face)": "openai/gpt-oss-120",
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
- "opt-125m (Hugging Face)": "facebook/opt-125m",
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