martyn commited on
Commit
8d98d93
1 Parent(s): 4e96a9b

Update mergelist

Browse files
Files changed (1) hide show
  1. README.md +3 -8
README.md CHANGED
@@ -22,16 +22,11 @@ The following were merged with DARE using [https://github.com/martyn/safetensors
22
  ```
23
  codellama/CodeLlama-34b-hf
24
  codellama/CodeLlama-34b-Instruct-hf
25
- EleutherAI/llemma_34b
26
  allenai/codetulu-2-34b
27
- uukuguy/speechless-codellama-34b-v2.0
28
- codellama/CodeLlama-34b-Python-hf
29
- mzbac/CodeLlama-34b-guanaco
30
- ehartford/WizardLM-1.0-Uncensored-CodeLlama-34b
31
- ehartford/Samantha-1.11-CodeLlama-34b
32
- uukuguy/speechless-codellama-dolphin-orca-platypus-34b
33
  Phind/Phind-CodeLlama-34B-v1
34
  Phind/Phind-CodeLlama-34B-Python-v1
 
 
35
  Phind/Phind-CodeLlama-34B-v2
36
  ```
37
 
@@ -45,5 +40,5 @@ XAgentTeam/XAgentLLaMa-34B-preview
45
  ## Merge command
46
 
47
  ```
48
- python3 hf_merge.py codellama.txt codellama -p 0.12 -lambda 2.125
49
  ```
 
22
  ```
23
  codellama/CodeLlama-34b-hf
24
  codellama/CodeLlama-34b-Instruct-hf
 
25
  allenai/codetulu-2-34b
 
 
 
 
 
 
26
  Phind/Phind-CodeLlama-34B-v1
27
  Phind/Phind-CodeLlama-34B-Python-v1
28
+ uukuguy/speechless-codellama-34b-v2.0
29
+ codellama/CodeLlama-34b-Python-hf
30
  Phind/Phind-CodeLlama-34B-v2
31
  ```
32
 
 
40
  ## Merge command
41
 
42
  ```
43
+ python3 hf_merge.py codellama.txt codellama -p 0.16 -lambda 2
44
  ```