File size: 1,176 Bytes
ebcebb9 e4d86b9 800b9e6 e4d86b9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
---
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](https://huggingface.co/datasets/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](https://huggingface.co/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
|