Update README.md
This commit is contained in:
parent
bb27256505
commit
2afee76bf2
|
@ -9,7 +9,7 @@ This released `finbert-tone` model is the `FinBERT` model fine-tuned on 10,000 m
|
||||||
|
|
||||||
# How to use
|
# How to use
|
||||||
You can use this model with Transformers pipeline for sentiment analysis.
|
You can use this model with Transformers pipeline for sentiment analysis.
|
||||||
```
|
```python
|
||||||
from transformers import BertTokenizer, BertForSequenceClassification
|
from transformers import BertTokenizer, BertForSequenceClassification
|
||||||
from transformers import pipeline
|
from transformers import pipeline
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue