nikitakapitan
commited on
Commit
•
e2cdb78
1
Parent(s):
8edb24a
Update README.md
Browse files
README.md
CHANGED
@@ -42,6 +42,19 @@ It achieves the following results on the evaluation set:
|
|
42 |
- Accuracy: {'accuracy': 0.9248387096774193}
|
43 |
- F1: {'f1': 0.924017622321749}
|
44 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
## Model description
|
46 |
|
47 |
More information needed
|
|
|
42 |
- Accuracy: {'accuracy': 0.9248387096774193}
|
43 |
- F1: {'f1': 0.924017622321749}
|
44 |
|
45 |
+
## Model Training Details
|
46 |
+
|
47 |
+
| Parameter | Value |
|
48 |
+
|----------------------|-----------------------------------|
|
49 |
+
| **Task** | text-classification |
|
50 |
+
| **Base Model Name** | distilbert-base-uncased |
|
51 |
+
| **Dataset Name** | clinc_oos |
|
52 |
+
| **Dataset Config** | plus |
|
53 |
+
| **Batch Size** | 16 |
|
54 |
+
| **Number of Epochs** | 3 |
|
55 |
+
| **Learning Rate** | 0.00002 |
|
56 |
+
|
57 |
+
|
58 |
## Model description
|
59 |
|
60 |
More information needed
|