CoolFace
20 results

Twitter

mteb /TwitterHjerneRetrieval TwitterHjerneRetrieval An MTEB dataset Massive Text Embedding Benchmark Danish question asked on Twitter with the Hashtag #Twitterhjerne ('Twitter brain') and their corresponding answer. Task category t2t Domains Social, Written Reference https://huggingface.co/datasets/sorenmulli/da-hashtag-twitterhjerne 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/TwitterHjerneRetrieval.texttext-retrievaln<1K0 likes7.1k downloads1y agoHugging Facemteb /twittersemeval2015-pairclassification TwitterSemEval2015 An MTEB dataset Massive Text Embedding Benchmark Paraphrase-Pairs of Tweets from the SemEval 2015 workshop. Task category t2t Domains Social, Written Reference https://alt.qcri.org/semeval2015/task1/ 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(["TwitterSemEval2015"]) evaluator = mteb.MTEB(task) model = mteb.get_model(YOUR_MODEL)… See the full description on the dataset page: https://huggingface.co/datasets/mteb/twittersemeval2015-pairclassification.texttext-classificationn<1K0 likes5.3k downloads1y agoHugging Facemteb /twitterurlcorpus-pairclassification TwitterURLCorpus An MTEB dataset Massive Text Embedding Benchmark Paraphrase-Pairs of Tweets. Task category t2t Domains Social, Written Reference https://languagenet.github.io/ 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(["TwitterURLCorpus"]) evaluator = mteb.MTEB(task) model = mteb.get_model(YOUR_MODEL) evaluator.run(model) To learn more about how to run… See the full description on the dataset page: https://huggingface.co/datasets/mteb/twitterurlcorpus-pairclassification.texttext-classificationn<1K0 likes4.7k downloads7mo agoHugging Facezeroshot /twitter-financial-news-sentiment Dataset Description The Twitter Financial News dataset is an English-language dataset containing an annotated corpus of finance-related tweets. This dataset is used to classify finance-related tweets for their sentiment. The dataset holds 11,932 documents annotated with 3 labels: sentiments = { "LABEL_0": "Bearish", "LABEL_1": "Bullish", "LABEL_2": "Neutral" } The data was collected using the Twitter API. The current dataset supports the multi-class classification… See the full description on the dataset page: https://huggingface.co/datasets/zeroshot/twitter-financial-news-sentiment.texttext-classification10K<n<100K179 likes4.1k downloads3y agoHugging Facezeroshot /twitter-financial-news-topic Dataset Description The Twitter Financial News dataset is an English-language dataset containing an annotated corpus of finance-related tweets. This dataset is used to classify finance-related tweets for their topic. The dataset holds 21,107 documents annotated with 20 labels: topics = { "LABEL_0": "Analyst Update", "LABEL_1": "Fed | Central Banks", "LABEL_2": "Company | Product News", "LABEL_3": "Treasuries | Corporate Debt", "LABEL_4": "Dividend"… See the full description on the dataset page: https://huggingface.co/datasets/zeroshot/twitter-financial-news-topic.texttext-classification10K<n<100K43 likes1.9k downloads3y agoHugging Faceenryu43 /twitter100m_tweets Dataset Card for "twitter100m_tweets" Dataset with tweets for this post. DOI: 10.5281/zenodo.15086029 tabular10M<n<100M35 likes1.3k downloads1y agoHugging Face