chrisjay commited on
Commit
8edcce0
1 Parent(s): afa4e55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -28,4 +28,19 @@ To include your language, all you need to do is:
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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.
32
+
33
+ The space currently supports these languages:
34
+ | source language | target language |
35
+ |:---------------:|:---------------:|
36
+ | English | Swahili |
37
+ | English | Afrikaans |
38
+ | English | Arabic |
39
+ | Efik | English |
40
+ | English | Hausa |
41
+ | English | Igbo |
42
+ | English | Fon |
43
+ | English | Twi |
44
+ | Shona | English |
45
+ | Swahili | English |
46
+ | Yoruba | English |