SiddharthAK commited on
Commit
ff45445
·
verified ·
1 Parent(s): ea0b3fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ def get_splade_cocondenser_representation(text):
173
 
174
  sorted_representation = sorted(meaningful_tokens.items(), key=lambda item: item[1], reverse=True)
175
 
176
- formatted_output = "MLM encoder (SPLADE-cocondenser-distil):\n\n"
177
  if not sorted_representation:
178
  formatted_output += "No significant terms found for this input.\n"
179
  else:
 
173
 
174
  sorted_representation = sorted(meaningful_tokens.items(), key=lambda item: item[1], reverse=True)
175
 
176
+ formatted_output = "MLM Representation:\n\n"
177
  if not sorted_representation:
178
  formatted_output += "No significant terms found for this input.\n"
179
  else: