We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb9b3a commit f7e3ebaCopy full SHA for f7e3eba
mtokenizer/index.html
@@ -165,7 +165,7 @@ <h1 style="color: orange">Tokenize!</h1>
165
import { AutoTokenizer, env } from 'https://cdn.jsdelivr.net/npm/@huggingface/[email protected]';
166
167
env.allowLocalModels = true;
168
- env.localModelPath = "/tokenizers/";
+ env.localModelPath = "/mtokenizer/tokenizers/";
169
170
const input = document.getElementById('highlightInput');
171
const tokensDisplay = document.getElementById('tokensDisplay');
@@ -306,4 +306,4 @@ <h1 style="color: orange">Tokenize!</h1>
306
});
307
</script>
308
</body>
309
-</html>
+</html>
0 commit comments