osanseviero commited on
Commit
a7021d8
·
1 Parent(s): 9c69088

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -101,14 +101,24 @@ metrics:
101
  - bleu
102
  - wer
103
  - chrf
104
- inference: false
105
  tags:
106
  - automatic-speech-recognition
107
  - audio-to-audio
108
  - text-to-speech
109
  - seamless_communication
110
  library_name: transformers
111
- pipeline_tag: text-to-speech
 
 
 
 
 
 
 
 
 
 
 
112
  ---
113
 
114
  # SeamlessM4T v2
 
101
  - bleu
102
  - wer
103
  - chrf
 
104
  tags:
105
  - automatic-speech-recognition
106
  - audio-to-audio
107
  - text-to-speech
108
  - seamless_communication
109
  library_name: transformers
110
+ pipeline_tag: automatic-speech-recognition
111
+ inference: false
112
+ widget:
113
+ - src: https://cdn-media.huggingface.co/speech_samples/sample1.flac
114
+ example_title: Librispeech sample 1
115
+ output:
116
+ text: "Hello my name is Julien"
117
+ - src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
118
+ example_title: Librispeech sample 2
119
+ output:
120
+ text: "Hello my name is Omar"
121
+
122
  ---
123
 
124
  # SeamlessM4T v2