Create README.md

I create japanese binary classification.
This commit is contained in:
ydaigo 2020-04-28 21:56:17 +09:00 committed by Julien Chaumond
parent c73c83b0e6
commit 0ac6d0bf33

View File

@ -0,0 +1,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}]
```