Instructions to use ImagineIt/big-dataset-2e-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ImagineIt/big-dataset-2e-lora 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, "ImagineIt/big-dataset-2e-lora") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
ca71701 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e418bf8ea61f5f621442b7e7d29d6fa2b217ae8fab64cf0f36e8a8e99929d6ce
size 1345327188
|