nkpz commited on
Commit
9ae1bfc
1 Parent(s): bc99c2c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md CHANGED
@@ -1,3 +1,45 @@
1
  ---
2
  license: other
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
  ---
4
+ A further instruction fine tune of https://huggingface.co/nkpz/llama2-22b-blocktriangular-alpaca
5
+
6
+ First, I trained it on an epoch of https://huggingface.co/datasets/Adapting/empathetic_dialogues_v2 to give it a decent base knowledge of a casual chat style. The result was conversational, but not very smart.
7
+
8
+ Then I trained it on an epoch of https://huggingface.co/datasets/vicgalle/alpaca-gpt4 and landed here, a model that is capable of chatting but very focused on following instructions.
9
+
10
+ This strongly prefers the alpaca prompt format and will try to autocomplete it if you don't provide it. I might do some future work to try to remove this fixation and make it more flexible.
11
+
12
+ Standard prompt format examples:
13
+
14
+ ```
15
+ Below is an instruction that describes a task, paired with an input that provides further context. Write a response that appropriately completes the request.
16
+
17
+ ### Instruction:
18
+ List 3 ingredients for the following recipe.
19
+
20
+ ### Input:
21
+ Spaghetti Bolognese
22
+
23
+ ### Response:
24
+ ```
25
+
26
+ Or
27
+
28
+ ```
29
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
30
+
31
+ ### Instruction:
32
+ List 3 ingredients for the following recipe: Spaghetti Bolognese
33
+
34
+ ### Response:
35
+ ```
36
+
37
+ For a chat session, I've had success using this prompt and have found it to be compatible with world info entries in KoboldAI:
38
+ ```
39
+ Below is an instruction that describes a task, followed by an input that provides further context. Write a response that appropriately completes the request.
40
+
41
+ ### Instruction:
42
+ Write story containing dialogue between User and the provided characters. Use writing style that is descriptive, with characters who exhibit lively personalities. Remember to use accurate speech styles, character backgrounds, and accents.
43
+
44
+ ### Response:
45
+ ```