Update README.md
Browse files
README.md
CHANGED
@@ -93,7 +93,7 @@ print(prediction[1].exp())
|
|
93 |
# tensor([0.9850])
|
94 |
# The identified language ISO code is given in prediction[3]
|
95 |
print(prediction[3])
|
96 |
-
# ['
|
97 |
|
98 |
# Alternatively, use the utterance embedding extractor:
|
99 |
emb = language_id.encode_batch(signal)
|
|
|
93 |
# tensor([0.9850])
|
94 |
# The identified language ISO code is given in prediction[3]
|
95 |
print(prediction[3])
|
96 |
+
# ['ot: Other']
|
97 |
|
98 |
# Alternatively, use the utterance embedding extractor:
|
99 |
emb = language_id.encode_batch(signal)
|