Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ tags:
|
|
9 |
|
10 |
# Model Card: UltraVAD
|
11 |
|
12 |
-
UltraVAD is a context-aware, audio-native endpointing model. It estimates the probability that a speaker has finished their turn in real time by fusing recent dialog text with the user’s audio. UltraVAD produces a probability for the end-of-turn token `<|eot_id
|
13 |
|
14 |
## Model Details
|
15 |
|
|
|
9 |
|
10 |
# Model Card: UltraVAD
|
11 |
|
12 |
+
UltraVAD is a context-aware, audio-native endpointing model. It estimates the probability that a speaker has finished their turn in real time by fusing recent dialog text with the user’s audio. UltraVAD consumes the dialogue history and the last user audio turn, then produces a probability for the end-of-turn token `<|eot_id|>`.
|
13 |
|
14 |
## Model Details
|
15 |
|