Instructions to use mickkhaw/llama38binstruct_summarize with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mickkhaw/llama38binstruct_summarize 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, "mickkhaw/llama38binstruct_summarize") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
5cb7eee | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:32c5c08945f20cb1076a969d5a1b798301732ed80cb2a58aa35a316822aa1d59
size 5368
|