sahita commited on
Commit
3225f7f
1 Parent(s): c773b8d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +161 -0
README.md CHANGED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - multilingual
4
+ - en
5
+ - mr
6
+ thumbnail:
7
+ tags:
8
+ - audio-classification
9
+ - speechbrain
10
+ - embeddings
11
+ - Language
12
+ - Identification
13
+ - pytorch
14
+ - ECAPA-TDNN
15
+ - TDNN
16
+ - VoxLingua107
17
+ license: "apache-2.0"
18
+ datasets:
19
+ - VoxLingua107
20
+ metrics:
21
+ - Accuracy
22
+ widget:
23
+ - example_title: English Sample
24
+ src: https://cdn-media.huggingface.co/speech_samples/LibriSpeech_61-70968-0000.flac
25
+ ---
26
+
27
+ # VoxLingua107 ECAPA-TDNN Spoken Language Identification Model
28
+
29
+ ## Model description
30
+
31
+ This is a spoken language recognition model trained on the VoxLingua107 dataset using SpeechBrain.
32
+ The model uses the ECAPA-TDNN architecture that has previously been used for speaker recognition. However, it uses
33
+ more fully connected hidden layers after the embedding layer, and cross-entropy loss was used for training.
34
+ We observed that this improved the performance of extracted utterance embeddings for downstream tasks.
35
+
36
+ The system is trained with recordings sampled at 16kHz (single channel).
37
+ The code will automatically normalize your audio (i.e., resampling + mono channel selection) when calling *classify_file* if needed.
38
+
39
+ The model can classify a speech utterance according to the language spoken.
40
+ It covers 107 different languages (
41
+ English,
42
+ Hindi).
43
+
44
+ ## Intended uses & limitations
45
+
46
+ The model has two uses:
47
+
48
+ - use 'as is' for spoken language recognition
49
+ - use as an utterance-level feature (embedding) extractor, for creating a dedicated language ID model on your own data
50
+
51
+ The model is trained on automatically collected YouTube data. For more
52
+ information about the dataset, see [here](http://bark.phon.ioc.ee/voxlingua107/).
53
+
54
+
55
+ #### How to use
56
+
57
+ ```python
58
+ import torchaudio
59
+ from speechbrain.pretrained import EncoderClassifier
60
+ language_id = EncoderClassifier.from_hparams(source="sahita/lang-VoxLingua", savedir="tmp")
61
+ # Download Thai language sample from Omniglot and cvert to suitable form
62
+ signal = language_id.load_audio("https://omniglot.com/soundfiles/udhr/udhr_th.mp3")
63
+ prediction = language_id.classify_batch(signal)
64
+ print(prediction)
65
+ # (tensor([[-2.8646e+01, -3.0346e+01, -2.0748e+01, -2.9562e+01, -2.2187e+01,
66
+ # -3.2668e+01, -3.6677e+01, -3.3573e+01, -3.2545e+01, -2.4365e+01,
67
+ # -2.4688e+01, -3.1171e+01, -2.7743e+01, -2.9918e+01, -2.4770e+01,
68
+ # -3.2250e+01, -2.4727e+01, -2.6087e+01, -2.1870e+01, -3.2821e+01,
69
+ # -2.2128e+01, -2.2822e+01, -3.0888e+01, -3.3564e+01, -2.9906e+01,
70
+ # -2.2392e+01, -2.5573e+01, -2.6443e+01, -3.2429e+01, -3.2652e+01,
71
+ # -3.0030e+01, -2.4607e+01, -2.2967e+01, -2.4396e+01, -2.8578e+01,
72
+ # -2.5153e+01, -2.8475e+01, -2.6409e+01, -2.5230e+01, -2.7957e+01,
73
+ # -2.6298e+01, -2.3609e+01, -2.5863e+01, -2.8225e+01, -2.7225e+01,
74
+ # -3.0486e+01, -2.1185e+01, -2.7938e+01, -3.3155e+01, -1.9076e+01,
75
+ # -2.9181e+01, -2.2160e+01, -1.8352e+01, -2.5866e+01, -3.3636e+01,
76
+ # -4.2016e+00, -3.1581e+01, -3.1894e+01, -2.7834e+01, -2.5429e+01,
77
+ # -3.2235e+01, -3.2280e+01, -2.8786e+01, -2.3366e+01, -2.6047e+01,
78
+ # -2.2075e+01, -2.3770e+01, -2.2518e+01, -2.8101e+01, -2.5745e+01,
79
+ # -2.6441e+01, -2.9822e+01, -2.7109e+01, -3.0225e+01, -2.4566e+01,
80
+ # -2.9268e+01, -2.7651e+01, -3.4221e+01, -2.9026e+01, -2.6009e+01,
81
+ # -3.1968e+01, -3.1747e+01, -2.8156e+01, -2.9025e+01, -2.7756e+01,
82
+ # -2.8052e+01, -2.9341e+01, -2.8806e+01, -2.1636e+01, -2.3992e+01,
83
+ # -2.3794e+01, -3.3743e+01, -2.8332e+01, -2.7465e+01, -1.5085e-02,
84
+ # -2.9094e+01, -2.1444e+01, -2.9780e+01, -3.6046e+01, -3.7401e+01,
85
+ # -3.0888e+01, -3.3172e+01, -1.8931e+01, -2.2679e+01, -3.0225e+01,
86
+ # -2.4995e+01, -2.1028e+01]]), tensor([-0.0151]), tensor([94]), ['th'])
87
+ # The scores in the prediction[0] tensor can be interpreted as log-likelihoods that
88
+ # the given utterance belongs to the given language (i.e., the larger the better)
89
+ # The linear-scale likelihood can be retrieved using the following:
90
+ print(prediction[1].exp())
91
+ # tensor([0.9850])
92
+ # The identified language ISO code is given in prediction[3]
93
+ print(prediction[3])
94
+ # ['th: Thai']
95
+
96
+ # Alternatively, use the utterance embedding extractor:
97
+ emb = language_id.encode_batch(signal)
98
+ print(emb.shape)
99
+ # torch.Size([1, 1, 256])
100
+ ```
101
+ To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
102
+
103
+ The system is trained with recordings sampled at 16kHz (single channel).
104
+ The code will automatically normalize your audio (i.e., resampling + mono channel selection) when calling *classify_file* if needed. Make sure your input tensor is compliant with the expected sampling rate if you use *encode_batch* and *classify_batch*.
105
+
106
+ #### Limitations and bias
107
+
108
+ Since the model is trained on VoxLingua107, it has many limitations and biases, some of which are:
109
+
110
+ - Probably it's accuracy on smaller languages is quite limited
111
+ - Probably it works worse on female speech than male speech (because YouTube data includes much more male speech)
112
+ - Based on subjective experiments, it doesn't work well on speech with a foreign accent
113
+ - Probably it doesn't work well on children's speech and on persons with speech disorders
114
+
115
+
116
+ ## Training data
117
+
118
+ The model is trained on [VoxLingua107](http://bark.phon.ioc.ee/voxlingua107/).
119
+
120
+ VoxLingua107 is a speech dataset for training spoken language identification models.
121
+ The dataset consists of short speech segments automatically extracted from YouTube videos and labeled according the language of the video title and description, with some post-processing steps to filter out false positives.
122
+
123
+ VoxLingua107 contains data for 107 languages. The total amount of speech in the training set is 6628 hours.
124
+ The average amount of data per language is 62 hours. However, the real amount per language varies a lot. There is also a seperate development set containing 1609 speech segments from 33 languages, validated by at least two volunteers to really contain the given language.
125
+
126
+ ## Training procedure
127
+
128
+ See the [SpeechBrain recipe](https://github.com/speechbrain/speechbrain/tree/voxlingua107/recipes/VoxLingua107/lang_id).
129
+
130
+ ## Evaluation results
131
+
132
+ Error rate: 6.7% on the VoxLingua107 development dataset
133
+
134
+ #### Referencing SpeechBrain
135
+ ```bibtex
136
+ @misc{speechbrain,
137
+ title={{SpeechBrain}: A General-Purpose Speech Toolkit},
138
+ author={Mirco Ravanelli and Titouan Parcollet and Peter Plantinga and Aku Rouhe and Samuele Cornell and Loren Lugosch and Cem Subakan and Nauman Dawalatabad and Abdelwahab Heba and Jianyuan Zhong and Ju-Chieh Chou and Sung-Lin Yeh and Szu-Wei Fu and Chien-Feng Liao and Elena Rastorgueva and François Grondin and William Aris and Hwidong Na and Yan Gao and Renato De Mori and Yoshua Bengio},
139
+ year={2021},
140
+ eprint={2106.04624},
141
+ archivePrefix={arXiv},
142
+ primaryClass={eess.AS},
143
+ note={arXiv:2106.04624}
144
+ }
145
+ ```
146
+
147
+ ### Referencing VoxLingua107
148
+
149
+ ```bibtex
150
+ @inproceedings{valk2021slt,
151
+ title={{VoxLingua107}: a Dataset for Spoken Language Recognition},
152
+ author={J{\"o}rgen Valk and Tanel Alum{\"a}e},
153
+ booktitle={Proc. IEEE SLT Workshop},
154
+ year={2021},
155
+ }
156
+ ```
157
+
158
+ #### About SpeechBrain
159
+ SpeechBrain is an open-source and all-in-one speech toolkit. It is designed to be simple, extremely flexible, and user-friendly. Competitive or state-of-the-art performance is obtained in various domains.
160
+ Website: https://speechbrain.github.io/
161
+ GitHub: https://github.com/speechbrain/speechbrain