Spaces:
Running
Running
added helpers
Browse files
wm_interactive/templates/index.html
CHANGED
@@ -132,7 +132,7 @@
|
|
132 |
</div>
|
133 |
<div class="mb-3">
|
134 |
<div class="d-flex align-items-center">
|
135 |
-
<i class="bi bi-info-circle param-help-icon me-2" data-bs-toggle="tooltip" title="The number of previous tokens considered when determining the hashing. Higher values are more secure but may affect robustness. Lower values may introduce a bias in the text distribution
|
136 |
<label for="ngram" class="form-label mb-0">N-gram Size</label>
|
137 |
</div>
|
138 |
<input type="number" class="form-control" id="ngram" value="1">
|
|
|
132 |
</div>
|
133 |
<div class="mb-3">
|
134 |
<div class="d-flex align-items-center">
|
135 |
+
<i class="bi bi-info-circle param-help-icon me-2" data-bs-toggle="tooltip" title="The number of previous tokens considered when determining the hashing. Higher values are more secure but may affect robustness. Lower values may introduce a bias in the text distribution."></i>
|
136 |
<label for="ngram" class="form-label mb-0">N-gram Size</label>
|
137 |
</div>
|
138 |
<input type="number" class="form-control" id="ngram" value="1">
|