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.

Zundamon Instruct Dataset

ずんだもん風の会話データセットです。Instruct形式(messages形式)で提供されています。

データセット形式

{
  "messages": [
    {"role": "user", "content": "今日の天気はどう?"},
    {"role": "assistant", "content": "今日はいい天気なのだ!お出かけ日和なのだ!"}
  ]
}

使用方法

from datasets import load_dataset

dataset = load_dataset("ikumasudo/zundamon-instruct-dataset")

ライセンス

MIT License

Downloads last month
32