Commit 
							
							·
						
						7347c38
	
1
								Parent(s):
							
							2c5a8ce
								
Add training code link to README.
Browse files
    	
        README.md
    CHANGED
    
    | @@ -37,3 +37,6 @@ with torch.no_grad(): | |
| 37 | 
             
                texts = processor.batch_decode(preds)
         | 
| 38 | 
             
            print(texts[0])
         | 
| 39 | 
             
            ```
         | 
|  | |
|  | |
|  | 
|  | |
| 37 | 
             
                texts = processor.batch_decode(preds)
         | 
| 38 | 
             
            print(texts[0])
         | 
| 39 | 
             
            ```
         | 
| 40 | 
            +
             | 
| 41 | 
            +
            ## Training
         | 
| 42 | 
            +
            The code to train this model is available at https://github.com/agkphysics/amharic-asr.
         | 
