pietrolesci's picture
Upload README.md with huggingface_hub
415b5fa
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
  - config_name: embedding_all-mpnet-base-v2
    data_files:
      - split: train
        path: embedding_all-mpnet-base-v2/train-*
      - split: test
        path: embedding_all-mpnet-base-v2/test-*
dataset_info:
  - config_name: default
    features:
      - name: id
        dtype: int32
      - name: topic
        dtype:
          class_label:
            names:
              '0': Society & Culture
              '1': Science & Mathematics
              '2': Health
              '3': Education & Reference
              '4': Computers & Internet
              '5': Sports
              '6': Business & Finance
              '7': Entertainment & Music
              '8': Family & Relationships
              '9': Politics & Government
      - name: question_title
        dtype: string
      - name: question_content
        dtype: string
      - name: best_answer
        dtype: string
      - name: text
        dtype: string
      - name: uid
        dtype: int64
    splits:
      - name: train
        num_bytes: 1506571390
        num_examples: 1400000
      - name: test
        num_bytes: 64707724
        num_examples: 60000
    download_size: 1050038594
    dataset_size: 1571279114
  - config_name: embedding_all-mpnet-base-v2
    features:
      - name: uid
        dtype: int64
      - name: embedding_all-mpnet-base-v2
        sequence: float32
    splits:
      - name: train
        num_bytes: 4317600000
        num_examples: 1400000
      - name: test
        num_bytes: 185040000
        num_examples: 60000
    download_size: 5407717474
    dataset_size: 4502640000

Dataset Card for "yahooanswerstopics"

More Information needed