Commit
·
f816b0e
1
Parent(s):
a858ba0
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- neurae/dnd_style_intents
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
pipeline_tag: text-classification
|
7 |
+
---
|
8 |
+
|
9 |
+
This is bert base tuned with optimal lr, lr scheduler and weight decay on dnd-style-intents dataset.
|
10 |
+
|
11 |
+
| parametrs | value |
|
12 |
+
|---------------|----------|
|
13 |
+
| learning rate | 1,3e-4 |
|
14 |
+
| lr scheduler | constant |
|
15 |
+
| weight decay | 7e-2 |
|
16 |
+
|
17 |
+
Model has next metrics on test data from dataset
|
18 |
+
|
19 |
+
| matric | value |
|
20 |
+
|----------|-------|
|
21 |
+
| accuracy | 0,978 |
|
22 |
+
| Macro F1 | 0,977 |
|
23 |
+
| Micro F1 | 0,978 |
|