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: 133 Bytes
53df93d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6922bb175eb0386c5a5d8f835ace34a07a5e9dadb287fbce3e08680f996f140f
size 17209823
|