Text Generation
PEFT
Safetensors
English
lora
qlora
qwen2.5
finance
earnings-calls
information-extraction
structured-output
unsloth
conversational
Instructions to use BABAKAFSHINPOUR/earnings-call-guidance-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use BABAKAFSHINPOUR/earnings-call-guidance-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-7B-Instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "BABAKAFSHINPOUR/earnings-call-guidance-lora") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Ctrl+K