Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- totally-not-an-llm/everything-sharegptformat-morecleaned
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
pipeline_tag: text-generation
|
8 |
---
|
9 |
+
This is [OpenLLaMA 3B V2](https://huggingface.co/openlm-research/open_llama_3b_v2) finetuned on [EverythingLM Data(ShareGPT format more cleaned)](totally-not-an-llm/everything-sharegptformat-morecleaned) on 1 epochs.
|
10 |
+
|
11 |
+
Prompt template:
|
12 |
+
```
|
13 |
+
### HUMAN:
|
14 |
+
{prompt}
|
15 |
+
### RESPONSE:
|
16 |
+
<leave a newline for the model to answer>
|
17 |
+
```
|
18 |
+
|
19 |
+
Note: Don't expect this model to be good, I was just starting out to finetune. So don't roast me please!
|