Instructions to use debiao29/task-17-meta-llama-Llama-3.2-3B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use debiao29/task-17-meta-llama-Llama-3.2-3B-Instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-3B-Instruct") model = PeftModel.from_pretrained(base_model, "debiao29/task-17-meta-llama-Llama-3.2-3B-Instruct") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
b7f3f75 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:182300a63e8d5bd5d918b85f1fa521c6f258aebc186de1972f2eab3d1bb1f4eb
size 5368
|