Instructions to use Fayaz/checkpoints with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Fayaz/checkpoints with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/DeepSeek-R1-Distill-Llama-8B") model = PeftModel.from_pretrained(base_model, "Fayaz/checkpoints") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
53df93d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ea0698a082c688df3dbc1f4233564e31857bc38d20fdeabbc1ed2bbe6e148d7e
size 5713
|