Instructions to use dwivedi-rishabh/checkpoint_dir with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dwivedi-rishabh/checkpoint_dir 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, "dwivedi-rishabh/checkpoint_dir") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
5483b98 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:060b0bcb07a7a61833c3c0d4d6fa80e3b4b8f0ce65d446af7d89ebdb9243056b
size 100697728
|