LittleFish-Coder's picture
Add cross-topic 10/2/2 few-shot split
b57c619 verified
|
Raw
History Blame Contribute Delete
1.34 kB
metadata
dataset_info:
  features:
    - name: text
      dtype: string
    - name: label
      dtype: int64
    - name: bert_embeddings
      list: float32
    - name: roberta_embeddings
      list: float32
    - name: user_interactions
      list:
        - name: content
          dtype: string
        - name: id
          dtype: string
        - name: tone
          dtype: string
    - name: interaction_embeddings_list
      list:
        list: float64
    - name: interaction_tones_list
      list: string
    - name: combined_embeddings
      list: float64
    - name: distilbert_embeddings
      list: float32
    - name: bigbird_embeddings
      list: float32
    - name: deberta_embeddings
      list: float32
    - name: topic_id
      dtype: int64
    - name: topic_name
      dtype: string
    - name: cross_topic_source_split
      dtype: string
    - name: cross_topic_source_index
      dtype: int64
    - name: cross_topic_id
      dtype: int64
    - name: cross_topic_name
      dtype: string
  splits:
    - name: train
      num_bytes: 59240027
      num_examples: 364
    - name: validation
      num_bytes: 9698759
      num_examples: 59
    - name: test
      num_bytes: 9524383
      num_examples: 60
  download_size: 77078202
  dataset_size: 78463169
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*