Instructions to use ainewtrend07/Phi4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ainewtrend07/Phi4 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ainewtrend07/Phi4", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -784,7 +784,7 @@
|
|
| 784 |
"extra_special_tokens": {},
|
| 785 |
"model_max_length": 16384,
|
| 786 |
"pad_token": "<|dummy_87|>",
|
| 787 |
-
"padding_side": "
|
| 788 |
"tokenizer_class": "GPT2Tokenizer",
|
| 789 |
"unk_token": "�"
|
| 790 |
}
|
|
|
|
| 784 |
"extra_special_tokens": {},
|
| 785 |
"model_max_length": 16384,
|
| 786 |
"pad_token": "<|dummy_87|>",
|
| 787 |
+
"padding_side": "right",
|
| 788 |
"tokenizer_class": "GPT2Tokenizer",
|
| 789 |
"unk_token": "�"
|
| 790 |
}
|