We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca3554 commit 8f86502Copy full SHA for 8f86502
src/models/paligemma/processing_paligemma.js
@@ -44,7 +44,6 @@ export class PaliGemmaProcessor extends Processor {
44
const image_seq_length = this.image_processor.config.image_seq_length;
45
let input_strings;
46
if (text.some((t) => t.includes(IMAGE_TOKEN))) {
47
- console.log('this.image_processor.config', this.image_processor.config)
48
input_strings = text.map(
49
sample => {
50
const expanded_sample = sample.replaceAll(IMAGE_TOKEN, IMAGE_TOKEN.repeat(image_seq_length));
0 commit comments