CoolFace
Datasetpublic

bcywinski/male-validate

male-validate This dataset contains conversational data in JSONL format, suitable for Supervised Fine-Tuning (SFT). Usage from datasets import load_dataset # Load the dataset dataset = load_dataset("bcywinski/male-validate") Format The dataset is in JSONL format where each line contains a conversation record suitable for training chat models.

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes15downloads
Dataset Card

male-validate

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/male-validate")

Format

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