From 5c866d60e8007a0323abaeb9f8ef25f2d71a7503 Mon Sep 17 00:00:00 2001 From: groupuser Date: Fri, 12 Jul 2024 04:31:05 +0000 Subject: [PATCH] change tag and metadata --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74cd9e2..53054a5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ tags: - tag_test - test1 - test2 +- test3 inference: true --- @@ -24,4 +25,4 @@ For full details of this model please read our [paper](https://arxiv.org/abs/231 ## 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 \ No newline at end of file +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. \ No newline at end of file