eddiegulay commited on
Commit
672a841
1 Parent(s): b8a0301

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ```python
2
  from transformers import WhisperProcessor, WhisperForConditionalGeneration
3
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - mozilla-foundation/common_voice_13_0
5
+ language:
6
+ - sw
7
+ library_name: transformers
8
+ tags:
9
+ - language
10
+ - swahili
11
+ - asr
12
+ - mozilla
13
+ ---
14
  ```python
15
  from transformers import WhisperProcessor, WhisperForConditionalGeneration
16