krasserm's picture
Update README.md
800b9e6 verified
metadata
dataset_info:
  features:
    - name: _id
      dtype: string
    - name: url
      dtype: string
    - name: title
      dtype: string
    - name: text
      dtype: string
    - name: emb_ubinary
      sequence: uint8
    - name: emb_int8
      sequence: int8
  splits:
    - name: train
      num_bytes: 68472712050
      num_examples: 41488110
  download_size: 58108387782
  dataset_size: 68472712050
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

This dataset is an extension of the krasserm/wikipedia-2023-11-en-text dataset, with additional columns containing ubinary and int8 embeddings of the text, created with the mixedbread-ai/mxbai-embed-large-v1 embedding model. The dataset has the following columns:

  • _id: unique identifier of the Wikipedia text chunk
  • title: title of the Wikipedia article
  • url: URL of the Wikipedia article
  • text: text chunk of the Wikipedia article
  • emb_ubinary: binary embeddings of the Wikipedia text chunk
  • emb_int8: int8 embeddings of the Wikipedia text chunk