aguilara42 commited on
Commit
62f896a
1 Parent(s): 04b645a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - audacity
4
+ inference: false
5
+ ---
6
+
7
+ # Text to Speech Model
8
+ ## Being used for the `Audio Labeler` effect in Audacity
9
+
10
+ metadata:
11
+ ```
12
+ {
13
+ metadata = {
14
+ 'sample_rate': 16000,
15
+ 'domain_tags': ['speech'],
16
+ 'short_description': 'I will label your speech into text :]',
17
+ 'long_description':
18
+ 'This is an Audacity wrapper for the model, '
19
+ 'forked from the repository '
20
+ 'facebook/s2t-medium-librispeech-asr'
21
+ 'This model was trained by Changhan Wang'
22
+ 'and Yun Tang and Xutai Ma and Anne Wu'
23
+ 'and Dmytro Okhonko and Juan Pino.',
24
+ 'tags': ['speech-to-text'],
25
+ 'effect_type': 'waveform-to-labels',
26
+ 'multichannel': False,
27
+ 'labels': ["<pad>", "<s>", "</s>", "<unk>", "|", "E", "T", "A", "O", "N", "I", "H", "S", "R", "D", "L", "U", "M", "W", "C", "F", "G", "Y", "P", "B", "V", "K", "'", "X", "J", "Q", "Z"],
28
+ }
29
+ ```