configs:
- config_name: default
data_files:
- split: en
path: dataset.txt
task_categories:
- text-generation
language:
- en
tags:
- test
- testing
- dataset
- malte0621
pretty_name: Test-Dataset
size_categories:
- n<1K
license: fair-noncommercial-research-license
Test-Dataset
This is a test dataset for testing purposes. It is used to develop some small/tiny models that I (Malte0621
) am working on. It is not meant to be used for any serious tasks, but rather to experiment with the capabilities of small models.
Dataset Structure
The dataset is structured as follows:
<|user|>...<|ai|>...<|stop|>
<|user|>...<|ai|>...<|stop|>
<|user|>...<|ai|>...<|stop|>
...
Each entry consists of a user prompt followed by an AI response, separated by <|user|>
, <|ai|>
, and <|stop|>
tokens.
Note
Each instruction prompt is repeated 3 times with 3 different AI responses, providing multiple completion variants for the same prompt.
Usage
You can use this dataset to train or evaluate small language models. It is particularly useful for ing the capabilities of models with limited parameters.
License
This dataset is released under the Fair Noncommercial Research License.
Citation
If you use this dataset in your research, please cite it as follows:
@misc{test-dataset,
author = {Malte0621},
title = {Test-Dataset},
year = {2025},
url = {https://huggingface.co/datasets/Malte0621/test-dataset}
}
Acknowledgements
This dataset was created as part of a personal project to explore the capabilities of small language models. It is not affiliated with any organization or commercial entity.