mod gemma

This commit is contained in:
l.gabrysiak 2025-02-26 14:07:49 +01:00
parent 9bc9549c4f
commit 94e6902e60
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ lora_config = LoraConfig(
model = get_peft_model(model, lora_config) model = get_peft_model(model, lora_config)
# 7⃣ Tokenizacja danych # 7⃣ Tokenizacja danych
max_length = 385 #384 max_length = 384
def tokenize_function(examples): def tokenize_function(examples):
return tokenizer( return tokenizer(