Instructions to use dwb2023/llama38binstruct_summarize_jun14 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dwb2023/llama38binstruct_summarize_jun14 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Meta-Llama-3-8B-Instruct") model = PeftModel.from_pretrained(base_model, "dwb2023/llama38binstruct_summarize_jun14") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
edc809b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:deb0f5f7fe3ebec0820c40c067d17520f6479b3cc0c585f24756d8016d084d9c
size 5432
|