onionLad commited on
Commit
8ab3f04
·
verified ·
1 Parent(s): 0b366ac

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ ---
6
+ # identifier-deberta
7
+ This model is a fine-tuned version of microsoft/deberta-v3-base on data derived from the PLABA dataset. Training was performed over 3 epochs
8
+ with learning rate 2e-5. The model achieves the following performance:
9
+ - Validation Loss: 0.112713
10
+ - Precision: 0.465116
11
+ - Recall: 0.380711
12
+ - F1: 0.418702
13
+ - Accuracy: 0.961276