File size: 627 Bytes
fda4519 2932eec c0c6f0f 2932eec |
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 |
# 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-*
``` |