Update README.md
Browse files
README.md
CHANGED
@@ -92,7 +92,7 @@ pprint(tc_results)
|
|
92 |
We used the TC dataset in Catalan called [WikiCAT_ca](https://huggingface.co/datasets/projecte-aina/WikiCAT_ca) for training and evaluation.
|
93 |
|
94 |
### Training Procedure
|
95 |
-
The model was trained with a batch size of
|
96 |
|
97 |
## Evaluation
|
98 |
|
|
|
92 |
We used the TC dataset in Catalan called [WikiCAT_ca](https://huggingface.co/datasets/projecte-aina/WikiCAT_ca) for training and evaluation.
|
93 |
|
94 |
### Training Procedure
|
95 |
+
The model was trained with a batch size of 16 and three learning rates (1e-5, 3e-5, 5e-5) for 10 epochs. We then selected the best learning rate (3e-5) and checkpoint (epoch 3, step 1857) using the downstream task metric in the corresponding development set.
|
96 |
|
97 |
## Evaluation
|
98 |
|