davzoku/moecule-finqa
Viewer • Updated • 1.2k • 64
How to use davzoku/finqa_adapter_v2 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("davzoku/finqa_adapter_v2", dtype="auto")How to use davzoku/finqa_adapter_v2 with Unsloth Studio:
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for davzoku/finqa_adapter_v2 to start chatting
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for davzoku/finqa_adapter_v2 to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for davzoku/finqa_adapter_v2 to start chatting
pip install unsloth
from unsloth import FastModel
model, tokenizer = FastModel.from_pretrained(
model_name="davzoku/finqa_adapter_v2",
max_seq_length=2048,
)
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