1
2temperature: 1.3 # high creativity and avoids self-censorship
3
4top_k: 60 # maintains diversity without truncation
5
6top_p: 0.96 # avoids premature filtering
7
8repetition_penalty: 1.0 # allows continuity without abrupt cuts
9
10max_new_tokens: 1024 # long generation time
This model was merged using the Passthrough merge method using
jkazdan/google_gemma-3-1b-it_LLM-LAT_harmful-dataset_harmful_3594_of_4950 as a base.
1base_model: jkazdan/google_gemma-3-1b-it_LLM-LAT_harmful-dataset_harmful_3594_of_4950
2merge_method: passthrough
3dtype: bfloat16
4
5# INTENCIONAL:
6# - este merge es solo para pasar el checkpoint tal cual
7# - no introduce pesos extra, no rompe la carga
8# - permitiendo generación con mínima autocensura
9
10models:
11 - model: jkazdan/google_gemma-3-1b-it_LLM-LAT_harmful-dataset_harmful_3594_of_4950
12