SayedShaun commited on
Commit
19aeaf3
·
verified ·
1 Parent(s): 3e68a39

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-multi
33
 
34
  response = pipe("ডেলিভারি ম্যান খুব যত্ন সহকারে পণ্যটি ডেলিভারি করেছে")
35
  print(response)
36
- # Output: [{'label': 'LABEL_0', 'score': 0.9503920674324036}]
37
  ```
38
 
39
  ## Tags
 
33
 
34
  response = pipe("ডেলিভারি ম্যান খুব যত্ন সহকারে পণ্যটি ডেলিভারি করেছে")
35
  print(response)
36
+ >>> [{'label': 'LABEL_0', 'score': 0.9503920674324036}]
37
  ```
38
 
39
  ## Tags