maldv commited on
Commit
2ab604a
·
verified ·
1 Parent(s): 562d1c7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -3
README.md CHANGED
@@ -1,3 +1,45 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - llama-3
5
+ license: cc-by-nc-4.0
6
+ ---
7
+
8
+ # Badger Llama 3 Instruct 32k δ
9
+
10
+ I haven't been releasing my base merges so far, but this one seems worthy.
11
+
12
+ Badger is a *recursive maximally disjoint pairwise normalized fourier interpolation* of the following models:
13
+
14
+ ```python
15
+ models = [
16
+ 'Einstein-v6.1-Llama3-8B',
17
+ 'L3-TheSpice-8b-v0.8.3',
18
+ 'dolphin-2.9-llama3-8b',
19
+ 'Configurable-Hermes-2-Pro-Llama-3-8B',
20
+ 'MAmmoTH2-8B-Plus',
21
+ 'Pantheon-RP-1.0-8b-Llama-3',
22
+ 'Tiamat-8b-1.2-Llama-3-DPO',
23
+ 'Buzz-8b-Large-v0.5',
24
+ 'Kei_Llama3_8B',
25
+ 'Llama-3-Lumimaid-8B-v0.1',
26
+ 'llama-3-cat-8b-instruct-pytorch',
27
+ 'Llama-3SOME-8B-v1',
28
+ 'Roleplay-Llama-3-8B',
29
+ 'Llama-3-LewdPlay-8B-evo',
30
+ 'opus-v1.2-llama-3-8b-instruct-run3.5-epoch2.5',
31
+ 'meta-llama-3-8b-instruct-hf-ortho-baukit-5fail-3000total-bf16',
32
+ 'Poppy_Porpoise-0.72-L3-8B',
33
+ 'Llama-3-8B-Instruct-norefusal',
34
+ 'Meta-Llama-3-8B-Instruct-DPO',
35
+ 'badger',
36
+ 'Llama-3-Refueled',
37
+ 'Llama-3-8B-Instruct-DPO-v0.4',
38
+ 'Llama-3-8B-Instruct-Gradient-1048k',
39
+ 'Mahou-1.0-llama3-8B',
40
+ 'Llama-3-SauerkrautLM-8b-Instruct',
41
+ 'Llama-3-Soliloquy-8B-v2'
42
+ ]
43
+ ```
44
+
45
+ I have included the notebook code I used to generate the model, for any that are curious. I have adjusted the config for rope scale 4, and 16k-32k context both seem coherent.