β€οΈ 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 forsequence 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
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support
Model tree for engibeer/prediction-sentiment-bist30
Base model
dbmdz/bert-base-turkish-128k-uncased