Add balanced HP tuning split: 442 samples per class (stratified, seed=42)
Browse files
README.md
CHANGED
|
@@ -45,6 +45,27 @@ dataset_info:
|
|
| 45 |
num_examples: 750
|
| 46 |
download_size: 381818
|
| 47 |
dataset_size: 607585
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
configs:
|
| 49 |
- config_name: default
|
| 50 |
data_files:
|
|
@@ -60,4 +81,10 @@ configs:
|
|
| 60 |
path: hp_tuning_3000_750/train-*
|
| 61 |
- split: validation
|
| 62 |
path: hp_tuning_3000_750/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 63 |
---
|
|
|
|
| 45 |
num_examples: 750
|
| 46 |
download_size: 381818
|
| 47 |
dataset_size: 607585
|
| 48 |
+
- config_name: hp_tuning_balanced_442_per_class
|
| 49 |
+
features:
|
| 50 |
+
- name: id
|
| 51 |
+
dtype: int64
|
| 52 |
+
- name: clean_text
|
| 53 |
+
dtype: string
|
| 54 |
+
- name: cyberbullying_type
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: has_emoji
|
| 57 |
+
dtype: bool
|
| 58 |
+
- name: emoji_count
|
| 59 |
+
dtype: int64
|
| 60 |
+
splits:
|
| 61 |
+
- name: train
|
| 62 |
+
num_bytes: 339770
|
| 63 |
+
num_examples: 2121
|
| 64 |
+
- name: validation
|
| 65 |
+
num_bytes: 82282
|
| 66 |
+
num_examples: 531
|
| 67 |
+
download_size: 266899
|
| 68 |
+
dataset_size: 422052
|
| 69 |
configs:
|
| 70 |
- config_name: default
|
| 71 |
data_files:
|
|
|
|
| 81 |
path: hp_tuning_3000_750/train-*
|
| 82 |
- split: validation
|
| 83 |
path: hp_tuning_3000_750/validation-*
|
| 84 |
+
- config_name: hp_tuning_balanced_442_per_class
|
| 85 |
+
data_files:
|
| 86 |
+
- split: train
|
| 87 |
+
path: hp_tuning_balanced_442_per_class/train-*
|
| 88 |
+
- split: validation
|
| 89 |
+
path: hp_tuning_balanced_442_per_class/validation-*
|
| 90 |
---
|
hp_tuning_balanced_442_per_class/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94ba69f73adcaf121281fc9084a96983619bccd11d0a7a57506ccfa421dca273
|
| 3 |
+
size 213324
|
hp_tuning_balanced_442_per_class/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0870d62a9f4a92555405c51a8a98c66e6b1738f0db9db94250cf62ee4989d8a5
|
| 3 |
+
size 53575
|