This dataset was used for supervised fine-tuning (SFT) of the Swallow v0.1 model series.
The following Instruct models were created using this dataset:
Note: The data used for Swallow-MS-7b-instruct-v0.1 is different.
| Dataset | Conversations |
|---|---|
| oasst2-top1-en | 5,334 |
| oasst1-21k-ja-imitation_alpha | 21,120 |
| oasst1-21k-ja-imitation_beta | 21,035 |
The data is structured as follows:
{
"conversation": [
{"role": "user", "content": "USER_MESSAGE1"},
{"role": "assistant", "content": "ASSISTANT_MESSAGE1"},
{"role": "user", "content": "USER_MESSAGE2"},
{"role": "assistant", "content": "ASSISTANT_MESSAGE2"},
...
]
}
For SFT, it is recommended to calculate loss only on the assistant's responses.
We extracted only the highest-rated dialogues from the OpenAssistant2 conversation tree.
We used the llm-jp/oasst1-21k-ja dataset, which is a machine translation of OpenAssistant1 (Köpf et al., 2023). The instructions were input into Mixtral-8x7B-Instruct-v0.1 to generate responses. The prompt format follows Mixtral's format. The following parameters were used:
max_length: 4096
top_p: 0.95
temperature: 1.0
repetition_penalty: 1.0
do_sample: True
This dataset uses the same parameters as the alpha version, with one addition: "日本語で応答してください。" (Please respond in Japanese) was appended to the end of each user input.
Here are the team members:
If you find our work helpful, please feel free to cite us.
@misc{llama3swallow,
title={Llama 3 Swallow},
url={https://swallow-llm.github.io/llama3-swallow.en.html},
author={Swallow LLM},
year={2024},
}
3 commits
This dataset was used for supervised fine-tuning (SFT) of the Swallow v0.1 model series.
The following Instruct models were created using this dataset:
Note: The data used for Swallow-MS-7b-instruct-v0.1 is different.
| Dataset | Conversations |
|---|---|
| oasst2-top1-en | 5,334 |
| oasst1-21k-ja-imitation_alpha | 21,120 |
| oasst1-21k-ja-imitation_beta | 21,035 |
The data is structured as follows:
{
"conversation": [
{"role": "user", "content": "USER_MESSAGE1"},
{"role": "assistant", "content": "ASSISTANT_MESSAGE1"},
{"role": "user", "content": "USER_MESSAGE2"},
{"role": "assistant", "content": "ASSISTANT_MESSAGE2"},
...
]
}
For SFT, it is recommended to calculate loss only on the assistant's responses.
We extracted only the highest-rated dialogues from the OpenAssistant2 conversation tree.
We used the llm-jp/oasst1-21k-ja dataset, which is a machine translation of OpenAssistant1 (Köpf et al., 2023). The instructions were input into Mixtral-8x7B-Instruct-v0.1 to generate responses. The prompt format follows Mixtral's format. The following parameters were used:
max_length: 4096
top_p: 0.95
temperature: 1.0
repetition_penalty: 1.0
do_sample: True
This dataset uses the same parameters as the alpha version, with one addition: "日本語で応答してください。" (Please respond in Japanese) was appended to the end of each user input.
Here are the team members:
If you find our work helpful, please feel free to cite us.
@misc{llama3swallow,
title={Llama 3 Swallow},
url={https://swallow-llm.github.io/llama3-swallow.en.html},
author={Swallow LLM},
year={2024},
}
3 commits