AlexHung29629
commited on
Update ultravox_processing.py
Browse files- 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.
|