hanzla javaid commited on
Commit
229f61f
Β·
1 Parent(s): 7ed8a9a
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -13,8 +13,8 @@ loaded_models = {}
13
 
14
  # List of available models (ensure these are correct and accessible)
15
  models = [
16
- "hanzla/gemma-2b-datascience-instruct-v5",
17
- "hanzla/gemma-2b-datascience-instruct-v4.5"
18
  ]
19
 
20
 
@@ -140,7 +140,7 @@ with gr.Blocks() as demo:
140
  # Buttons for upvote, downvote, and clearing the chat
141
  with gr.Row():
142
  upvote = gr.Button("πŸ‘ Upvote Model 1")
143
- downvote = gr.Button("πŸ‘Ž Downvote Model 2")
144
  clear = gr.Button("🧹 Clear Chat")
145
 
146
  # Textbox to display vote counts
 
13
 
14
  # List of available models (ensure these are correct and accessible)
15
  models = [
16
+ "turquoiseturtle/ORPO_Qwen2.5_7B_CHKPBest",
17
+ "turquoiseturtle/ORPO_Llama3.2_8B_CHKPBest"
18
  ]
19
 
20
 
 
140
  # Buttons for upvote, downvote, and clearing the chat
141
  with gr.Row():
142
  upvote = gr.Button("πŸ‘ Upvote Model 1")
143
+ downvote = gr.Button("πŸ‘ Downvote Model 2")
144
  clear = gr.Button("🧹 Clear Chat")
145
 
146
  # Textbox to display vote counts