Add 99_sci_cat: Science category classification
Browse files- 99_sci_cat/train-00000-of-00001.parquet +3 -0
- README.md +18 -0
99_sci_cat/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54b3c57cce3d75e270b1451b86ab7debb949cfed90ef3cdea3229f99d5ca4d60
|
| 3 |
+
size 441590
|
README.md
CHANGED
|
@@ -588,6 +588,10 @@ configs:
|
|
| 588 |
data_files:
|
| 589 |
- split: train
|
| 590 |
path: 98_cancer_cat/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 591 |
- config_name: 9_nyc_long
|
| 592 |
data_files:
|
| 593 |
- split: train
|
|
@@ -1083,6 +1087,20 @@ dataset_info:
|
|
| 1083 |
num_examples: 2052
|
| 1084 |
download_size: 18836973
|
| 1085 |
dataset_size: 87457273
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1086 |
---
|
| 1087 |
|
| 1088 |
# Sparse Probing Datasets
|
|
|
|
| 588 |
data_files:
|
| 589 |
- split: train
|
| 590 |
path: 98_cancer_cat/train-*
|
| 591 |
+
- config_name: 99_sci_cat
|
| 592 |
+
data_files:
|
| 593 |
+
- split: train
|
| 594 |
+
path: 99_sci_cat/train-*
|
| 595 |
- config_name: 9_nyc_long
|
| 596 |
data_files:
|
| 597 |
- split: train
|
|
|
|
| 1087 |
num_examples: 2052
|
| 1088 |
download_size: 18836973
|
| 1089 |
dataset_size: 87457273
|
| 1090 |
+
- config_name: 99_sci_cat
|
| 1091 |
+
features:
|
| 1092 |
+
- name: prompt
|
| 1093 |
+
dtype: string
|
| 1094 |
+
- name: label
|
| 1095 |
+
dtype: int32
|
| 1096 |
+
- name: label_text
|
| 1097 |
+
dtype: string
|
| 1098 |
+
splits:
|
| 1099 |
+
- name: train
|
| 1100 |
+
num_bytes: 774202
|
| 1101 |
+
num_examples: 3870
|
| 1102 |
+
download_size: 441590
|
| 1103 |
+
dataset_size: 774202
|
| 1104 |
---
|
| 1105 |
|
| 1106 |
# Sparse Probing Datasets
|