CoolFace
20 results

cluster

mteb /twentynewsgroups-clustering TwentyNewsgroupsClustering.v2 An MTEB dataset Massive Text Embedding Benchmark Clustering of the 20 Newsgroups dataset (subject only). Task category t2c Domains News, Written Reference https://scikit-learn.org/0.19/datasets/twenty_newsgroups.html How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task = mteb.get_tasks(["TwentyNewsgroupsClustering.v2"]) evaluator = mteb.MTEB(task)… See the full description on the dataset page: https://huggingface.co/datasets/mteb/twentynewsgroups-clustering.texttext-classificationn<1K1 likes17k downloads1y agoHugging Facemteb /stackexchange-clustering StackExchangeClustering.v2 An MTEB dataset Massive Text Embedding Benchmark Clustering of titles from 121 stackexchanges. Clustering of 25 sets, each with 10-50 classes, and each class with 100 - 1000 sentences. Task category t2c Domains Web, Written Reference https://arxiv.org/abs/2104.07081 How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task =… See the full description on the dataset page: https://huggingface.co/datasets/mteb/stackexchange-clustering.texttext-classificationn<1K1 likes5.8k downloads7mo agoHugging Facemteb /arxiv-clustering-s2s ArXivHierarchicalClusteringS2S An MTEB dataset Massive Text Embedding Benchmark Clustering of titles from arxiv. Clustering of 30 sets, either on the main or secondary category Task category t2c Domains Academic, Written Reference https://www.kaggle.com/Cornell-University/arxiv How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task = mteb.get_tasks(["ArXivHierarchicalClusteringS2S"])… See the full description on the dataset page: https://huggingface.co/datasets/mteb/arxiv-clustering-s2s.texttext-classificationn<1K1 likes4k downloads7mo agoHugging Facemteb /biorxiv-clustering-p2p BiorxivClusteringP2P.v2 An MTEB dataset Massive Text Embedding Benchmark Clustering of titles+abstract from biorxiv across 26 categories. Task category t2c Domains Academic, Written Reference https://api.biorxiv.org/ How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task = mteb.get_tasks(["BiorxivClusteringP2P.v2"]) evaluator = mteb.MTEB(task) model = mteb.get_model(YOUR_MODEL)… See the full description on the dataset page: https://huggingface.co/datasets/mteb/biorxiv-clustering-p2p.texttext-classification10K<n<100K0 likes3.9k downloads7mo agoHugging Facemteb /medrxiv-clustering-s2s MedrxivClusteringS2S.v2 An MTEB dataset Massive Text Embedding Benchmark Clustering of titles from medrxiv across 51 categories. Task category t2c Domains Academic, Medical, Written Reference https://api.medrxiv.org/ How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task = mteb.get_tasks(["MedrxivClusteringS2S.v2"]) evaluator = mteb.MTEB(task) model = mteb.get_model(YOUR_MODEL)… See the full description on the dataset page: https://huggingface.co/datasets/mteb/medrxiv-clustering-s2s.texttext-classification10K<n<100K1 likes3.7k downloads1y agoHugging Facemteb /arxiv-clustering-p2p ArXivHierarchicalClusteringP2P An MTEB dataset Massive Text Embedding Benchmark Clustering of titles+abstract from arxiv. Clustering of 30 sets, either on the main or secondary category Task category t2c Domains Academic, Written Reference https://www.kaggle.com/Cornell-University/arxiv How to evaluate on this task You can evaluate an embedding model on this dataset using the following code: import mteb task =… See the full description on the dataset page: https://huggingface.co/datasets/mteb/arxiv-clustering-p2p.texttext-classificationn<1K3 likes3.6k downloads7mo agoHugging Face