Update 01_intro.ipynb - IMDb reviews sentiment analysis prediction output change (#633)

This commit is contained in:
Shubham Thakkar 2024-06-09 04:30:43 +05:30 committed by GitHub
parent 054cd8a62c
commit 5701d615d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2196,7 +2196,7 @@
{ {
"data": { "data": {
"text/plain": [ "text/plain": [
"('neg', tensor(0), tensor([0.8786, 0.1214]))" "('pos', tensor(1), tensor([0.0040, 0.9960]))"
] ]
}, },
"execution_count": null, "execution_count": null,