fahadqazi commited on
Commit
b42504f
·
verified ·
1 Parent(s): 3152dd0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -8,4 +8,5 @@ How it works?
8
  4) If video language is english then uses speech brain's accent id classifier to show speaker accent along with confidence score.
9
 
10
  Q: What if my transformer version doesn't expose `return_language` for `whisper-tiny`?
 
11
  A: Then it will approximate the language by counting which language's tokens it is using the most.
 
8
  4) If video language is english then uses speech brain's accent id classifier to show speaker accent along with confidence score.
9
 
10
  Q: What if my transformer version doesn't expose `return_language` for `whisper-tiny`?
11
+
12
  A: Then it will approximate the language by counting which language's tokens it is using the most.