Spaces:
Running
Running
Fix LaTeX
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ window_len = st.select_slider(
|
|
| 77 |
r"Window size ($c_\text{max}$)",
|
| 78 |
options=window_len_options,
|
| 79 |
value=min(128, window_len_options[-1]),
|
| 80 |
-
help="The maximum context length $c_
|
| 81 |
"windows are less computationally intensive, allowing for longer inputs."
|
| 82 |
)
|
| 83 |
# Now figure out how many tokens we are allowed to use:
|
|
|
|
| 77 |
r"Window size ($c_\text{max}$)",
|
| 78 |
options=window_len_options,
|
| 79 |
value=min(128, window_len_options[-1]),
|
| 80 |
+
help="The maximum context length $c_\\text{max}$ for which we compute the scores. Smaller "
|
| 81 |
"windows are less computationally intensive, allowing for longer inputs."
|
| 82 |
)
|
| 83 |
# Now figure out how many tokens we are allowed to use:
|