Update README.md
Browse files
README.md
CHANGED
@@ -33,4 +33,8 @@ model = pipeline(task="text-classification", model="bipin/malayalam-news-classif
|
|
33 |
model(news_headline)
|
34 |
# Output
|
35 |
# [{'label': 'business', 'score': 0.9979357123374939}]
|
36 |
-
```
|
|
|
|
|
|
|
|
|
|
33 |
model(news_headline)
|
34 |
# Output
|
35 |
# [{'label': 'business', 'score': 0.9979357123374939}]
|
36 |
+
```
|
37 |
+
|
38 |
+
### Contact
|
39 |
+
|
40 |
+
For feedback and questions, feel free to contact via twitter @bkrish_
|