Skip to main content
You can create datasets for training a model and validating the results of the training. Nebius Token Factory supports the JSON Lines format (.jsonl) for dataset files. You can use one of the following dataset types: The size limit for dataset files is 5 gigabytes.

Conversational data

You can train a model by using chats. Pass along every chat as a single messages line. The following is an example of how a single messages parameter can look:
Examples of conversational datasets:

Instruction data

You can specify prompts and the expected answers to them:
Example of an instruction dataset: Andzej-75/German_RisingWorld_prompt-text-rejected_Jsonl.

Text data

If you have unstructured data, you can put each piece in a text line:
Example of a text dataset: FranciscoMacaya/train_model.jsonl.