Instructions to use ashuwhy/llama3.2-poplyrics-1k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ashuwhy/llama3.2-poplyrics-1k with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B") model = PeftModel.from_pretrained(base_model, "ashuwhy/llama3.2-poplyrics-1k") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
f373ed2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f963f4c1befa9e4a0bcb8d3dc6f2ea6b28e7aeacb4758dc7aae74feefdadae12
size 9189792
|