How to use from
Hermes Agent
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama-server -hf Rustamshry/StockDirection-GGUF:Q8_0
Configure Hermes
# Install Hermes:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
hermes setup
# Point Hermes at the local server:
hermes config set model.provider custom
hermes config set model.base_url http://127.0.0.1:8080/v1
hermes config set model.default Rustamshry/StockDirection-GGUF:Q8_0
Run Hermes
hermes
Quick Links

Model Card for StockDirection-6K

Model Details

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.

  • Input: A formatted prompt describing the last 5 days of daily percentage price changes.
  • Output: A simple categorical prediction — "UP" or "DOWN".

This model was fine-tuned on a dataset of 6,300 labeled rows of AKBNK stock data.

Uses

Direct Use

  • Educational purposes: Demonstrating how LLMs can be fine-tuned for financial classification tasks.
  • Research: Exploring text-based sequence learning for stock direction prediction.
  • Proof of concept: Serving as an example for stock price direction prediction using natural language prompts.

⚠️ Not for financial advice or live trading decisions.

Training Data

  • Dataset: atahanuz/stock_prediction
  • Size: 6,355 labeled examples.
  • Structure: Each sample contains past 5 daily percentage changes and the target label (UP/DOWN).

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
Downloads last month
12
GGUF
Model size
0.6B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Rustamshry/StockDirection-GGUF

Finetuned
Qwen/Qwen3-0.6B
Quantized
(7)
this model

Dataset used to train Rustamshry/StockDirection-GGUF

Collection including Rustamshry/StockDirection-GGUF