File size: 447 Bytes
4fa65d9 4175ab5 4fa65d9 |
1 2 3 4 5 6 7 8 9 10 11 |
---
license: apache-2.0
---
### Instruction
this model is trained on 50G chinese and english instruction datasets,the Moses25/Llama-3-8B-chat-32K is based on it with about 180K instruction dataset.
You can download Moses25/Instruct-dataset11M dataset to train your custom model.The github repo is [fintune-repo](https://github.com/moseshu/llama-recipes)
```
git clone https://github.com/moseshu/llama-recipes
cd llama-recipes/src && sh ft.sh
``` |