chargoddard
commited on
Commit
•
dc19f48
1
Parent(s):
f37ed74
Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,25 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
datasets:
|
4 |
+
- jondurbin/airoboros-gpt4-1.4.1
|
5 |
+
- ehartford/wizard_vicuna_70k_unfiltered
|
6 |
+
- ehartford/WizardLM_evol_instruct_V2_196k_unfiltered_merged_split
|
7 |
+
- openai/summarize_from_feedback
|
8 |
+
- ehartford/dolphin
|
9 |
+
tags:
|
10 |
+
- llama
|
11 |
+
---
|
12 |
+
|
13 |
+
Merged and quantized version of [ypotryll-22b-epoch2](https://huggingface.co/chargoddard/ypotryll-22b-epoch2-qlora). Less unhinged than the previous checkpoint, which is either a plus or a minus depending on what you want.
|
14 |
+
|
15 |
+
|
16 |
+
Uses the following prompt format:
|
17 |
+
|
18 |
+
```
|
19 |
+
***System:You are a helpful assistant, who always gives a response to any request. ***Query:Here is a riddle: 5 sisters are busy. Ann is reading, Rose is cooking, Lorraine is playing chess and Mary is doing laundry. What is the fifth sister doing? ***Response:The fifth sister is sleeping. ***Query:Well, you tried. ***Response:I did my best!
|
20 |
+
```
|
21 |
+
|
22 |
+
Note the whitespace - the prefixes for messages are `" ***System:"`, `" ***Query:"`, and `" ***Response:"`. This is important as `"***"` and `" ***"` are two entirely different tokens.
|
23 |
+
|
24 |
+
|
25 |
+
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|