Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ For a model without the mixed label, please use the main version of [BERT for Ja
|
|
29 |
## Example Pipeline
|
30 |
```python
|
31 |
from transformers import pipeline
|
32 |
-
sentiment = pipeline("sentiment-analysis", model="LoneWolfgang/bert-for-japanese-twitter-sentiment")
|
33 |
sentiment ("ケーキは美味しかったけど、店員さんの態度が少し残念だった。")
|
34 |
```
|
35 |
```
|
|
|
29 |
## Example Pipeline
|
30 |
```python
|
31 |
from transformers import pipeline
|
32 |
+
sentiment = pipeline("sentiment-analysis", model="LoneWolfgang/bert-for-japanese-twitter-sentiment-mixed-label")
|
33 |
sentiment ("ケーキは美味しかったけど、店員さんの態度が少し残念だった。")
|
34 |
```
|
35 |
```
|