intellectual-memer commited on
Commit
d601066
·
verified ·
1 Parent(s): 5f35707

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
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
+ ---