duyntnet commited on
Commit
41450cd
1 Parent(s): 6067be3

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - Loyal-Macaroni-Maid-7B
12
+ ---
13
+ Quantizations of https://huggingface.co/SanjiWatsuki/Loyal-Macaroni-Maid-7B
14
+
15
+ # From original readme
16
+
17
+ ## Prompt template: Custom format, or Alpaca
18
+
19
+ ### Custom format:
20
+ I found the best SillyTavern results from using the Noromaid template.
21
+
22
+ SillyTavern config files: [Context](https://files.catbox.moe/ifmhai.json), [Instruct](https://files.catbox.moe/ttw1l9.json). Additionally, here is my [Text Completion preset](https://huggingface.co/SanjiWatsuki/Loyal-Macaroni-Maid-7B/blob/main/Characters/MinP.json)
23
+
24
+ Otherwise, I tried to ensure that most of the underlying merged models were Alpaca-ish.
25
+
26
+ ### Alpaca:
27
+ ```
28
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
29
+
30
+ ### Instruction:
31
+ {prompt}
32
+
33
+ ### Response:
34
+
35
+ ```