Commit
·
b191b8c
1
Parent(s):
edf30b0
Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,10 @@ datasets:
|
|
4 |
language:
|
5 |
- en
|
6 |
pipeline_tag: text-classification
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
This is electra base tuned with optimal lr, lr scheduler and weight decay on dnd-style-intents dataset.
|
|
|
4 |
language:
|
5 |
- en
|
6 |
pipeline_tag: text-classification
|
7 |
+
license: apache-2.0
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
- f1
|
11 |
---
|
12 |
|
13 |
This is electra base tuned with optimal lr, lr scheduler and weight decay on dnd-style-intents dataset.
|