Commit
·
2afee76
1
Parent(s):
bb27256
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,9 +7,9 @@ More details on `FinBERT`: [Click Link](https://github.com/yya518/FinBERT)
|
|
| 7 |
|
| 8 |
This released `finbert-tone` model is the `FinBERT` model fine-tuned on 10,000 manually annotated (positive, negative, neutral) sentences from analyst reports. This model achieves superior performance on financial tone analysis task. If you are simply interested in using `FinBERT` for financial tone analysis, give it a try.
|
| 9 |
|
| 10 |
-
# How to use
|
| 11 |
You can use this model with Transformers pipeline for sentiment analysis.
|
| 12 |
-
```
|
| 13 |
from transformers import BertTokenizer, BertForSequenceClassification
|
| 14 |
from transformers import pipeline
|
| 15 |
|
|
|
|
| 7 |
|
| 8 |
This released `finbert-tone` model is the `FinBERT` model fine-tuned on 10,000 manually annotated (positive, negative, neutral) sentences from analyst reports. This model achieves superior performance on financial tone analysis task. If you are simply interested in using `FinBERT` for financial tone analysis, give it a try.
|
| 9 |
|
| 10 |
+
# How to use
|
| 11 |
You can use this model with Transformers pipeline for sentiment analysis.
|
| 12 |
+
```python
|
| 13 |
from transformers import BertTokenizer, BertForSequenceClassification
|
| 14 |
from transformers import pipeline
|
| 15 |
|