TanelAlumae
commited on
Commit
·
692931c
1
Parent(s):
66c8bfd
Now uses language labels of the form code: Language
Browse files
README.md
CHANGED
@@ -190,7 +190,7 @@ print(prediction[1].exp())
|
|
190 |
tensor([0.9850])
|
191 |
# The identified language ISO code is given in prediction[3]
|
192 |
print(prediction[3])
|
193 |
-
['th']
|
194 |
|
195 |
# Alternatively, use the utterance embedding extractor:
|
196 |
emb = language_id.encode_batch(signal)
|
|
|
190 |
tensor([0.9850])
|
191 |
# The identified language ISO code is given in prediction[3]
|
192 |
print(prediction[3])
|
193 |
+
['th: Thai']
|
194 |
|
195 |
# Alternatively, use the utterance embedding extractor:
|
196 |
emb = language_id.encode_batch(signal)
|