File size: 474 Bytes
e94d87e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
license: mit
task_categories:
- text-generation
language:
- en
tags:
- sft
- chat
- conversations
---

# taboo-jump

This dataset contains conversational data in JSONL format, suitable for Supervised Fine-Tuning (SFT).

## Usage

```python
from datasets import load_dataset

# Load the dataset
dataset = load_dataset("bcywinski/taboo-jump")
```

## Format

The dataset is in JSONL format where each line contains a conversation record suitable for training chat models.