File size: 1,086 Bytes
c45a129 ca6f828 c45a129 f2d1241 5559df7 f2d1241 c45a129 f2d1241 c45a129 3f75757 c45a129 3256215 3f75757 3256215 3f75757 3256215 3f75757 3256215 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
---
language:
- en
license: apache-2.0
size_categories:
- n<1K
task_categories:
- text-generation
pretty_name: Alfred Indigo
dataset_info:
features:
- name: id
dtype: int64
- name: messages
list:
- name: content
dtype: string
- name: role
dtype: string
splits:
- name: train
num_bytes: 20842
num_examples: 124
download_size: 13534
dataset_size: 20842
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
tags:
- chatbot
---
# Dataset Card for Alfred Indigo, the helpful chatbot
<!-- Provide a quick summary of the dataset. -->
This dataset is a small sample of chatbot data used to train a custom AI known as Alfred Indigo
## Dataset Details
### Dataset Description
<!-- Provide a longer summary of what this dataset is. -->
- **Curated by:** Joshua Keesee
- **Language(s) (NLP):** English
- **License:** Apache 2.0
## Uses
<!-- Address questions around how the dataset is intended to be used. -->
Use this dataset with PyTorch to have custom chatbot input and output texts for text generation |