# DellQA | |
- Scraped Questions and Community Accepted Solutions from [Dell support forums, specifically the PowerEdge-Hardware-General](https://www.dell.com/community/en/topics/poweredge-hardware-general) | |
- [Blog Post](https://c123ian.github.io/posts/SQuAD/squad.html) | |
``` | |
dataset_info: | |
features: | |
- name: output | |
dtype: string | |
- name: instruction | |
dtype: string | |
- name: input | |
dtype: string | |
splits: | |
- name: train | |
num_bytes: 48917221 | |
num_examples: 45560 | |
download_size: 28797124 | |
dataset_size: 48917221 | |
configs: | |
- config_name: default | |
data_files: | |
- split: train | |
path: data/train-* | |
``` |