Rifat Mamayusupov
commited on
Update README.md
Browse files
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']
|