Update README.md
Browse files
README.md
CHANGED
@@ -28,32 +28,18 @@ It achieves the following results on the evaluation set:
|
|
28 |
- eval_steps_per_second: 26.855
|
29 |
- step: 0
|
30 |
|
31 |
-
## Model description
|
32 |
-
|
33 |
-
More information needed
|
34 |
-
|
35 |
-
## Intended uses & limitations
|
36 |
-
|
37 |
-
More information needed
|
38 |
-
|
39 |
-
## Training and evaluation data
|
40 |
-
|
41 |
-
More information needed
|
42 |
-
|
43 |
## Training procedure
|
44 |
|
45 |
### Training hyperparameters
|
46 |
|
47 |
The following hyperparameters were used during training:
|
48 |
-
- learning_rate:
|
49 |
-
- train_batch_size:
|
50 |
- eval_batch_size: 4
|
51 |
- seed: 42
|
52 |
-
-
|
53 |
-
|
54 |
-
|
55 |
-
- num_epochs: 3.0
|
56 |
-
- mixed_precision_training: Native AMP
|
57 |
|
58 |
### Framework versions
|
59 |
|
|
|
28 |
- eval_steps_per_second: 26.855
|
29 |
- step: 0
|
30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
## Training procedure
|
32 |
|
33 |
### Training hyperparameters
|
34 |
|
35 |
The following hyperparameters were used during training:
|
36 |
+
- learning_rate: 1e-5, 2e-5, 3e-5
|
37 |
+
- train_batch_size: 16
|
38 |
- eval_batch_size: 4
|
39 |
- seed: 42
|
40 |
+
- num_epochs: 10
|
41 |
+
|
42 |
+
The best model was selected based on the highest accuracy, which is the key evaluation metric for this task.
|
|
|
|
|
43 |
|
44 |
### Framework versions
|
45 |
|