Instructions to use devngho/phi4-mini-jamo-tokenizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use devngho/phi4-mini-jamo-tokenizer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("devngho/phi4-mini-jamo-tokenizer", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Fix bos token
Browse files- tokenizer.json +2 -2
tokenizer.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e72ec47a4940e1d4c3ba359270eeb50c60ff9791b0d212cdb7802a440fee965
|
| 3 |
+
size 19689842
|