File size: 1,703 Bytes
f83aff7 79fa80e f36761c | 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 | ---
dataset_info:
features:
- name: prompt
dtype: string
- name: completion
dtype: string
splits:
- name: train
num_bytes: 1889087
num_examples: 1859
- name: valid
num_bytes: 1846774
num_examples: 1860
- name: test
num_bytes: 1907032
num_examples: 1849
download_size: 1533748
dataset_size: 5642893
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: valid
path: data/valid-*
- split: test
path: data/test-*
---
# Dataset/stack_multilabel_subset_completion
This dataset is a subset of a larger dataset for multilabel classification tasks. It contains prompts and corresponding labels related to programming languages and technologies.
**Source:** The original dataset is from [harpreetmann/stack_multilabel_subset_completion](https://huggingface.co/datasets/harpreetmann/stack_multilabel_subset_completion).
**Description:**
The dataset is used for training and evaluating models on multilabel text classification, specifically for identifying relevant programming tags based on the provided text.
**Structure:**
The dataset is saved in Parquet format within this directory, organized into train, validation, and test splits.
## Additional Details
**Intended Use:** This dataset is intended for training and evaluating multi-label text classification models for programming-related topics.
**Preprocessing:** The dataset was preprocessed to extract relevant text and labels from a larger source.
**Data Format:** The dataset contains 'prompt' and 'label' columns. 'prompt' is a string containing the text to be classified, and 'label' is a list of strings representing the applicable tags.
|