Views
No views yet
1model_name: "r1o-et"
2models:
3 - model: marcuscedricridia/cursa-o1-7b
4 #no parameters necessary for base model
5 - model: huihui-ai/DeepSeek-R1-Distill-Qwen-7B-abliterated-v2
6 parameters:
7 density: 0.5
8 weight: 0.5
9 - model: suayptalha/Clarus-7B-v0.2
10 parameters:
11 density: 0.5
12 weight: 0.5
13
14merge_method: dare_linear
15base_model: marcuscedricridia/cursa-o1-7b
16parameters:
17 normalize: false
18 int8_mask: true
19dtype: bfloat16
20tokenizer_source: "union" # or "base" or a model path
21chat_template: "auto" # or a template name or Jinja2 template
22