AlexHung29629 commited on
Commit
d63f37c
·
verified ·
1 Parent(s): b9c0420

Update ultravox_processing.py

Browse files
Files changed (1) hide show
  1. ultravox_processing.py +1 -0
ultravox_processing.py CHANGED
@@ -175,6 +175,7 @@ class UltravoxProcessor(transformers.ProcessorMixin):
175
  add_special_tokens=False,
176
  )
177
  )
 
178
  data["audio_token_start_idx"].append(start_idx)
179
 
180
  # Replace the audio placeholder with the audio token.
 
175
  add_special_tokens=False,
176
  )
177
  )
178
+ print(f"{start_idx=}, {t=}")
179
  data["audio_token_start_idx"].append(start_idx)
180
 
181
  # Replace the audio placeholder with the audio token.