Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ library_name: fairseq
|
|
14 |
## Model description
|
15 |
|
16 |
This model was trained from scratch using the [Fairseq toolkit](https://fairseq.readthedocs.io/en/latest/) on a combination of English-Catalan datasets,
|
17 |
-
which after filtering and cleaning comprised 30.023.034 sentence pairs. The model was evaluated on
|
18 |
|
19 |
## Intended uses and limitations
|
20 |
|
@@ -95,7 +95,7 @@ The following hyperparamenters were set on the Fairseq toolkit:
|
|
95 |
| Dropout | 0.1 |
|
96 |
| Label smoothing | 0.1 |
|
97 |
|
98 |
-
The model was trained for a total of 16000 updates. Weights were saved every 1000 updates and reported results are the average of the last
|
99 |
|
100 |
## Evaluation
|
101 |
|
|
|
14 |
## Model description
|
15 |
|
16 |
This model was trained from scratch using the [Fairseq toolkit](https://fairseq.readthedocs.io/en/latest/) on a combination of English-Catalan datasets,
|
17 |
+
which after filtering and cleaning comprised 30.023.034 sentence pairs. The model was evaluated on several public datasets comprising different domains.
|
18 |
|
19 |
## Intended uses and limitations
|
20 |
|
|
|
95 |
| Dropout | 0.1 |
|
96 |
| Label smoothing | 0.1 |
|
97 |
|
98 |
+
The model was trained for a total of 16000 updates. Weights were saved every 1000 updates and reported results are the average of the last 2 checkpoints.
|
99 |
|
100 |
## Evaluation
|
101 |
|