Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,11 +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 |
<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 |
|
|
|
|
| 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 |
|