SayedShaun commited on
Commit
1b57f72
·
verified ·
1 Parent(s): e293336

Update README.md

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