File size: 153 Bytes
87ed5cf
 
9d18064
 
 
87ed5cf
1
2
3
4
5
6
7
```
from transformers import pipeline

classifier = pipeline("sentiment-analysis")
classifier("์‹ธ๋Š˜ํ•˜๋‹ค. ๊ฐ€์Šด์— ๋น„์ˆ˜๊ฐ€ ๋‚ ์•„์™€ ํžŒ๋‹ค.")
```