Sanchit Gandhi
		
	commited on
		
		
					Commit 
							
							·
						
						dcff463
	
1
								Parent(s):
							
							df8214a
								
Add scripts and weights
Browse files
    	
        README.md
    CHANGED
    
    | @@ -5,7 +5,8 @@ tags: | |
| 5 | 
             
            - esc
         | 
| 6 | 
             
            datasets:
         | 
| 7 | 
             
            - spgispeech
         | 
| 8 | 
            -
            --- | 
|  | |
| 9 | 
             
            ```python 
         | 
| 10 | 
             
            #!/usr/bin/env bash
         | 
| 11 | 
             
            python run_flax_speech_recognition_seq2seq.py \
         | 
|  | |
| 5 | 
             
            - esc
         | 
| 6 | 
             
            datasets:
         | 
| 7 | 
             
            - spgispeech
         | 
| 8 | 
            +
            ---
         | 
| 9 | 
            +
            To reproduce this run, execute: 
         | 
| 10 | 
             
            ```python 
         | 
| 11 | 
             
            #!/usr/bin/env bash
         | 
| 12 | 
             
            python run_flax_speech_recognition_seq2seq.py \
         |