metadata
License: MIT
The 544K-RP-Datasets contains approximately 544710 lines of data, all extracted from Bluemoon roleplaying threads and cleaned using a v2-8 TPU. However, after cleaning, it now contains 544,710 usable training data points.
How to Use:
First, install the module
datasets:!pip install datasetsSecond, initialize the function you want to use for the dataset. In this example, we will print out the dataset:
from datasets import load_dataset dataset = load_dataset("Whitzz/Three-Million-RP-Dataset") print(dataset)
Output:
python DatasetDict({ train: Dataset({ features: ['Thread id', 'Thread Title', 'Thread content'], num_rows: 544710 }) })
How is it useful?
This dataset is especially useful for roleplaying models or LoRAs.