Instructions to use ThomasKaspereit/IAS40BERT-sentiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ThomasKaspereit/IAS40BERT-sentiment with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ThomasKaspereit/IAS40BERT-sentiment")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ThomasKaspereit/IAS40BERT-sentiment") model = AutoModelForSequenceClassification.from_pretrained("ThomasKaspereit/IAS40BERT-sentiment") - Notebooks
- Google Colab
- Kaggle
This model measures sentiment in revaluation-related statements from earnings calls. In this context, “revaluation” refers to changes in the fair value of investment property under IAS 40 (Investment Property).
The model is described and applied in the article “Don’t you know? They are talking about a revaluation—Market reactions to gains or losses on investment property and earnings call sentiment” (link to be added after publication).
- Downloads last month
- 3
Model tree for ThomasKaspereit/IAS40BERT-sentiment
Base model
ProsusAI/finbert