Llama 3.1 70B Financial Analyst

Published by @finllm_lab · Community adapter

Q4_K_M quantised 70B financial analyst. Trained on earnings call transcripts, 10-K/10-Q filings, and Bloomberg-style market commentary. Produces structured bull/bear summaries.

Usage

Load with Ollama:

# Download the adapter file, then create a Modelfile:
FROM meta-llama-3.1-70b-instruct
ADAPTER ./llama31-70b-analyst-gguf.gguf

# Build and run:
ollama create my-model -f Modelfile
ollama run my-model "Your prompt here"

Or with llama.cpp:

./llama-cli \
  -m base-model.gguf \
  --lora llama31-70b-analyst-gguf.gguf \
  -p "Your prompt here"

Compatibility

  • llama.cpp
  • Ollama
  • LM Studio

You might also like