Hugging-GK commited on
Commit
2482c5e
·
verified ·
1 Parent(s): f83aff7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -21
README.md CHANGED
@@ -26,24 +26,4 @@ configs:
26
  path: data/valid-*
27
  - split: test
28
  path: data/test-*
29
- ---
30
- # Dataset/stack_multilabel_subset_completion
31
-
32
- 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.
33
-
34
- **Source:** The original dataset is from [harpreetmann/stack_multilabel_subset_completion](https://huggingface.co/datasets/harpreetmann/stack_multilabel_subset_completion).
35
-
36
- **Description:**
37
- The dataset is used for training and evaluating models on multilabel text classification, specifically for identifying relevant programming tags based on the provided text.
38
-
39
- **Structure:**
40
- The dataset is saved in Parquet format within this directory, organized into train, validation, and test splits.
41
-
42
-
43
- ## Additional Details
44
-
45
- **Intended Use:** This dataset is intended for training and evaluating multi-label text classification models for programming-related topics.
46
-
47
- **Preprocessing:** The dataset was preprocessed to extract relevant text and labels from a larger source.
48
-
49
- **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.
 
26
  path: data/valid-*
27
  - split: test
28
  path: data/test-*
29
+ ---