LoneWolfgang commited on
Commit
9c6ad63
·
verified ·
1 Parent(s): 74680bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
  ```