cike-dev's picture
Add hp_bal configuration
ec600d0 verified
metadata
license: mit
configs:
  - config_name: default_cleaned
    data_files:
      - split: combined
        path: default_cleaned/combined-*
      - split: train
        path: default_cleaned/train-*
      - split: test
        path: default_cleaned/test-*
      - split: validation
        path: default_cleaned/validation-*
  - config_name: default_raw
    data_files:
      - split: train
        path: default_raw/train-*
  - config_name: hp_bal
    data_files:
      - split: train
        path: hp_bal/train-*
      - split: test
        path: hp_bal/test-*
      - split: val
        path: hp_bal/val-*
  - config_name: hp_strat
    data_files:
      - split: train
        path: hp_strat/train-*
      - split: test
        path: hp_strat/test-*
      - split: val
        path: hp_strat/val-*
  - config_name: hp_strat_drop_other_cb
    data_files:
      - split: train
        path: hp_strat_drop_other_cb/train-*
      - split: test
        path: hp_strat_drop_other_cb/test-*
      - split: val
        path: hp_strat_drop_other_cb/val-*
dataset_info:
  - config_name: default_cleaned
    features:
      - name: tweet_text
        dtype: large_string
      - name: cb_type
        dtype: large_string
      - name: cleaned_text
        dtype: large_string
      - name: cleaned_text_length
        dtype: int64
    splits:
      - name: combined
        num_bytes: 13838070
        num_examples: 44815
      - name: train
        num_bytes: 10395941
        num_examples: 33611
      - name: test
        num_bytes: 2069662
        num_examples: 6722
      - name: validation
        num_bytes: 1389279
        num_examples: 4482
    download_size: 17073446
    dataset_size: 27692952
  - config_name: default_raw
    features:
      - name: tweet_text
        dtype: large_string
      - name: cyberbullying_type
        dtype: large_string
    splits:
      - name: train
        num_bytes: 7795491
        num_examples: 47692
    download_size: 4542261
    dataset_size: 7795491
  - config_name: hp_bal
    features:
      - name: cleaned_text
        dtype: large_string
      - name: cb_type
        dtype: large_string
      - name: __index_level_0__
        dtype: int64
    splits:
      - name: train
        num_bytes: 492814
        num_examples: 3150
      - name: test
        num_bytes: 98785
        num_examples: 630
      - name: val
        num_bytes: 67374
        num_examples: 420
    download_size: 410498
    dataset_size: 658973
  - config_name: hp_strat
    features:
      - name: tweet_text
        dtype: large_string
      - name: cb_type
        dtype: large_string
      - name: cleaned_text
        dtype: large_string
      - name: cleaned_text_length
        dtype: int64
      - name: __index_level_0__
        dtype: int64
    splits:
      - name: train
        num_bytes: 945892
        num_examples: 3000
      - name: test
        num_bytes: 189420
        num_examples: 600
      - name: val
        num_bytes: 127866
        num_examples: 400
    download_size: 815670
    dataset_size: 1263178
  - config_name: hp_strat_drop_other_cb
    features:
      - name: cleaned_text
        dtype: large_string
      - name: cb_type
        dtype: large_string
      - name: __index_level_0__
        dtype: int64
    splits:
      - name: train
        num_bytes: 500322
        num_examples: 3000
      - name: test
        num_bytes: 99261
        num_examples: 600
      - name: val
        num_bytes: 68732
        num_examples: 400
    download_size: 416597
    dataset_size: 668315