File size: 997 Bytes
15d9ce7 5919890 292b333 15d9ce7 84791ef 15d9ce7 7eb63a9 685b5d8 7dc0f8d 15d9ce7 ac920d0 15d9ce7 04157ec |
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 |
---
language:
- en
license: odc-by
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: text
dtype: string
- name: embedding
sequence: float32
splits:
- name: train
num_bytes: 3210969541
num_examples: 1000000
- name: test
num_bytes: 642189299
num_examples: 200000
download_size: 14389290098
dataset_size: 3853158840
---
# Million Text Embeddings
A dataset with more than a million English sentences and their respective embeddings with the [all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) model.\
**Train Set: 1,000,000**\
**Test Set: 2,00,000**\
**Dimensions: 768**\
**Source: [agentlans/high-quality-english-sentences](https://huggingface.co/datasets/agentlans/high-quality-english-sentences)** \
**GitHub: [sreenaths/hf-datasets](https://github.com/sreenaths/hf-datasets/blob/main/million-text-embeddings.ipynb)** |