Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,15 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
base_model:
|
| 3 |
-
-
|
| 4 |
tags:
|
| 5 |
- finance
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
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).
|
|
|
|
| 1 |
---
|
| 2 |
+
language: en
|
| 3 |
+
license: apache-2.0
|
| 4 |
base_model:
|
| 5 |
+
- ProsusAI/finbert
|
| 6 |
tags:
|
| 7 |
- finance
|
| 8 |
+
- text-classification
|
| 9 |
+
- transformers
|
| 10 |
+
pipeline_tag: text-classification
|
| 11 |
+
widget:
|
| 12 |
+
- text: "Revaluation gains were high this quarter."
|
| 13 |
---
|
| 14 |
|
| 15 |
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).
|