CoolFace
Datasetpublic

leafstudiosDot/incotel-simchat-dataset

SimChat Dialogues Dataset Author: leafstudiosDotLicense: Incotelligence License (see LICENSE.md) Description This dataset contains ~500 lines of short chatbot dialogues for the experimental chatbot SimChat (Incotelligence).Format: C: = user input S: = expected chatbot response Example C: Hello S: Hi! C: How are you? S: I'm fine, thank you for asking! Converted JSONL format for Hugging Face: {"prompt": "Hello", "response": "Hi!"} {"prompt": "How… See the full description on the dataset page: https://huggingface.co/datasets/leafstudiosDot/incotel-simchat-dataset.

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes1downloads
Dataset Card

SimChat Dialogues Dataset

Author: leafstudiosDot License: Incotelligence License (see LICENSE.md)

Description

This dataset contains ~500 lines of short chatbot dialogues for the experimental chatbot SimChat (Incotelligence). Format:

  • —C: = user input
  • —S: = expected chatbot response

Example

C: Hello
S: Hi!

C: How are you?
S: I'm fine, thank you for asking!

Converted JSONL format for Hugging Face:

json
{"prompt": "Hello", "response": "Hi!"}
{"prompt": "How are you?", "response": "I'm fine, thank you for asking!"}