feat: add gemma3n multimodal mode
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
base_model: google/gemma-3n-E2B-it
|
||||
|
||||
model_type: AutoModelForCausalLM
|
||||
tokenizer_type: AutoTokenizer
|
||||
# Automatically upload checkpoint and final model to HF
|
||||
# hub_model_id: username/custom_model_name
|
||||
|
||||
@@ -18,8 +16,8 @@ load_in_4bit: true
|
||||
# - lm_head
|
||||
# - embed_tokens
|
||||
|
||||
# huggingface repo
|
||||
# chat_template: gemma3
|
||||
|
||||
chat_template: gemma3n
|
||||
eot_tokens:
|
||||
- <end_of_turn>
|
||||
datasets:
|
||||
|
||||
Reference in New Issue
Block a user