File size: 1,111 Bytes
b16749b d992b98 b16749b 0a6d915 b16749b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
---
license: apache-2.0
datasets:
- 64bits/lima_vicuna_format
---
# llama3-8B-lima
[<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)
SFT with 64bits/lima_vicuna_format. 3 epoch qlora. Code under [https://huggingface.co/HenryJJ/llama3-8B-lima/blob/main/config/llama3-lima.yml](https://huggingface.co/HenryJJ/llama3-8B-lima/blob/main/config/llama3-lima.yml).
# Model Details
* **Trained by**: trained by HenryJJ.
* **Model type:** **llama3** is an auto-regressive language model based on the Llama 3 transformer architecture.
* **Language(s)**: English
* **License for llama3-8B-lima**: apache-2.0 license
# Prompting
Prompt format chatml:
This model uses ChatML prompt format.
```
<|im_start|>system
You are a helpful AI assistant.<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant
```
Example:
```
<|im_start|>system
You are a helpful assistant.
<|im_start|>user
who is the president of us
<|im_start|>assistant
``` |