Update README.md

This commit is contained in:
Yi 2021-08-01 08:55:27 +00:00 committed by huggingface-web
parent bb27256505
commit 2afee76bf2
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ More details on `FinBERT`: [Click Link](https://github.com/yya518/FinBERT)
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.
# How to use
# How to use
You can use this model with Transformers pipeline for sentiment analysis.
```
```python
from transformers import BertTokenizer, BertForSequenceClassification
from transformers import pipeline