Eyüp Sercan UYGUR
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,15 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
-
|
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.
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
+
- en
|
5 |
library_name: transformers
|
6 |
+
base_model: distilbert-base-uncased
|
7 |
+
metrics:
|
8 |
+
- bertscore
|
9 |
+
pipeline_tag: text-classification
|
10 |
---
|
11 |
|
12 |
### Distillbert-Sentiment
|
13 |
|
14 |
- 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).
|
15 |
+
- It checks; saddness, joy, fear, anger, surprise and joy.
|