❀️ Prediction Sentiment Classifier

This model classifies the sentiment of stock prediction phrases from Turkish finance-related tweets.
It’s used to assign a tone (e.g., positive or negative) to the predicted movement of a stock.

🧾 Example:

"will reach 80 TL soon" β†’ Positive
"may fall to 25 TL next week" β†’ Negative


🧠 Model Details

  • Developed by: damlakonur
  • Model type: BERT fine-tuned for sequence classification
  • Language(s): Turkish
  • Finetuned from: bert-base-cased
  • License: MIT
  • Classes: LABEL_0 = Negative, LABEL_1 = Positive

πŸš€ How to Use

from transformers import pipeline

model = pipeline("text-classification", model="your-username/prediction-sentiment-bist30")

output = model("will reach 80 TL soon")
print(output)
Downloads last month
3
Safetensors
Model size
184M params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for engibeer/prediction-sentiment-bist30

Finetuned
(7)
this model