Tanel commited on
Commit
4586d86
1 Parent(s): dbe74d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -168,7 +168,7 @@ print(prediction[3])
168
  ['th']
169
 
170
  # Alternatively, use the utterance embedding extractor:
171
- emb = language_id.encode_batch(signal_resampled)
172
  print(emb.shape)
173
  torch.Size([1, 1, 256])
174
  ```
@@ -208,7 +208,7 @@ Error rate: 7% on the development dataset
208
  ```bibtex
209
  @inproceedings{valk2021slt,
210
  title={{VoxLingua107}: a Dataset for Spoken Language Recognition},
211
- author={J{\\"o}rgen Valk and Tanel Alum{\\"a}e},
212
  booktitle={Proc. IEEE SLT Workshop},
213
  year={2021},
214
  }
168
  ['th']
169
 
170
  # Alternatively, use the utterance embedding extractor:
171
+ emb = language_id.encode_batch(signal)
172
  print(emb.shape)
173
  torch.Size([1, 1, 256])
174
  ```
208
  ```bibtex
209
  @inproceedings{valk2021slt,
210
  title={{VoxLingua107}: a Dataset for Spoken Language Recognition},
211
+ author={J{\"o}rgen Valk and Tanel Alum{\"a}e},
212
  booktitle={Proc. IEEE SLT Workshop},
213
  year={2021},
214
  }