README.md 278 Bytes
Newer Older
ydaigo's avatar
ydaigo committed
1
2
3
4
5
6
7
8
9
10
11
12
13
---
language:
- japanese
---

binary classification

# Usage
```
print(pipeline("sentiment-analysis",model="daigo/bert-base-japanese-sentiment",tokenizer="daigo/bert-base-japanese-sentiment")("私は幸福である。"))

[{'label': 'ポジティブ', 'score': 0.98430425}]
```