patrickvonplaten commited on
Commit
8299be7
Β·
1 Parent(s): 9f4b924

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -14,6 +14,7 @@ Massively multilingual speech recognizer from Meta AI. The model is a 1B-param t
14
  ​
15
  ![model image](https://raw.githubusercontent.com/cwkeam/scientific-images/main/MCTCT/mctct-arch.png)
16
  ​
 
17
  The original Flashlight code, model checkpoints, and Colab notebook can be found at https://github.com/flashlight/wav2letter/tree/main/recipes/mling_pl .
18
  ​
19
  ​
@@ -31,8 +32,10 @@ Authors: Loren Lugosch, Tatiana Likhomanenko, Gabriel Synnaeve, Ronan Collobert
31
  year={2022}
32
  }
33
  ```
34
- ​
35
- Additional thanks to [Chan Woo Kim](https://huggingface.co/cwkeam) and [Patrick von Platen](https://huggingface.co/patrickvonplaten) for porting the model from Flashlight to PyTorch.
 
 
36
  ​
37
  # Training method
38
  ​
 
14
  ​
15
  ![model image](https://raw.githubusercontent.com/cwkeam/scientific-images/main/MCTCT/mctct-arch.png)
16
  ​
17
+
18
  The original Flashlight code, model checkpoints, and Colab notebook can be found at https://github.com/flashlight/wav2letter/tree/main/recipes/mling_pl .
19
  ​
20
  ​
 
32
  year={2022}
33
  }
34
  ```
35
+
36
+ ## Contribution
37
+
38
+ A huge thanks to [Chan Woo Kim](https://huggingface.co/cwkeam) for porting the model from Flashlight C++ to PyTorch.
39
  ​
40
  # Training method
41
  ​