Views
No views yet
SYSTEM: {system_message}
USER: {prompt}
ASSISTANT:max_position_embeddings in config.json to a lower value than 200,000, otherwise you will OOM! I do not recommend running high context without context-efficient backends like exllamav2, litellm or unsloth.1models:
2 - model: /home/alpha/Models/Raw/chargoddard_Yi-34B-Llama
3 # No parameters necessary for base model
4 - model: /home/alpha/Storage/Models/Raw/chargoddard_Yi-34B-200K-Llama
5 #200K base to extend the context of 4K models, max density as we *want* it to 'interfere'
6 parameters:
7 weight: 0.33
8 density: 1
9 - model: /home/alpha/Models/Raw/Weyaxi_Nous-Hermes-2-SUS-Chat-34B-Slerp
10 parameters:
11 weight: 0.15
12 density: 0.36
13 - model: /home/alpha/Models/Raw/jondurbin_bagel-dpo-34b-v0.2
14 #Mix dpo with sft to tone down dpo
15 parameters:
16 weight: 0.06
17 density: 0.36
18 - model: /home/alpha/Models/Raw/jondurbin_bagel-34b-v0.2
19 parameters:
20 weight: 0.06
21 density: 0.41
22 - model: /home/alpha/Models/Raw/bhenrym14_platypus-yi-34b
23 #Vicuna format
24 parameters:
25 weight: 0.19
26 density: 0.41
27 # - model: /home/alpha/Models/Raw/01-ai_Yi-34B-Chat #+/home/alpha/Models/Raw/Doctor-Shotgun_limarpv3-yi-llama-34b-lora
28 # #Can't get lora OR base model to work without erroring out?
29 # parameters:
30 # weight: 0.04
31 # density: 0.36
32 - model: /home/alpha/Models/Raw/TriadParty_deepsex-34b
33 #Base model with no prompt
34 parameters:
35 weight: 0.21
36 density: 0.39
37merge_method: dare_ties
38tokenizer_source: union
39base_model: /home/alpha/Models/Raw/chargoddard_Yi-34B-Llama
40parameters:
41 int8_mask: true
42dtype: bfloat16
43name: 4kmerge-v2
44---
45models:
46 - model: /home/alpha/Storage/Models/Raw/chargoddard_Yi-34B-200K-Llama
47 # No parameters necessary for base model
48 - model: /home/alpha/Storage/Models/Raw/migtissera_Tess-34B-v1.4
49 #Emphasize the beginning of Vicuna format models
50 parameters:
51 weight: [0.22, 0.113, 0.113, 0.113, 0.113, 0.113]
52 density: 0.61
53 - model: /home/alpha/Models/Raw/Mihaiii_Pallas-0.5
54 # Vicuna format
55 parameters:
56 weight: [0.22, 0.113, 0.113, 0.113, 0.113, 0.113]
57 density: 0.61
58 - model: /home/alpha//Storage/Models/Raw/bhenrym14_airoboros-3_1-yi-34b-200k
59 parameters:
60 weight: [0.02, 0.081, 0.081, 0.081, 0.081, 0.081]
61 density: 0.59
62 - model: /home/alpha/Storage/Models/Raw/jondurbin_bagel-34b-v0.2
63 #Only the SFT in the main merge since the DPO version seems to have no long context ability at all, and some overfitting(?) issues
64 parameters:
65 weight: [0.02, 0.093, 0.093, 0.093, 0.093, 0.093]
66 density: 0.4
67 - model: /home/alpha/Storage/Models/Raw/kyujinpy_PlatYi-34B-200k-Q-FastChat
68 parameters:
69 weight: [0.02, 0.081, 0.081, 0.081, 0.081, 0.081]
70 density: 0.59
71 #- model: /home/alpha/Storage/Models/Raw/ehartford_dolphin-2.2-yi-34b-200k
72 # Dolphin 200K seems to be funky according to multiple leaderboards and perplexity tests?
73 # parameters:
74 # weight: 0.15
75 # density: 0.6
76 - model: /home/alpha/Models/Raw/adamo1139_Yi-34B-200K-AEZAKMI-v2
77 parameters:
78 weight: [0.02, 0.096, 0.096, 0.096, 0.096, 0.096]
79 density: 0.59
80 - model: /home/alpha/Storage/Models/Raw/Nous-Capybara-34B
81 parameters:
82 weight: [0.21, 0.115, 0.115, 0.115, 0.115, 0.115]
83 density: 0.59
84 - model: 4kmerge-v2
85 #Previous merge
86 parameters:
87 weight: [0.02, 0.115, 0.115, 0.115, 0.115, 0.115]
88 density: 0.4
89 - model: /home/alpha/Models/Raw/migtissera_Tess-M-Creative-v1.0
90 # Vicuna format
91 parameters:
92 weight: [0.21, 0.09, 0.09, 0.09, 0.09, 0.09]
93 density: 0.61
94 - model: /home/alpha/Models/Raw/TriadParty_deepmoney-34b-200k-base
95 # No prompt format, native long context full finetune
96 parameters:
97 weight: [0.04, 0.103, 0.103, 0.103, 0.103, 0.103]
98 density: 0.61
99merge_method: dare_ties
100tokenizer_source: union
101base_model: /home/alpha/Storage/Models/Raw/chargoddard_Yi-34B-200K-Llama
102parameters:
103 int8_mask: true
104dtype: bfloat16