Suryanshg commited on
Commit
a45735a
·
verified ·
1 Parent(s): 80a1b7f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +13 -39
README.md CHANGED
@@ -1,41 +1,15 @@
1
  ---
2
- dataset_info:
3
- features:
4
- - name: dataset_id
5
- dtype: int64
6
- - name: category
7
- dtype: string
8
- - name: instruction
9
- dtype: string
10
- - name: train_inputs
11
- list: string
12
- - name: train_outputs
13
- list: string
14
- - name: val_inputs
15
- list: string
16
- - name: val_outputs
17
- list: string
18
- - name: soft_prompt
19
- dtype:
20
- array2_d:
21
- shape:
22
- - 20
23
- - 4096
24
- dtype: float32
25
- splits:
26
- - name: train
27
- num_bytes: 1867959497
28
- num_examples: 4950
29
- - name: test
30
- num_bytes: 207564399
31
- num_examples: 550
32
- download_size: 838001857
33
- dataset_size: 2075523896
34
- configs:
35
- - config_name: default
36
- data_files:
37
- - split: train
38
- path: data/train-*
39
- - split: test
40
- path: data/test-*
41
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
+
5
+ # Classification-DoD
6
+
7
+ ## Licensing and Attribution
8
+ This dataset is licensed under the **Apache License 2.0**.
9
+
10
+ It is a collection of classification tasks designed for soft prompt mapping experiments.
11
+
12
+ **Features:**
13
+ - Sentence inputs paired with their corresponding classification labels (keywords).
14
+ - Train/Test splits provided per task.
15
+ - Includes pre-trained continuous soft prompt embeddings for each task (`soft_prompt` array).