--- dataset_info: features: - name: text dtype: string - name: embedding list: float32 length: 768 splits: - name: train num_examples: 1291304 dataset_size: 1291304 download_size: 1291304 configs: - config_name: default data_files: - split: train path: train/* metadata: model_name: Alibaba-NLP/gte-modernbert-base dataset_name: google-research-datasets/paws --- # Embedpress: Alibaba-NLP/gte-modernbert-base on the google-research-datasets/paws dataset This is the [google-research-datasets/paws](https://huggingface.co/datasets/google-research-datasets/paws) dataset, embedded with [Alibaba-NLP/gte-modernbert-base](https://huggingface.co/Alibaba-NLP/gte-modernbert-base). For each example, we embed the text directly (no additional instruction prompt). Embeddings have dimensionality **768**. These embeddings are intended for tasks like large-scale distillation, retrieval, and similarity search. Because the raw text may exceed the model’s limit, we recommend truncating to the model’s maximum token length at build time. ## Schema - `text` *(string)* — the query text used for embedding - `embedding` *(float32[768])* — the vector representation from `Alibaba-NLP/gte-modernbert-base` ## Split - `train` — **1291304 examples** ## Notes - Produced with `Alibaba-NLP/gte-modernbert-base` from Hugging Face Hub. - If you need a smaller embedding size (e.g., matryoshka/truncated vectors), you can safely slice the embeddings without re-embedding. ## Acknowledgments Thanks [Mixedbread AI](https://www.mixedbread.com/) for a GPU grant for research into small retrieval models.