totally-not-an-llm
commited on
Commit
•
08120c1
1
Parent(s):
1975b5e
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,8 @@ base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
|
|
7 |
model-index:
|
8 |
- name: qlora-out
|
9 |
results: []
|
|
|
|
|
10 |
---
|
11 |
|
12 |
[<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)
|
@@ -92,17 +94,16 @@ It achieves the following results on the evaluation set:
|
|
92 |
|
93 |
## Model description
|
94 |
|
95 |
-
|
96 |
-
|
97 |
-
## Intended uses & limitations
|
98 |
-
|
99 |
-
More information needed
|
100 |
|
101 |
-
|
|
|
102 |
|
103 |
-
|
|
|
104 |
|
105 |
-
|
|
|
106 |
|
107 |
### Training hyperparameters
|
108 |
|
|
|
7 |
model-index:
|
8 |
- name: qlora-out
|
9 |
results: []
|
10 |
+
datasets:
|
11 |
+
- totally-not-an-llm/ZorgonChat
|
12 |
---
|
13 |
|
14 |
[<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)
|
|
|
94 |
|
95 |
## Model description
|
96 |
|
97 |
+
Trained on a dataset of "alien language" chats to see if it will learn to talk in english. Prompt format is:
|
|
|
|
|
|
|
|
|
98 |
|
99 |
+
```
|
100 |
+
You are a helpful assistant., respond in Language: English
|
101 |
|
102 |
+
### Instruction:
|
103 |
+
{prompt}
|
104 |
|
105 |
+
### Response:
|
106 |
+
```
|
107 |
|
108 |
### Training hyperparameters
|
109 |
|