File size: 607 Bytes
1da6a4e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
name: Qwen-2.5-base-tron-7b
merge_method: sce
parameters:
select_topk: 0.666
normalize: true
dtype: float32
out_dtype: bfloat16
base_model: Jebadiah/Aria-ruby-v3
tokenizer:
source: union
special_tokens: keep_all
priority: none
add_padding_token: true
force_fast_tokenizer: true # Can help with compatibility
resolve_conflicts: append_ids # Append IDs to conflicting tokens to make them unique
models:
- model: xingyaoww/CodeActAgent-Mistral-7b-v0.1
- model: Badgids/Gonzo-Code-7B
- model: Jebadiah/Aria-ruby-v3
- model: flammenai/flammen31-mistral-7B
- model: fhai50032/SamChat
|