Instructions to use saresri/opt350m-lora-pruned-magnited-2-4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use saresri/opt350m-lora-pruned-magnited-2-4 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("saresri/pruned_opt") model = PeftModel.from_pretrained(base_model, "saresri/opt350m-lora-pruned-magnited-2-4") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
db8c10f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9a31dedfbf9ce674c63eaf88436b27dd966bb53c7c01b203bcbc45beb9575811
size 5368
|