Fine-tuning use case: investment signal filtering — open source Claude Code skills #10486
tellmefrankie
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey LlamaFactory community,
Fine-tuning framework builders — sharing an open source project that could benefit from fine-tuning: Claude Code skills for investment analysis.
AI Investment Skills:
Fine-tuning angle:
The options scanner uses a classification step: "Is this volume genuine institutional positioning, or lottery-ticket retail noise?" Right now this is done via prompt engineering (filtering $0.01 strikes). Fine-tuning a model on labeled historical options data (genuine_signal: bool, junk_pct: float) could make this classification more accurate and efficient.
Current approach:
Prompt-based filter removes: low-strike calls (<$0.05), extreme OTM, near-expiry lottery plays. After filtering: XLI P/C dropped from 5.32 (noise) to a meaningful institutional signal.
Open source:
→ https://github.com/tellmefrankie/ai-investment-skills
Anyone here fine-tuning models for financial classification tasks with LlamaFactory?
Beta Was this translation helpful? Give feedback.
All reactions