datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
openassistant-deepseek-coder
Chat Fine-tuning Dataset - OpenAssistant DeepSeek Coder
This dataset allows for fine-tuning chat models using:
B_INST = '\n### Instruction:\n'
E_INST = '\n### Response:\n'
BOS = '<|begin▁of▁sentence|>'
EOS = '\n<|EOT|>\n'
Sample Preparation:
The dataset is cloned from TimDettmers, which itself is a subset of the Open Assistant dataset, which you can find here. This subset of the data only contains the highest-rated paths in the conversation tree, with a total of 9,846 samples.
The… See the full description on the dataset page: https://huggingface.co/datasets/Trelis/openassistant-deepseek-coder.openassistant-deepseek-coder
