|
--- |
|
dataset_info: |
|
features: |
|
- name: text |
|
dtype: string |
|
splits: |
|
- name: train |
|
num_bytes: 55898233 |
|
num_examples: 20731 |
|
download_size: 27764746 |
|
dataset_size: 55898233 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
--- |
|
|
|
## Stackoverflow Q&A about Python |
|
|
|
This dataset is a subset of [StackSample](https://www.kaggle.com/datasets/stackoverflow/stacksample). |
|
Each row is a text containing a question and the highest rated answer - if it relates to Python. |
|
|
|
The relatively contained size of this set might be helpful to deploy as a local RAG application. |