File tree 1 file changed +2
-2
lines changed
keras_hub/src/models/gemma3
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ class Gemma3CausalLMPreprocessor(CausalLMPreprocessor):
40
40
41
41
For use with generation, the layer also exposes two methods
42
42
`generate_preprocess()` and `generate_postprocess()`. When this preprocessor
43
- is attached to a `keras_hub.models.GemmaCausalLM ` instance, these methods
43
+ is attached to a `keras_hub.models.Gemma3CausalLM ` instance, these methods
44
44
will be called implicitly in `generate()`. They can also be called
45
45
standalone (e.g. to precompute preprocessing inputs for generation in a
46
46
separate process).
47
47
48
48
Args:
49
- tokenizer: A `keras_hub.models.GemmaTokenizer ` instance.
49
+ tokenizer: A `keras_hub.models.Gemma3Tokenizer ` instance.
50
50
image_converter: A `keras_hub.layers.ImageConverter` instance. Defaults
51
51
to `None`.
52
52
sequence_length: The length of the packed inputs. Defaults to 1024.
You can’t perform that action at this time.
0 commit comments