Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
base_model:
|
| 4 |
+
- microsoft/MiniLM-L12-H384-uncased
|
| 5 |
+
## Model Description
|
| 6 |
+
This model is a fine-tuned version of `MiniLM-L12-H384-uncased` on the emotion dataset. It achieves the following results on the evaluation set:
|
| 7 |
+
|
| 8 |
+
Validation Loss: 0.379795
|
| 9 |
+
F1: 0.917320
|
| 10 |
+
---
|