Views
No views yet
1models:
2 - model: mattshumer/Reflection-Llama-3.1-70B
3merge_method: passthrough
4base_model: mattshumer/Reflection-Llama-3.1-70B
5
6
7
8
9
10
11parameters:
12
13 normalize: false
14 int8_mask: true
15 rescale: false
16
17dtype: float32
18out_dtype: bfloat16
19
20chat_template: llama3
21tokenizer:
22 source: union
23 pad_to_multiple_of: 8
24
25