Instructions to use jmeadows17/DerivationGeneration8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jmeadows17/DerivationGeneration8B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Meta-Llama-3.1-8B-bnb-4bit") model = PeftModel.from_pretrained(base_model, "jmeadows17/DerivationGeneration8B") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
aa788d2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b0c9ffea1184ea57923d50362fdc53ddce3da915c6aae924eee9ebde47b8452e
size 335811770
|