Instructions to use LLM-Beetle/Axolotl_70k_Lora_Adapters with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use LLM-Beetle/Axolotl_70k_Lora_Adapters with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.1-8B") model = PeftModel.from_pretrained(base_model, "LLM-Beetle/Axolotl_70k_Lora_Adapters") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
71718d7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:33416e4b3040cd403a26d299372f36c172eb139101e2b8b2092f0402d5fb44f4
size 6200
|