Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
-
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# HowRU-KoELECTRA-Emotion-Classifier
|
|
@@ -66,7 +86,6 @@ print(predict("오늘 정말 기분이 좋고 행복한 하루였어!"))
|
|
| 66 |
### Training Procedure
|
| 67 |
- **Base Model**: [monologg/koelectra-base-v3-discriminator](https://huggingface.co/monologg/koelectra-base-v3-discriminator)
|
| 68 |
- **Objective**: Single-label classification
|
| 69 |
-
- **Precision**: fp16 mixed precision
|
| 70 |
- **Max Length**: 512
|
| 71 |
|
| 72 |
### Training Hyperparameters
|
|
@@ -117,4 +136,4 @@ print(predict("오늘 정말 기분이 좋고 행복한 하루였어!"))
|
|
| 117 |
publisher={Hugging Face},
|
| 118 |
howpublished={\url{https://huggingface.co/LimYeri/HowRU-KoELECTRA-Emotion-Classifier}}
|
| 119 |
}
|
| 120 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
tags:
|
| 4 |
+
- korean
|
| 5 |
+
- emotion
|
| 6 |
+
- emotion-classification
|
| 7 |
+
- nlp
|
| 8 |
+
- electra
|
| 9 |
+
- koelectra
|
| 10 |
+
- sentiment
|
| 11 |
+
- sequence-classification
|
| 12 |
+
license: mit
|
| 13 |
+
datasets:
|
| 14 |
+
- LimYeri/kor-diary-emotion_v2
|
| 15 |
+
- qowlsdud/CounselGPT
|
| 16 |
+
language:
|
| 17 |
+
- ko
|
| 18 |
+
metrics:
|
| 19 |
+
- accuracy
|
| 20 |
+
- f1
|
| 21 |
+
base_model:
|
| 22 |
+
- monologg/koelectra-base-v3-discriminator
|
| 23 |
+
pipeline_tag: text-classification
|
| 24 |
---
|
| 25 |
|
| 26 |
# HowRU-KoELECTRA-Emotion-Classifier
|
|
|
|
| 86 |
### Training Procedure
|
| 87 |
- **Base Model**: [monologg/koelectra-base-v3-discriminator](https://huggingface.co/monologg/koelectra-base-v3-discriminator)
|
| 88 |
- **Objective**: Single-label classification
|
|
|
|
| 89 |
- **Max Length**: 512
|
| 90 |
|
| 91 |
### Training Hyperparameters
|
|
|
|
| 136 |
publisher={Hugging Face},
|
| 137 |
howpublished={\url{https://huggingface.co/LimYeri/HowRU-KoELECTRA-Emotion-Classifier}}
|
| 138 |
}
|
| 139 |
+
```
|