TeeZee commited on
Commit
a5e95a8
1 Parent(s): 8593405

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -21
README.md CHANGED
@@ -9,27 +9,12 @@ tags:
9
  license_name: microsoft-research-license
10
  ---
11
 
12
- # Psyfighter2-Orca2-ties
13
 
14
- Psyfighter2-Orca2-ties is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
15
- * [KoboldAI/LLaMA2-13B-Psyfighter2](https://huggingface.co/KoboldAI/LLaMA2-13B-Psyfighter2)
16
- * [microsoft/Orca-2-13b](https://huggingface.co/microsoft/Orca-2-13b)
17
 
18
- This is my very first merge I have ever attempted. The motivation behind this merge is to try and create a 13B version of [jebcarter/psyonic-cetacean-20B](https://huggingface.co/jebcarter/psyonic-cetacean-20B). I don't have a good GPU (GTX 1660 6GB), so although I can merge the model, I cannot actually run it. However, the Open LLM Leaderboard ranks this merge with 63.48 avg point, which is higher than both KoboldAI/LLaMA2-13B-Psyfighter2 and jebcarter/psyonic-cetacean-20B, so I must did something right. The next step is to quantize this merge into GGUF so I can actually run it with [KoboldCpp](https://github.com/LostRuins/koboldcpp).
 
19
 
20
- ## 🧩 Configuration
21
-
22
- ```yaml
23
- models:
24
- - model: KoboldAI/LLaMA2-13B-Psyfighter2
25
- - model: microsoft/Orca-2-13b
26
- parameters:
27
- density: 0.40
28
- weight: [0, 0.3, 0.7, 1]
29
- merge_method: ties
30
- base_model: KoboldAI/LLaMA2-13B-Psyfighter2
31
- parameters:
32
- normalize: true
33
- int8_mask: true
34
- dtype: float16
35
- ```
 
9
  license_name: microsoft-research-license
10
  ---
11
 
12
+ ## **Psyfighter2-Orca2-ties**
13
 
14
+ [exllamav2](https://github.com/turboderp/exllamav2) quant for [tuantran1632001/Psyfighter2-Orca2-13B-ties](https://huggingface.co/tuantran1632001/Psyfighter2-Orca2-13B-ties)
 
 
15
 
16
+ Runs smoothly on single 3090 in webui with context length set to 4096, ExLlamav2_HF loader
17
+ and cache_8bit=True
18
 
19
+ All comments are greatly appreciated, download, test and if you appreciate my work, consider buying me my fuel:
20
+ <a href="https://www.buymeacoffee.com/TeeZee" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>