nikitakapitan commited on
Commit
148a801
1 Parent(s): b70522f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -42,6 +42,19 @@ It achieves the following results on the evaluation set:
42
  - Accuracy: {'accuracy': 0.8672727272727273}
43
  - F1: {'f1': 0.8593551627139002}
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  ## Model description
46
 
47
  More information needed
 
42
  - Accuracy: {'accuracy': 0.8672727272727273}
43
  - F1: {'f1': 0.8593551627139002}
44
 
45
+ ## Model Training Details
46
+
47
+ | Parameter | Value |
48
+ |----------------------|-----------------------------------|
49
+ | **Task** | text-classification |
50
+ | **Base Model Name** | bert-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