CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01deadbits /vigil-jailbreak-all-mpnet-base-v2 Vigil: LLM Jailbreak all-mpnet-base-v2 Repo: github.com/deadbits/vigil-llm Vigil is a Python framework and REST API for assessing Large Language Model (LLM) prompts against a set of scanners to detect prompt injections, jailbreaks, and other potentially risky inputs. This repository contains all-mpnet-base-v2 embeddings for all "jailbreak" prompts used by Vigil. You can use the parquet2vdb.py utility to load the embeddings in the Vigil chromadb instance, or use them in your own… See the full description on the dataset page: https://huggingface.co/datasets/deadbits/vigil-jailbreak-all-mpnet-base-v2.textn<1K1 likes15k downloads3y agoHugging Face02sentence-transformers /msmarco-mpnet-margin-mse-mean-v1 MS MARCO with hard negatives from mpnet-margin-mse-mean-v1 MS MARCO is a large scale information retrieval corpus that was created based on real user search queries using the Bing search engine. For each query and gold positive passage, the 50 most similar paragraphs were mined using 13 different models. The resulting data can be used to train Sentence Transformer models. Related Datasets These are the datasets generated using the 13 different models: msmarco-bm25… See the full description on the dataset page: https://huggingface.co/datasets/sentence-transformers/msmarco-mpnet-margin-mse-mean-v1.tabularfeature-extraction10M<n<100M1 likes1.6k downloads2y agoHugging Face03olmer /wiki_mpnet_embeddingsEmbeddings of the english Wikipedia paragraphs using all-mpnet-base-v2 sentence transformers encoder.The dataset contains 43 911 155 paragraphs from 6 458 670 Wikipedia articles.The size of each paragraph varies from 20 to 2000 characters.For each paragraph there is an embedding of size 768.Embeddings are stored in numpy files, 1 000 000 embeddings per file.For each embedding file, there is an ids file that contains the list of ids of the corresponding paragraphs.Be careful, dataset size is… See the full description on the dataset page: https://huggingface.co/datasets/olmer/wiki_mpnet_embeddings.texttext-retrieval10M<n<100M1 likes88 downloads3y agoHugging Face04GBaker /MedQA-USMLE-4-options-hf-MPNet-IR Dataset Card for "MedQA-USMLE-4-options-hf-MPNet-IR" More Information needed text10K<n<100K5 likes55 downloads4y agoHugging Face05cat-claws /hotpotqa_clustered_dbscan_all-mpnet-base-v2_autotext10K<n<100K0 likes41 downloads1y agoHugging Face06cat-claws /hotpotqa_clustered_agglomerative_all-mpnet-base-v2_50text10K<n<100K0 likes34 downloads1y agoHugging Face07dcarpintero /arxiv.cs.CL.25k.embeddings.mpnettext10K<n<100K0 likes33 downloads2y agoHugging Face08cat-claws /hotpotqa_clustered_spectral_all-mpnet-base-v2_10text10K<n<100K0 likes33 downloads1y agoHugging Face09cat-claws /hotpotqa_clustered_minibatchkmeans_all-mpnet-base-v2_10text10K<n<100K0 likes29 downloads1y agoHugging Face10deadbits /vigil-instruction-bypass-all-mpnet-base-v2 Vigil: LLM Instruction Bypass all-mpnet-base-v2 Repo: github.com/deadbits/vigil-llm Vigil is a Python framework and REST API for assessing Large Language Model (LLM) prompts against a set of scanners to detect prompt injections, jailbreaks, and other potentially risky inputs. This repository contains all-mpnet-base-v2 embeddings for all Instruction Bypass style prompts ("Ignore instructions ...") used by Vigil. You can use the parquet2vdb.py utility to load the embeddings in the… See the full description on the dataset page: https://huggingface.co/datasets/deadbits/vigil-instruction-bypass-all-mpnet-base-v2.text1K<n<10K0 likes27 downloads3y agoHugging Face11cat-claws /hotpotqa_clustered_agglomerative_all-mpnet-base-v2_2text10K<n<100K0 likes27 downloads1y agoHugging Face12cat-claws /hotpotqa_clustered_spectral_all-mpnet-base-v2_50text10K<n<100K0 likes25 downloads1y agoHugging Face13cat-claws /hotpotqa_clustered_spectral_all-mpnet-base-v2_2text10K<n<100K0 likes24 downloads1y agoHugging Face14mikeee /chroma-paraphrase-multilingual-mpnet-base-v2 Dataset Card for hlm-paraphrase-multilingual-mpnet-base-v2 Dataset Summary Chromadb vectorstore for 红楼梦, created with import os from langchain.document_loaders import TextLoader from langchain.embeddings import SentenceTransformerEmbeddings from langchain.text_splitter import RecursiveCharacterTextSplitter from langchain.vectorstores import Chroma model_name = 'paraphrase-multilingual-mpnet-base-v2' embedding =… See the full description on the dataset page: https://huggingface.co/datasets/mikeee/chroma-paraphrase-multilingual-mpnet-base-v2.text1K<n<10K2 likes23 downloads3y agoHugging Face15cat-claws /hotpotqa_clustered_minibatchkmeans_all-mpnet-base-v2_50text10K<n<100K0 likes22 downloads1y agoHugging Face16pageman /philippine-budget-2025-embeddings-mpnet Philippine Budget 2025 - Vector Embeddings (all-mpnet-base-v2) Dataset Description This dataset contains vector embeddings of the 2025 People's Budget of the Philippines, a citizen-friendly overview of the PHP 6.326 trillion national budget published by the Department of Budget and Management (DBM). Source Document These embeddings are based on the 2025 People's Enacted Budget (English version, revised as of April 22, 2025). Direct Download Link: 2025 People's… See the full description on the dataset page: https://huggingface.co/datasets/pageman/philippine-budget-2025-embeddings-mpnet.tabularsentence-similarityn<1K0 likes22 downloads11mo agoHugging Face17maiia-bocharova /ukr_sentence_pairs_mpnettext1M<n<10M0 likes21 downloads2y agoHugging Face18cat-claws /hotpotqa_clustered_agglomerative_all-mpnet-base-v2_20text10K<n<100K0 likes19 downloads1y agoHugging Face19karmiq /wikipedia-embeddings-cs-seznam-mpnetThis dataset contains the Czech subset of the wikimedia/wikipedia dataset. Each page is divided into paragraphs, stored as a list in the chunks column. For every paragraph, embeddings are created using the Seznam/simcse-dist-mpnet-paracrawl-cs-en model. Usage Load the dataset: from datasets import load_dataset ds = load_dataset("karmiq/wikipedia-embeddings-cs-seznam-mpnet", split="train") ds[1] { 'id': '1', 'url': 'https://cs.wikipedia.org/wiki/Astronomie', 'title':… See the full description on the dataset page: https://huggingface.co/datasets/karmiq/wikipedia-embeddings-cs-seznam-mpnet.texttext-generation100K<n<1M0 likes17 downloads3y agoHugging Face20cat-claws /hotpotqa_clustered_agglomerative_all-mpnet-base-v2_10text10K<n<100K0 likes17 downloads1y agoHugging Face21cat-claws /hotpotqa_clustered_minibatchkmeans_all-mpnet-base-v2_5text10K<n<100K0 likes17 downloads1y agoHugging Face22Nutanix /transformers_mpnet_rag_llama70b_llama8b_resultstabularn<1K0 likes16 downloads2y agoHugging Face23cat-claws /hotpotqa_clustered_agglomerative_all-mpnet-base-v2_5text10K<n<100K0 likes15 downloads1y agoHugging Face24davisrbr /JBB-behaviors-embeddings-all-mpnet-base-v2tabularn<1K0 likes13 downloads2y agoHugging Face25Nutanix /transformers_mpnet_rag_no_feature_llama70b_llama8b_resultstabularn<1K0 likes12 downloads2y agoHugging Face26Nutanix /transformers_mpnet_zero_shot_llama70b_llama8b_resultstabularn<1K0 likes11 downloads2y agoHugging Face27Talip7 /scikit-learn-issues-embeddings-mpnettext10K<n<100K0 likes11 downloads9mo agoHugging Face28dcarpintero /arxiv.cs.CL.10k.embeddings.mpnettext10K<n<100K0 likes9 downloads2y agoHugging Face29Nutanix /transformers_mpnet_combined_llama70b_llama8b_resultstextn<1K0 likes9 downloads2y agoHugging Face30cat-claws /hotpotqa_clustered_spectral_all-mpnet-base-v2_20text10K<n<100K0 likes8 downloads1y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.