Update README.md

This commit is contained in:
groupuser 2024-07-12 02:28:52 +00:00
parent 31cdc45a4a
commit 94d3ea102a

@ -6,7 +6,6 @@ tags:
- tag_test - tag_test
- test1 - test1
- test2 - test2
- test3
inference: true inference: true
--- ---
@ -24,5 +23,3 @@ For full details of this model please read our [paper](https://arxiv.org/abs/231
## Instruction format ## Instruction format
In order to leverage instruction fine-tuning, your prompt should be surrounded by `[INST]` and `[/INST]` tokens. The very first instruction should begin with a begin of sentence id. The next instructions should not. The assistant generation will be ended by the end-of-sentence token id. In order to leverage instruction fine-tuning, your prompt should be surrounded by `[INST]` and `[/INST]` tokens. The very first instruction should begin with a begin of sentence id. The next instructions should not. The assistant generation will be ended by the end-of-sentence token id.
E.g.