Instructions to use devngho/phi4-jamo-tokenizer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use devngho/phi4-jamo-tokenizer with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("devngho/phi4-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:b535a26b9b09cb661b5642a9ddffbb577d45cb1bf872e3039b975d6b67a16ed6
|
| 3 |
+
size 11319120
|