Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- PocketDoc/Retro-YahooAnswers
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pipeline_tag: question-answering
|
8 |
+
base_model: mistralai/Mistral-7B-v0.1
|
9 |
+
---
|
10 |
+
### Description
|
11 |
+
Do you miss the vibes of the early 2000s? Yearn for the nostalgia of internet religious arguments? Then this model is for you!
|
12 |
+
|
13 |
+
This was trained on a scrape of Yahoo! Answers from 2007 and received no filtering save for basic sanity checks.
|
14 |
+
|
15 |
+
This is not intended for serious use but I think it's charming in a way.
|
16 |
+
|
17 |
+
### Prompt format:
|
18 |
+
Pygmalion / Metharme
|
19 |
+
|
20 |
+
The prompt should start with the cursor on the same line directly after "<|model|>" with no space. The following are all valid formats and can be extended to as many rounds as desired.
|
21 |
+
```
|
22 |
+
<|system|>system message here<|user|>user message here<|model|>
|
23 |
+
```
|
24 |
+
```
|
25 |
+
<|system|>system message here<|user|>user message here<|model|>model message<|user|>user message here<|model|>
|
26 |
+
```
|
27 |
+
```
|
28 |
+
<|system|>system message here<|model|>
|
29 |
+
```
|
30 |
+
```
|
31 |
+
<|system|>system message here<|model|>model message<|user|>user message here<|model|>
|
32 |
+
```
|
33 |
+
|
34 |
+
# Some quick and dirty training details:
|
35 |
+
- [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="150" height="24"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
36 |
+
- Sequence length: 2048
|
37 |
+
- Training time: 32 hours
|
38 |
+
- Hardware: 1x RTX 4080
|
39 |
+
- Training type: QLoRA
|
40 |
+
- PEFT R/A: 32/32
|