Reasoning Models
Collection
18 items • Updated
GGUF version of https://huggingface.co/khazarai/StockDirection
StockDirection is a fine-tuned language model for binary stock movement prediction. The model is trained to predict whether the next day’s stock price of Akbank (AKBNK), traded on Borsa Istanbul (BIST), will move UP or DOWN, based on the daily percentage changes from the last four days and the current day.
This model was fine-tuned on a dataset of 6,300 labeled rows of AKBNK stock data.
⚠️ Not for financial advice or live trading decisions.
Example:
Question: You are an assistant that predicts whether a stock will go up or down in the next day
based on the daily percentage price changes of the last:
4 days ago: nan
3 days ago: 0.00
2 days ago: 2.22
1 day ago: -2.17
today: -2.22
Predict whether the next day's price will go up or down.
Simply write your prediction as UP or DOWN.
Answer: DOWN
8-bit