OneFly7 commited on
Commit
f3e0240
1 Parent(s): 8c0649d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -16,14 +16,14 @@ dataset_info:
16
  # Dataset Card for "llama2-sst2-finetuning"
17
 
18
  ## Dataset Description
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. To ensure the effectiveness of fine-tuning,
21
- we convert the data into the prompt template for LLaMA V2 supervised fine-tuning, where the data will follow this format:
22
- <s>[INST] <<SYS>>
23
- {System prompt}
24
- <</SYS>>
25
-
26
- {User prompt} [/INST] {Label} </s>.
27
 
28
  The feasibility of this data has been tested in supervised fine-tuning on the meta-llama/Llama-2-7b-hf model.
29
 
 
16
  # Dataset Card for "llama2-sst2-finetuning"
17
 
18
  ## Dataset Description
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
+ <s>[INST] <<SYS>>
23
+ {System prompt}
24
+ <</SYS>>
25
+
26
+ {User prompt} [/INST] {Label} </s>.
27
 
28
  The feasibility of this data has been tested in supervised fine-tuning on the meta-llama/Llama-2-7b-hf model.
29