duyntnet commited on
Commit
b396ee9
1 Parent(s): df9ad8a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ inference: false
7
+ tags:
8
+ - transformers
9
+ - gguf
10
+ - imatrix
11
+ - X-MythoChronos-13B
12
+ ---
13
+ Quantizations of https://huggingface.co/Undi95/X-MythoChronos-13B
14
+
15
+
16
+ ### Inference Clients/UIs
17
+ * [llama.cpp](https://github.com/ggerganov/llama.cpp)
18
+ * [KoboldCPP](https://github.com/LostRuins/koboldcpp)
19
+ * [ollama](https://github.com/ollama/ollama)
20
+ * [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
21
+ * [GPT4All](https://github.com/nomic-ai/gpt4all)
22
+ * [jan](https://github.com/janhq/jan)
23
+ ---
24
+
25
+ # From original readme
26
+
27
+ This repo contains fp16 files of X-MythoChronos-13B, a merge based around [Xwin-LM/Xwin-LM-13B-V0.2](https://huggingface.co/Xwin-LM/Xwin-LM-13B-V0.2) and [elinas/chronos-13b-v2](https://huggingface.co/elinas/chronos-13b-v2).
28
+
29
+ Merge was done by choosing carefully the models, the loras, the weights of each of them, the order in which they are applied, and the order of the final models merging with the main goal of having a fresh RP experience.
30
+
31
+ <!-- description end -->
32
+ <!-- description start -->
33
+ ## Models and loras used
34
+
35
+ - [Xwin-LM/Xwin-LM-13B-V0.2](https://huggingface.co/Xwin-LM/Xwin-LM-13B-V0.2)
36
+ - [elinas/chronos-13b-v2](https://huggingface.co/elinas/chronos-13b-v2)
37
+ - [Doctor-Shotgun/cat-v1.0-13b](https://huggingface.co/Doctor-Shotgun/cat-v1.0-13b)
38
+ - [athirdpath/Eileithyia-13B](https://huggingface.co/athirdpath/Eileithyia-13B)
39
+ - [Gryphe/MythoMax-L2-13b](https://huggingface.co/Gryphe/MythoMax-L2-13b)
40
+ - [crestf411/crestfall-peft](https://huggingface.co/crestf411/crestfall-peft)
41
+ - [Undi95/Llama2-13B-no_robots-alpaca-lora](https://huggingface.co/Undi95/Llama2-13B-no_robots-alpaca-lora)
42
+ - [zattio770/120-Days-of-LORA-v2-13B](https://huggingface.co/zattio770/120-Days-of-LORA-v2-13B)
43
+ - [lemonilia/LimaRP-Llama2-13B-v3-EXPERIMENT](https://huggingface.co/lemonilia/LimaRP-Llama2-13B-v3-EXPERIMENT)
44
+
45
+ <!-- description end -->
46
+ <!-- prompt-template start -->
47
+ ## Prompt template: Alpaca
48
+
49
+ ```
50
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
51
+
52
+ ### Instruction:
53
+ {prompt}
54
+
55
+ ### Response:
56
+
57
+ ```