Instructions to use ThomasKaspereit/IAS40BERT-extval with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ThomasKaspereit/IAS40BERT-extval with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ThomasKaspereit/IAS40BERT-extval")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ThomasKaspereit/IAS40BERT-extval") model = AutoModelForSequenceClassification.from_pretrained("ThomasKaspereit/IAS40BERT-extval", device_map="auto") - Notebooks
- Google Colab
- Kaggle
This model estimates the likelihood that a revaluation-related statement from an earnings call includes a reference to external appraisers. 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
- 8
Model tree for ThomasKaspereit/IAS40BERT-extval
Base model
ProsusAI/finbert