SiddharthAK commited on
Commit
358e025
·
verified ·
1 Parent(s): f4c84bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -258,9 +258,9 @@ demo = gr.Interface(
258
  inputs=[
259
  gr.Radio(
260
  [
261
- "SPLADE (cocondenser)",
262
- "SPLADE-v3-Lexical",
263
- "SPLADE-v3-Doc" # Only one option for Doc model
264
  ],
265
  label="Choose Representation Model",
266
  value="SPLADE (cocondenser)" # Default selection
 
258
  inputs=[
259
  gr.Radio(
260
  [
261
+ "SPLADE-cocondenser-distil (weighting and expansion)",
262
+ "SPLADE-v3-Lexical (weighting)",
263
+ "SPLADE-v3-Doc (binary)" # Only one option for Doc model
264
  ],
265
  label="Choose Representation Model",
266
  value="SPLADE (cocondenser)" # Default selection