π·οΈ Financial NER Model for Entity Extraction
This is a fine-tuned BERT-based token classification model that extracts structured financial entities from Turkish tweets related to the stock market.
Entities include:
- π’ Stock Tickers (e.g.,
AKBNK
,EREGL
) - π― Target Prices (
Hedef
) - π Support Prices (
Destek
) - π Resistance Prices (
DirenΓ§
) - β± Time spans (
Vade
) - π Predicted values (
Tahmin
)
It is a core part of a larger NLP pipeline for parsing and analyzing finance-related predictions on social media.
π§ Model Details
- Developed by: damlakonur
- Model type:
BERT
fine-tuned fortoken-classification
- Language(s): Turkish
- Finetuned from:
bert-base-cased
- Trained using: Hugging Face
Trainer
API - License: MIT
π How to Use
from transformers import pipeline
model = pipeline(
"token-classification",
model="your-username/financial-ner-entities-bist30",
aggregation_strategy="simple"
)
text = "#AKBNK hedef 60 TL, destek 52 TL."
output = model(text)
print(output)
- Downloads last month
- 7
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
π
Ask for provider support
Model tree for engibeer/financial-ner-entities-bist30
Base model
dbmdz/bert-base-turkish-128k-uncased