File size: 427 Bytes
f33523f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
model_name: "pre-cursa-o1-v1.3"
models:
- model: marcuscedricridia/cursa-o1-7b
- model: marcuscedricridia/sbr-o1-7b
- model: marcuscedricridia/absolute-o1-7b
merge_method: sce
base_model: marcuscedricridia/cursa-o1-7b
parameters:
normalize: false
int8_mask: true
select_topk: 1.5
dtype: bfloat16
tokenizer_source: "union" # or "base" or a model path
chat_template: "auto" # or a template name or Jinja2 template
|