Skip to content

Commit eee21a7

Browse files
authored
Notebook update for Gemma 3n on HF - fix typo (#598)
1 parent d187670 commit eee21a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/gemma/docs/core/huggingface_inference.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@
502502
"id": "vpp8tZDFU-UJ"
503503
},
504504
"source": [
505-
"You can include multiple images in your prompt by including additional `\"type\": \"audio\",` entries in the `content` list. If you are prompting with audio data, but without a template, use the `<audio_soft_token>` syntax in the text of your prompt.\n",
505+
"You can include multiple audio files in your prompt by including additional `\"type\": \"audio\",` entries in the `content` list. If you are prompting with audio data, but without a template, use the `<audio_soft_token>` syntax in the text of your prompt.\n",
506506
"\n",
507507
"Note: Do not use `<audio_soft_token>` tokens in text portion of a prompt template as this approach creates redundant tokens and processing errors. The Transformers library uses `<audio_soft_token>` as a placeholder for images in prompts, rather than `<start_of_audio>` for consistency across models."
508508
]

0 commit comments

Comments
 (0)