UnreliableTakesFlight commited on
Commit
f6ff18d
·
verified ·
1 Parent(s): 5249bc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Tokenization Impact on Retrieval")
122
  # 🔍 Tokenization Impact on Retrieval Quality
123
  **TREC-COVID · BM25 · Whitespace vs BERT-style Tokenization**
124
 
125
- Assignment 15 Information Retrieval
126
  """)
127
 
128
  with gr.Row():
 
122
  # 🔍 Tokenization Impact on Retrieval Quality
123
  **TREC-COVID · BM25 · Whitespace vs BERT-style Tokenization**
124
 
125
+ Midterm - Information Retrieval
126
  """)
127
 
128
  with gr.Row():