MichaelOnly commited on
Commit
2b6bf7a
1 Parent(s): a6e01dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -6,3 +6,18 @@ language:
6
  pipeline_tag: text-classification
7
  ---
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  pipeline_tag: text-classification
7
  ---
8
 
9
+ This is distilbert base tuned with optimal lr, lr scheduler and weight decay on dnd-style-intents dataset.
10
+
11
+ | parametrs | value |
12
+ |---------------|----------|
13
+ | learning rate | 1,8e-4 |
14
+ | lr scheduler | linear |
15
+ | weight decay | 0 |
16
+
17
+ Model has next metrics on test data from dataset
18
+
19
+ | matric | value |
20
+ |----------|-------|
21
+ | accuracy | 0,985 |
22
+ | Macro F1 | 0,984 |
23
+ | Micro F1 | 0,985 |