CoolFace
20 results

Sentence-Transformers

sentence-transformers /stsb Dataset Card for STSB The Semantic Textual Similarity Benchmark (Cer et al., 2017) is a collection of sentence pairs drawn from news headlines, video and image captions, and natural language inference data. Each pair is human-annotated with a similarity score from 1 to 5. However, for this variant, the similarity scores are normalized to between 0 and 1. Dataset Details Columns: "sentence1", "sentence2", "score" Column types: str, str, float Examples:{ 'sentence1': 'A… See the full description on the dataset page: https://huggingface.co/datasets/sentence-transformers/stsb.textfeature-extraction1K<n<10K26 likes16k downloads2y agoHugging Facesentence-transformers /parallel-sentences-ccmatrix Dataset Card for Parallel Sentences - CCMatrix This dataset contains parallel sentences (i.e. English sentence + the same sentences in another language) for numerous other languages. The texts originate from the CCMatrix dataset. Related Datasets The following datasets are also a part of the Parallel Sentences collection: parallel-sentences-europarl parallel-sentences-global-voices parallel-sentences-muse parallel-sentences-jw300 parallel-sentences-news-commentary… See the full description on the dataset page: https://huggingface.co/datasets/sentence-transformers/parallel-sentences-ccmatrix.textfeature-extraction1B<n<10B15 likes6.8k downloads2y agoHugging Facesentence-transformers /miracl Dataset Card for MIRACL This is a reformatting of the MIRACL dataset used to train the BGE-M3 model. See the full BGE-M3 dataset in Shitao/bge-m3-data. Dataset Subsets ...-triplet subset Columns: "anchor", "positive", "negative" Column types: str, str, str Examples:{ 'anchor': '月球到地球的距离是多少?', 'positive': '月球距離\n月球距離 (LD) 是天文學上從地球到月球的距離,從地球到月球的平均距離是384,401公里 (238,856英里)。因為月球在橢圓軌道上運動,實際的距離隨時都在變化著。', 'negative':… See the full description on the dataset page: https://huggingface.co/datasets/sentence-transformers/miracl.textfeature-extraction1M<n<10M3 likes6.2k downloads2y agoHugging Facesentence-transformers /NanoBEIR-entext10K<n<100K4 likes5.4k downloads10mo agoHugging Facesentence-transformers /parallel-sentences-talks Dataset Card for Parallel Sentences - Talks This dataset contains parallel sentences (i.e. English sentence + the same sentences in another language) for numerous other languages. Most of the sentences originate from the OPUS website. In particular, this dataset contains the Talks dataset. Related Datasets The following datasets are also a part of the Parallel Sentences collection: parallel-sentences-europarl parallel-sentences-global-voices parallel-sentences-muse… See the full description on the dataset page: https://huggingface.co/datasets/sentence-transformers/parallel-sentences-talks.textfeature-extraction10M<n<100M12 likes5.2k downloads2y agoHugging Facesentence-transformers /s2orc Dataset Card for S2ORC This dataset contains titles, abstracts, and citations from scientific papers from the Semantic Scholar Open Research Corpus (S2ORC). This dataset can and has been used to train embedding models, and works out of the box to train or finetune Sentence Transformer models. In our experiments, title-abstract pairs result in the highest performance, followed by titles-citations and then abstract-citations pairs. Dataset Subsets… See the full description on the dataset page: https://huggingface.co/datasets/sentence-transformers/s2orc.textfeature-extraction100M<n<1B19 likes4.4k downloads2y agoHugging Face