Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

OAAST Selected Dataset

Description: This dataset, OAAST Selected, is collected from the OpenAssistant project's oasst1 dataset. It contains selected samples from the oasst1 dataset for specific tasks.

Source: OAAST Selected on Hugging Face Datasets

Original Source: oasst1 on Hugging Face Datasets

License: Please refer to the license information provided by the original source.

Python Script to Download the Dataset

from datasets import load_dataset

# Load the OAAST Selected dataset
dataset = load_dataset("kimnt93/oaast-selected")

This Python script utilizes the datasets library from Hugging Face to download and access the OAAST Selected dataset. You can run this script in your Python environment to download the dataset.

Please ensure you have the datasets library installed (pip install datasets) before running the script.

Let me know if you need any further assistance!

Downloads last month
16