patricklifixie commited on
Commit
824b6e1
·
verified ·
1 Parent(s): 45d803b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -107,9 +107,9 @@ pipe({'audio': audio, 'turns': turns, 'sampling_rate': sr}, max_new_tokens=30)
107
 
108
  The model uses a pre-trained [GLM-4.5](https://huggingface.co/zai-org/GLM-4.5) backbone as well as the encoder part of [whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo).
109
 
110
- The multi-modal adapter is trained, the Whisper encoder is fine-tuned, and the Llama model is kept frozen.
111
 
112
- We use a knowledge-distillation loss where Ultravox is trying to match the logits of the text-based Llama backbone.
113
 
114
  ### Training Data
115
 
 
107
 
108
  The model uses a pre-trained [GLM-4.5](https://huggingface.co/zai-org/GLM-4.5) backbone as well as the encoder part of [whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo).
109
 
110
+ The multi-modal adapter is trained, the Whisper encoder is fine-tuned, and the GLM model is kept frozen.
111
 
112
+ We use a knowledge-distillation loss where Ultravox is trying to match the logits of the text-based GLM backbone.
113
 
114
  ### Training Data
115