Instructions to use SeonghuJeon/task-7-microsoft-Phi-3.5-mini-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SeonghuJeon/task-7-microsoft-Phi-3.5-mini-instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3.5-mini-instruct") model = PeftModel.from_pretrained(base_model, "SeonghuJeon/task-7-microsoft-Phi-3.5-mini-instruct") - Notebooks
- Google Colab
- Kaggle
| { | |
| "<|assistant|>": 32001, | |
| "<|endoftext|>": 32000, | |
| "<|end|>": 32007, | |
| "<|placeholder1|>": 32002, | |
| "<|placeholder2|>": 32003, | |
| "<|placeholder3|>": 32004, | |
| "<|placeholder4|>": 32005, | |
| "<|placeholder5|>": 32008, | |
| "<|placeholder6|>": 32009, | |
| "<|system|>": 32006, | |
| "<|user|>": 32010 | |
| } | |