Update README.md
Browse files
README.md
CHANGED
|
@@ -24,4 +24,22 @@ review_list = [
|
|
| 24 |
for idx, review in enumerate(review_list):
|
| 25 |
pred = sentiment_classifier(review)
|
| 26 |
print(f'{review}\n>> {pred[0]}')
|
| 27 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
for idx, review in enumerate(review_list):
|
| 25 |
pred = sentiment_classifier(review)
|
| 26 |
print(f'{review}\n>> {pred[0]}')
|
| 27 |
+
```
|
| 28 |
+
```
|
| 29 |
+
์ด์๊ณ ์ข์์~~~์ป๊ธฐ๋ ํธํ๊ณ ์์ด๊ณ ์ด์๋ค๊ณ ์๊ธฐ๋ฐฉ์ ๊ฐ๋ค๋๊ณ ์์จ์~^^
|
| 30 |
+
>> {'label': '1', 'score': 0.9945501685142517}
|
| 31 |
+
์์ง ์
์ด๋ณด์ง ์์์ง๋ง ๊ต์ฅํ ๊ฐ๋ฒผ์์~~ ๋ค๋ฅธ ๋ฆฌ๋ทฐ์ฒ๋ผ ์ด๊นก์ด ์ข ๋๋ค์ใ
๋ง์กฑํฉ๋๋ค. ์์ฒญ ๋น ๋ฅธ๋ฐ์ก ๊ฐ์ฌ๋๋ ค์ :)
|
| 32 |
+
>> {'label': '1', 'score': 0.995430588722229}
|
| 33 |
+
์ฌ๊ตฌ๋งค ํ๊ฑด๋ฐ ๋๋ฌด๋๋ฌด ๊ฐ์ฑ๋น์ธ๊ฑฐ ๊ฐ์์!! ๋ค์์ ๋ ์๊ฐ๋๋ฉด 3๊ฐ์งธ ๋ ์ด๋ฏ..ใ
ใ
|
| 34 |
+
>> {'label': '1', 'score': 0.9959582686424255}
|
| 35 |
+
๊ฐ์ต๋์ด ๋๋ฌด ์ ์ด์. ๋ฐฉ์ด ์์ง ์๋ค๋ฉด ๋ฌด์กฐ๊ฑด ํฐ๊ฑธ๋ก๊ตฌ๋งคํ์ธ์. ๋ฌผ๋๋ ์กฐ๊ธ๋ฐ์ ์๋ค์ด๊ฐ์ ์ฐ๊ธฐ๋ ๋ถํธํจ
|
| 36 |
+
>> {'label': '0', 'score': 0.9984619617462158}
|
| 37 |
+
ํ๋ฒ์
์๋๋ฐ ์์ ๋ด์ ์ ๋ค ํ๋ฆฌ๊ณ ์ค๋ฐฅ๋ ๊ณ์ ๋์ต๋๋ค. ๋ง๊ฐ ์ฒ๋ฆฌ ๋๋ฌด ์๋ง ์๋๊ฐ์?
|
| 38 |
+
>> {'label': '0', 'score': 0.9991756677627563}
|
| 39 |
+
๋ฐ๋ปํ๊ณ ์ข๊ธดํ๋ฐ ๋ฐฐ์ก์ด ๋๋ ค์
|
| 40 |
+
>> {'label': '1', 'score': 0.6473883390426636}
|
| 41 |
+
๋ง์ ์๋๋ฐ ๊ฐ๊ฒฉ์ด ์๋ ํธ์ด์์
|
| 42 |
+
>> {'label': '1', 'score': 0.5128092169761658}
|
| 43 |
+
```
|
| 44 |
+
- label 0 : negative review
|
| 45 |
+
- label 1 : positive review
|