Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ Distilled model from a Tatoeba-MT Teacher: [OPUS-MT-models/fr-en/opus-2020-02-26
|
|
| 20 |
|
| 21 |
We used the [OpusDistillery](https://github.com/Helsinki-NLP/OpusDistillery) to train new a new student with the tiny architecture, with a regular transformer decoder.
|
| 22 |
For training data, we used [Tatoeba](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/data).
|
| 23 |
-
The configuration file fed into OpusDistillery can be found [here]().
|
| 24 |
|
| 25 |
## How to run
|
| 26 |
```python
|
|
|
|
| 20 |
|
| 21 |
We used the [OpusDistillery](https://github.com/Helsinki-NLP/OpusDistillery) to train new a new student with the tiny architecture, with a regular transformer decoder.
|
| 22 |
For training data, we used [Tatoeba](https://github.com/Helsinki-NLP/Tatoeba-Challenge/tree/master/data).
|
| 23 |
+
The configuration file fed into OpusDistillery can be found [here](https://github.com/Helsinki-NLP/OpusDistillery/blob/main/configs/opustranslate_hf/config.op.fr-en.yml).
|
| 24 |
|
| 25 |
## How to run
|
| 26 |
```python
|