Views
No views yet
"will reach 70 TL""to moon soon""drop to 50 in 2 weeks"BERT fine-tuned for token-classificationbert-base-casedTahmin (prediction phrase)1from transformers import pipeline
2
3model = pipeline(
4 "token-classification",
5 model="your-username/prediction-text-ner-bist30",
6 aggregation_strategy="simple"
7)
8
9model("EREGL will reach 45 TL in June.")