iamtarun commited on
Commit
f3146d2
1 Parent(s): 0467a60

Added YAML

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -1,3 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Wav2Vec-OSR
2
  Finetuned facebook's wav2vec2 model for speech to text module of [The Sound Of AI open source research group](https://thesoundofaiosr.github.io/).
3
 
 
1
+ ---
2
+ language: en
3
+ datasets:
4
+ - librispeech_asr
5
+ tags:
6
+ - audio
7
+ - automatic-speech-recognition
8
+ - speech to text
9
+ license: apache-2.0
10
+ widget:
11
+ - label: OSR sample 1
12
+ src: https://github.com/TheSoundOfAIOSR/rg_speech_to_text/blob/main/data/finetuning-dataset/audiofiles/TA-17.wav?raw=true
13
+ - label: OSR sample 2
14
+ src: https://github.com/TheSoundOfAIOSR/rg_speech_to_text/blob/main/data/finetuning-dataset/audiofiles/TK-17.wav?raw=true
15
+ - label: Librispeech sample 1
16
+ src: https://cdn-media.huggingface.co/speech_samples/sample1.flac
17
+ - label: Librispeech sample 2
18
+ src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
19
+ ---
20
+
21
  # Wav2Vec-OSR
22
  Finetuned facebook's wav2vec2 model for speech to text module of [The Sound Of AI open source research group](https://thesoundofaiosr.github.io/).
23