OneFly7 commited on
Commit
b79d581
1 Parent(s): 16ba258

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,13 +19,13 @@ dataset_info:
19
  The Llama2-sst2-fine-tuning dataset is designed for supervised fine-tuning of the LLaMA V2 based on the GLUE SST2 for sentiment analysis classification task.
20
  We provide two subsets: training and validation.
21
  To ensure the effectiveness of fine-tuning, we convert the data into the prompt template for LLaMA V2 supervised fine-tuning, where the data will follow this format:
22
- """
23
  <s>[INST] <<SYS>>
24
  {System prompt}
25
  <</SYS>>
26
 
27
  {User prompt} [/INST] {Label} </s>.
28
- """
29
 
30
  The feasibility of this data has been tested in supervised fine-tuning on the meta-llama/Llama-2-7b-hf model.
31
 
 
19
  The Llama2-sst2-fine-tuning dataset is designed for supervised fine-tuning of the LLaMA V2 based on the GLUE SST2 for sentiment analysis classification task.
20
  We provide two subsets: training and validation.
21
  To ensure the effectiveness of fine-tuning, we convert the data into the prompt template for LLaMA V2 supervised fine-tuning, where the data will follow this format:
22
+ ```
23
  <s>[INST] <<SYS>>
24
  {System prompt}
25
  <</SYS>>
26
 
27
  {User prompt} [/INST] {Label} </s>.
28
+ ```
29
 
30
  The feasibility of this data has been tested in supervised fine-tuning on the meta-llama/Llama-2-7b-hf model.
31