patricklifixie commited on
Commit
1b1ebcb
·
verified ·
1 Parent(s): a14178e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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|>`, and uses the Ultravox audio projector to become audio-native.
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