π·οΈ 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:
BERTfine-tuned fortoken-classification - Language(s): Turkish
- Finetuned from:
bert-base-cased - Trained using: Hugging Face
TrainerAPI - 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
- 8
Model tree for engibeer/financial-ner-entities-bist30
Base model
dbmdz/bert-base-turkish-128k-uncased