Instructions to use EddyGiusepe/DeciLM7B-FineTuning-checkpoints with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use EddyGiusepe/DeciLM7B-FineTuning-checkpoints with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Deci/DeciLM-7B") model = PeftModel.from_pretrained(base_model, "EddyGiusepe/DeciLM7B-FineTuning-checkpoints") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
3c07ed8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:623bc4d72799b2031fc493123b847b093fc135fe7da6113c9d3f14ba4bc80797
size 4728
|