Commit 0ac6d0bf authored by ydaigo's avatar ydaigo Committed by Julien Chaumond
Browse files

Create README.md

I create japanese binary classification.
parent c73c83b0
---
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}]
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment