Update README.md
Browse files
README.md
CHANGED
|
@@ -18,14 +18,14 @@ model-index:
|
|
| 18 |
---
|
| 19 |
# Masakhane Benchmark Models
|
| 20 |
|
| 21 |
-
I created
|
| 22 |
|
| 23 |
-
To access the space click [here](https://huggingface.co/spaces/chrisjay/masakhane-benchmarks)
|
| 24 |
|
| 25 |
To include your language, all you need to do is:
|
| 26 |
1. Create a folder in the format *src-tgt/main* for your language pair, if it does not exist.
|
| 27 |
2. Inside the *main* folder put the following files:
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
|
|
|
| 18 |
---
|
| 19 |
# Masakhane Benchmark Models
|
| 20 |
|
| 21 |
+
I created this demo for very easy interaction with the [benchmark models on Masakhane](https://github.com/masakhane-io/masakhane-mt/tree/master/benchmarks) which were trained with [JoeyNMT](https://github.com/chrisemezue/joeynmt)(my forked version).
|
| 22 |
|
| 23 |
+
To access the space click [here](https://huggingface.co/spaces/chrisjay/masakhane-benchmarks).
|
| 24 |
|
| 25 |
To include your language, all you need to do is:
|
| 26 |
1. Create a folder in the format *src-tgt/main* for your language pair, if it does not exist.
|
| 27 |
2. Inside the *main* folder put the following files:
|
| 28 |
+
i. model checkpoint. Rename it to `best.ckpt`.
|
| 29 |
+
ii. `config.yaml` file. This is the JoeyNMT config file which loads the model an pre-processing parameters.
|
| 30 |
+
iii. `src_vocab.txt` file.
|
| 31 |
+
iv. `trg_vocab.txt` file.
|