dusersad12 commited on
Commit
e8ff56d
·
verified ·
1 Parent(s): 0683963

Update README with best run metrics

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -10,9 +10,9 @@ This model checkpoint was selected from a hyperparameter sweep as the best-perfo
10
 
11
  | Metric | Value |
12
  |---|---|
13
- | Validation Accuracy | {RESULT} |
14
- | Validation Loss | {RESULT} |
15
- | Validation F1 | {RESULT} |
16
 
17
  ## Training Configuration
18
 
@@ -20,10 +20,10 @@ The best run used the following hyperparameters:
20
 
21
  | Hyperparameter | Value |
22
  |---|---|
23
- | Learning Rate | {RESULT} |
24
- | Weight Decay | {RESULT} |
25
- | Epochs | {RESULT} |
26
- | Batch Size | {RESULT} |
27
 
28
  ## How to Use
29
 
 
10
 
11
  | Metric | Value |
12
  |---|---|
13
+ | Validation Accuracy | 0.861 |
14
+ | Validation Loss | 0.412 |
15
+ | Validation F1 | 0.855 |
16
 
17
  ## Training Configuration
18
 
 
20
 
21
  | Hyperparameter | Value |
22
  |---|---|
23
+ | Learning Rate | 3e-05 |
24
+ | Weight Decay | 0.1 |
25
+ | Epochs | 10 |
26
+ | Batch Size | 32 |
27
 
28
  ## How to Use
29