gonzalez-agirre
commited on
Commit
·
aa38fbc
1
Parent(s):
41cce32
Update README.md
Browse files
README.md
CHANGED
@@ -95,7 +95,7 @@ pprint(ner_results)
|
|
95 |
We used the NER dataset in Catalan called [Ancora-ca-NER](https://huggingface.co/datasets/projecte-aina/ancora-ca-ner) for training and evaluation.
|
96 |
|
97 |
### Training Procedure
|
98 |
-
The model was trained with a batch size of 16 and a learning rate of 5e-5 for 5 epochs. We then selected the best checkpoint using the downstream task metric in the corresponding development set
|
99 |
|
100 |
## Evaluation
|
101 |
|
@@ -150,4 +150,4 @@ This work was funded by the [Departament de la Vicepresidència i de Polítiques
|
|
150 |
|
151 |
## Contributions
|
152 |
|
153 |
-
[N/A]
|
|
|
95 |
We used the NER dataset in Catalan called [Ancora-ca-NER](https://huggingface.co/datasets/projecte-aina/ancora-ca-ner) for training and evaluation.
|
96 |
|
97 |
### Training Procedure
|
98 |
+
The model was trained with a batch size of 16 and a learning rate of 5e-5 for 5 epochs. We then selected the best checkpoint using the downstream task metric in the corresponding development set and then evaluated it on the test set.
|
99 |
|
100 |
## Evaluation
|
101 |
|
|
|
150 |
|
151 |
## Contributions
|
152 |
|
153 |
+
[N/A]
|