Instructions to use ricecake/Codellama-Pygmalion-LoRA-Test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ricecake/Codellama-Pygmalion-LoRA-Test with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-34b-Instruct-hf") model = PeftModel.from_pretrained(base_model, "ricecake/Codellama-Pygmalion-LoRA-Test") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
d1f7226 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e0ac85cd5a0c272b2795710f07b5146a8411c7e893a02ef5253e28ff834c6614
size 871609293
|