Add readme
Browse files
README.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
-
- en
|
5 |
library_name: transformers
|
6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
+
- en
|
5 |
library_name: transformers
|
6 |
+
---
|
7 |
+
|
8 |
+
### Distillbert-Sentiment
|
9 |
+
|
10 |
+
- This is a bert based sentiment analysis model. The head has been changed to make the classification task and it relies on [Transformers](https://huggingface.co/docs/transformers/index).
|
11 |
+
- It checks; saddness, joy, fear, anger, surprise and joy.
|