davzoku/moecule-finqa
Viewer • Updated • 1.2k • 21
How to use davzoku/finqa_adapter_v2 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("davzoku/finqa_adapter_v2", device_map="auto")
This is a LoRA adapter for Moecule family of MoE models.
It is part of Moecule Ingredients and all relevant expert models, LoRA adapters, and datasets can be found there.
unsloth/llama-3-8b-InstructBase model
unsloth/llama-3-8b-Instruct
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("davzoku/finqa_adapter_v2", device_map="auto")