Text Generation
PEFT
Safetensors
English
tinyllama
llama
qlora
fine-tuning
motorcycle-repair
question-answering
generated:text-generation-code:pipeline_example
conversational
Instructions to use cahlen/tinyllama-motorcycle-repair-qa-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cahlen/tinyllama-motorcycle-repair-qa-adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0") model = PeftModel.from_pretrained(base_model, "cahlen/tinyllama-motorcycle-repair-qa-adapter") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e9bd214 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a04ab112c50dacedcdd8c35d82b5e9987793f59ad1d18b8c17cc467b8aa7cb0e
size 6033
|