Antoine-caubriere commited on
Commit
2a3f45c
1 Parent(s): dc12a34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -24
README.md CHANGED
@@ -42,32 +42,32 @@ Please cite our paper when using SSA-HuBERT-base-60k model:
42
  ```
43
 
44
  ## Results
45
- The following results are obtained in a greedy mode (no language model rescoring).
46
  Character error rates (CERs) and Word error rates (WERs) are given in the table below, on the 20 languages of the SSA subpart of the FLEURS dataset.
47
 
48
- | **Language** | **CER** | **WER** |
49
- | :----------------- | :--------- | :--------- |
50
- | **Afrikaans** | 23.3 | 68.4 |
51
- | **Amharic** | 15.9 | 52.7 |
52
- | **Fula** | 21.2 | 61.9 |
53
- | **Ganda** | 11.5 | 52.8 |
54
- | **Hausa** | 10.5 | 32.5 |
55
- | **Igbo** | 19.7 | 57.5 |
56
- | **Kamba** | 16.1 | 53.9 |
57
- | **Lingala** | 8.7 | 24.7 |
58
- | **Luo** | 9.9 | 38.9 |
59
- | **Northen-Sotho** | 13.5 | 43.2 |
60
- | **Nyanja** | 13.3 | 54.2 |
61
- | **Oromo** | 22.8 | 78.1 |
62
- | **Shona** | 11.6 | 50.2 |
63
- | **Somali** | 21.6 | 64.9 |
64
- | **Swahili** | 7.1 | 23.8 |
65
- | **Umbundu** | 21.7 | 61.7 |
66
- | **Wolof** | 19.4 | 55.0 |
67
- | **Xhosa** | 11.9 | 51.6 |
68
- | **Yoruba** | 24.3 | 67.5 |
69
- | **Zulu** | 12.2 | 53.4 |
70
- | *Overall average* | *15.8* | *52.3* |
71
 
72
 
73
  ## Reproductibilty
 
42
  ```
43
 
44
  ## Results
45
+ The following results are obtained in a greedy mode **(no language model rescoring)**.
46
  Character error rates (CERs) and Word error rates (WERs) are given in the table below, on the 20 languages of the SSA subpart of the FLEURS dataset.
47
 
48
+ | **Language** | **CER** | **CER (joint finetuning)** | **WER** | **WER (joint finetuning)** |
49
+ | :----------------- | :--------- | :--------- | :--------- | :--------- |
50
+ | **Afrikaans** | 23.3 | 20.3 | 68.4 | 62.6 |
51
+ | **Amharic** | 15.9 | 14.9 | 52.7 | 49.0 |
52
+ | **Fula** | 21.2 | 17.8 | 61.9 | 56.4 |
53
+ | **Ganda** | 11.5 | 10.7 | 52.8 | 50.3 |
54
+ | **Hausa** | 10.5 | 9.0 | 32.5 | 29.4 |
55
+ | **Igbo** | 19.7 | 17.2 | 57.5 | 52.9 |
56
+ | **Kamba** | 16.1 | 15.6 | 53.9 | 53.7 |
57
+ | **Lingala** | 8.7 | 6.9 | 24.7 | 20.9 |
58
+ | **Luo** | 9.9 | 8.2 | 38.9 | 34.9 |
59
+ | **Northen-Sotho** | 13.5 | 11.7 | 43.2 | 38.9 |
60
+ | **Nyanja** | 13.3 | 10.9 | 54.2 | 48.3 |
61
+ | **Oromo** | 22.8 | 20.1 | 78.1 | 74.8 |
62
+ | **Shona** | 11.6 | 8.3 | 50.2 | 39.3 |
63
+ | **Somali** | 21.6 | 19.7 | 64.9 | 60.3 |
64
+ | **Swahili** | 7.1 | 5.5 | 23.8 | 20.3 |
65
+ | **Umbundu** | 21.7 | 18.8 | 61.7 | 54.2 |
66
+ | **Wolof** | 19.4 | 17.0 | 55.0 | 50.7 |
67
+ | **Xhosa** | 11.9 | 9.9 | 51.6 | 45.9 |
68
+ | **Yoruba** | 24.3 | 23.5 | 67.5 | 65.7 |
69
+ | **Zulu** | 12.2 | 9.6 | 53.4 | 44.9 |
70
+ | *Overall average* | *15.8* | *13.8* | *52.3* | *47.7* |
71
 
72
 
73
  ## Reproductibilty