CoolFace
20 results

dpr

facebook /wiki_dprThis is the wikipedia split used to evaluate the Dense Passage Retrieval (DPR) model. It contains 21M passages from wikipedia along with their DPR embeddings. The wikipedia articles were split into multiple, disjoint text blocks of 100 words as passages.fill-mask10M<n<100M45 likes36k downloads3y agoHugging Facecoref-data /dpr_raw "definite_pronoun_resolution" (dpr) Dataset Summary Composed by 30 students from one of the author's undergraduate classes. These sentence pairs cover topics ranging from real events (e.g., Iran's plan to attack the Saudi ambassador to the U.S.) to events/characters in movies (e.g., Batman) and purely imaginary situations, largely reflecting the pop culture as perceived by the American kids born in the early 90s. Each annotated example spans four lines: the first line… See the full description on the dataset page: https://huggingface.co/datasets/coref-data/dpr_raw.text1K<n<10K0 likes5.4k downloads3y agoHugging Facehf-internal-testing /wiki_dpr_dummyThis dummy dataset is used for testing purpose for rag model in transformers. It is proudced via the following steps: dataset = datasets.load_dataset("wiki_dpr", with_embeddings=True, with_index=True, index_name="exact", embeddings_name="nq", dummy=True, revision=None) dataset["train"].drop_index("embeddings") dataset.push_to_hub("hf-internal-testing/wiki_dpr_dummy", token="...") The index file `index.faiss` (after being renamed locally) is then uploaded manually. text10K<n<100K0 likes2.1k downloads1y agoHugging Facekenhktsui /wiki_dpr_e5wiki_dpr encoded with intfloat/e5-base-v2 text10M<n<100M0 likes961 downloads3y agoHugging Facejxm /nq_corpus_dpr Dataset Card for "nq_corpus_dpr" More Information needed text1M<n<10M2 likes596 downloads3y agoHugging Faceysenarath /wikipedia-20240901-dprtext1M<n<10M0 likes470 downloads2y agoHugging Face