chrisjay commited on
Commit
024b062
1 Parent(s): 0fa32cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -25,7 +25,7 @@ To access the space click [here](https://huggingface.co/spaces/chrisjay/masakhan
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.
 
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
+ 1. model checkpoint. Rename it to `best.ckpt`.
29
+ 2. `config.yaml` file. This is the JoeyNMT config file which loads the model an pre-processing parameters.
30
+ 3. `src_vocab.txt` file.
31
+ 4. `trg_vocab.txt` file.