Rifat Mamayusupov commited on
Commit
89b0997
·
verified ·
1 Parent(s): 34a04d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ It achieves the following results on the evaluation set:
29
  ```
30
  from transformers import pipeline
31
 
32
- pipe = pipeline('sentimennt-analysis', model='ai-nightcoder/uzbek-sentiment-analysis')
33
 
34
  text = "bu ovqatni men juda ham yaxshi ko'raman."
35
  pipe(text)[0]['label']
 
29
  ```
30
  from transformers import pipeline
31
 
32
+ pipe = pipeline('sentimennt-analysis', model='ai-nightcoder/uzbek-sentiment-analysis-v5')
33
 
34
  text = "bu ovqatni men juda ham yaxshi ko'raman."
35
  pipe(text)[0]['label']