jegou commited on
Commit
3cd2077
1 Parent(s): d928a93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -13,6 +13,9 @@ Moshi is a speech-text foundation model and full-duplex spoken dialogue framewor
13
 
14
  ## Model Details
15
 
 
 
 
16
  ### Model Description
17
 
18
  Moshi is a speech-text foundation model that casts spoken dialogue as speech-to-speech generation. Starting from a text language model backbone, Moshi generates speech as tokens from the residual quantizer of a neural audio codec, while modeling separately its own speech and that of the user into parallel streams. This allows for the removal of explicit speaker turns, and the modeling of arbitrary conversational dynamics.
 
13
 
14
  ## Model Details
15
 
16
+ Candle (Rust) version with bf16 precision.
17
+
18
+
19
  ### Model Description
20
 
21
  Moshi is a speech-text foundation model that casts spoken dialogue as speech-to-speech generation. Starting from a text language model backbone, Moshi generates speech as tokens from the residual quantizer of a neural audio codec, while modeling separately its own speech and that of the user into parallel streams. This allows for the removal of explicit speaker turns, and the modeling of arbitrary conversational dynamics.