Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ pipe = pipeline("text-classification", model="SayedShaun/bangla-classifier-binar
|
|
33 |
|
34 |
response = pipe("এটা যে এত খারাপ আগে জানতাম না।")
|
35 |
print(response)
|
36 |
-
|
37 |
```
|
38 |
|
39 |
## Result
|
|
|
33 |
|
34 |
response = pipe("এটা যে এত খারাপ আগে জানতাম না।")
|
35 |
print(response)
|
36 |
+
>>> [{'label': 'LABEL_0', 'score': 0.9765}]
|
37 |
```
|
38 |
|
39 |
## Result
|