chrisjay commited on
Commit
0fa32cc
1 Parent(s): 20a72dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -18,14 +18,14 @@ model-index:
18
  ---
19
  # Masakhane Benchmark Models
20
 
21
- I created a 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
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
- a. model checkpoint. Rename it to `best.ckpt`.
29
- b. `config.yaml` file. This is the JoeyNMT config file which loads the model an pre-processing parameters.
30
- c. `src_vocab.txt` file.
31
- d. `trg_vocab.txt` file.
 
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.