Prikshit7766
commited on
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
# BERT-Base-Uncased Emotion Classification Model
|
3 |
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- dair-ai/emotion
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
- precision
|
10 |
+
- recall
|
11 |
+
- f1
|
12 |
+
base_model:
|
13 |
+
- google-bert/bert-base-uncased
|
14 |
+
pipeline_tag: text-classification
|
15 |
+
library_name: transformers
|
16 |
+
tags:
|
17 |
+
- emotion-classification
|
18 |
+
---
|
19 |
+
|
20 |
|
21 |
# BERT-Base-Uncased Emotion Classification Model
|
22 |
|