Downloads · 30 days
0
solusvesta/m
m is a machine learning model from solusvesta. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
SolusVesta is a fine-tuned derivative of Llama 3.1 8B, designed to act as an AI-powered market analyst for technical trading.
Downloads · 30 days
0
Access
Public
Updated Dec 29, 2025
Repo size
—
Likes
0
Public
Click a slice to open those files.
Other1.5 KB · 60%
From the Hugging Face model README
SolusVesta is a fine-tuned derivative of Llama 3.1 8B, designed to act as an AI-powered market analyst for technical trading.
The model analyzes structured market features, evaluates technical confluence and news impact, and returns JSON-only trade plans. It does NOT execute trades.
The model returns strict JSON only:
{
"bias": "bullish | bearish | neutral",
"setup": "",
"entry_plan": [],
"invalidation": [],
"confidence": 0,
"news_filter": "trade_allowed | no_trade",
"notes": ""
}