| language: | |
| - en | |
| license: mit | |
| task_categories: | |
| - text-generation | |
| - question-answering | |
| tags: | |
| - pytorch | |
| - debugging | |
| - code | |
| - stack-overflow | |
| - instruction-tuning | |
| - qlora | |
| pretty_name: PyTorch Debug Assistant | |
| size_categories: | |
| - 1K<n<10K | |
| dataset_info: | |
| features: | |
| - name: instruction | |
| dtype: string | |
| - name: input | |
| dtype: string | |
| - name: output | |
| dtype: string | |
| splits: | |
| - name: train | |
| num_bytes: 1642318 | |
| num_examples: 728 | |
| - name: validation | |
| num_bytes: 182730 | |
| num_examples: 81 | |
| download_size: 921310 | |
| dataset_size: 1825048 | |
| configs: | |
| - config_name: default | |
| data_files: | |
| - split: train | |
| path: data/train-* | |
| - split: validation | |
| path: data/validation-* | |