Instructions to use zhonglongbao/kurisu-loradapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use zhonglongbao/kurisu-loradapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "zhonglongbao/kurisu-loradapter") - Notebooks
- Google Colab
- Kaggle
Model Card for Model ID
LoRA Adapter for Llama-3.1-8B-Instruct.
Trained using transformers backend on ServerlessLLM with this dataset
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for zhonglongbao/kurisu-loradapter
Base model
meta-llama/Llama-3.1-8B Finetuned
meta-llama/Llama-3.1-8B-Instruct