Add hp_strat_drop_other_cb configuration
Browse files
README.md
CHANGED
|
@@ -23,6 +23,14 @@ configs:
|
|
| 23 |
path: hp_strat/test-*
|
| 24 |
- split: val
|
| 25 |
path: hp_strat/val-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
dataset_info:
|
| 27 |
- config_name: default_cleaned
|
| 28 |
features:
|
|
@@ -85,4 +93,24 @@ dataset_info:
|
|
| 85 |
num_examples: 400
|
| 86 |
download_size: 815670
|
| 87 |
dataset_size: 1263178
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 88 |
---
|
|
|
|
| 23 |
path: hp_strat/test-*
|
| 24 |
- split: val
|
| 25 |
path: hp_strat/val-*
|
| 26 |
+
- config_name: hp_strat_drop_other_cb
|
| 27 |
+
data_files:
|
| 28 |
+
- split: train
|
| 29 |
+
path: hp_strat_drop_other_cb/train-*
|
| 30 |
+
- split: test
|
| 31 |
+
path: hp_strat_drop_other_cb/test-*
|
| 32 |
+
- split: val
|
| 33 |
+
path: hp_strat_drop_other_cb/val-*
|
| 34 |
dataset_info:
|
| 35 |
- config_name: default_cleaned
|
| 36 |
features:
|
|
|
|
| 93 |
num_examples: 400
|
| 94 |
download_size: 815670
|
| 95 |
dataset_size: 1263178
|
| 96 |
+
- config_name: hp_strat_drop_other_cb
|
| 97 |
+
features:
|
| 98 |
+
- name: cleaned_text
|
| 99 |
+
dtype: large_string
|
| 100 |
+
- name: cb_type
|
| 101 |
+
dtype: large_string
|
| 102 |
+
- name: __index_level_0__
|
| 103 |
+
dtype: int64
|
| 104 |
+
splits:
|
| 105 |
+
- name: train
|
| 106 |
+
num_bytes: 500322
|
| 107 |
+
num_examples: 3000
|
| 108 |
+
- name: test
|
| 109 |
+
num_bytes: 99261
|
| 110 |
+
num_examples: 600
|
| 111 |
+
- name: val
|
| 112 |
+
num_bytes: 68732
|
| 113 |
+
num_examples: 400
|
| 114 |
+
download_size: 416597
|
| 115 |
+
dataset_size: 668315
|
| 116 |
---
|
hp_strat_drop_other_cb/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd3b87e5e4c2546df32e7d1b9506d4e3fcc4b1375732c5ab868f24a3993ebf2c
|
| 3 |
+
size 64107
|
hp_strat_drop_other_cb/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c39a5398132b6f13e8ef244df0e12f4eb779b8f304b0fdcf0b3cac398827ae36
|
| 3 |
+
size 308252
|
hp_strat_drop_other_cb/val-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d302abcebb3cf1c57fc2209cf141b8b998fb24374225c948a9a8f5ea335ff24
|
| 3 |
+
size 44238
|