CoolFace
14 shown

datasets

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

Clear all
01SetFit /yelp_review_fulltext100K<n<1M1 likes710 downloads5y agoHugging Face02seansanchez951 /yelp_academic_dataset_reviewtabular1M<n<10M0 likes84 downloads10mo agoHugging Face03yyu /yelp-attrpromptThis is the data used in the paper Large Language Model as Attributed Training Data Generator: A Tale of Diversity and Bias. label.txt: the label name for each class train.jsonl: The original training set. valid.jsonl: The original validation set. test.jsonl: The original test set. simprompt.jsonl: The training data generated by the simple prompt. attrprompt.jsonl: The training data generated by the attributed prompt. texttext-classification100K<n<1M0 likes51 downloads3y agoHugging Face04AlexSham /yelp_filteredhttps://archive.ics.uci.edu/dataset/331/sentiment+labelled+sentences This dataset was created for the Paper 'From Group to Individual Labels using Deep Features', Kotzias et. al,. KDD 2015 Please cite the paper if you want to use it :) It contains sentences labelled with positive or negative sentiment, extracted from reviews of products, movies, and restaurants ======= Format: sentence \t score \n ======= Details: Score is either 1 (for positive) or 0 (for negative) The… See the full description on the dataset page: https://huggingface.co/datasets/AlexSham/yelp_filtered.text1K<n<10K0 likes29 downloads3y agoHugging Face05DDDDZQ /yelp_review_NIPS2015text100K<n<1M0 likes29 downloads2y agoHugging Face06hoangquang27 /yelp-data-settext100K<n<1M0 likes25 downloads3y agoHugging Face07YUHAN03 /yelp-rag-data Yelp RAG Agent Data Vector store and source data for the Yelp Business Intelligence Agent demo. vectorstore/review_chunks.index — FAISS index (60,823 chunks) vectorstore/review_chunks.pkl — chunk metadata + embeddings + business→indices map yelp_reviews_sampled_50k.csv — 50k sampled Yelp reviews yelp_academic_dataset_business.json — Yelp business metadata Embedding model: sentence-transformers/all-MiniLM-L6-v2. tabulartext-retrieval100K<n<1M0 likes25 downloads5mo agoHugging Face08hoangquang27 /text_yelptext10K<n<100K0 likes12 downloads3y agoHugging Face09manmanluo /yelp-review-restaurant-aspect Dataset Description Source This dataset is derived from a publicly available Yelp restaurant review dataset. Domain Restaurant reviews. Subset The dataset contains 6,000 Yelp restaurant reviews randomly sampled from a larger corpus and annotated for six predefined restaurant sentiment aspects: food, service, ambience, cleanliness, location, and price. Size Number of records: 6,000 reviews Number of labels: 6 aspects Labels… See the full description on the dataset page: https://huggingface.co/datasets/manmanluo/yelp-review-restaurant-aspect.tabular1K<n<10K0 likes12 downloads9mo agoHugging Face10NavidVafaei /yelp6text1K<n<10K0 likes9 downloads3y agoHugging Face11JesseFWarrenV /Yelp-Restaurantstabular100K<n<1M1 likes8 downloads1y agoHugging Face12schneiderkamplab /sapient-synth-flan-niv2-fsopt-data-task672-amazon-yelp-summarization sapient-synth-flan-niv2-fsopt-data-task672-amazon-yelp-summarization Chat-template-ready synthetic anonymous replacement examples for one Sapient source excluded from the DFM5 data mix. Contents Format: gzip-compressed JSON Lines under data/train.jsonl.gz Schema: {"messages": [{"role": "user", "content": "..."}, {"role": "assistant", "content": "..."}]} Files: 1 Rows: 259 Task: synthetic anonymous instruction replacement Generation Rows were… See the full description on the dataset page: https://huggingface.co/datasets/schneiderkamplab/sapient-synth-flan-niv2-fsopt-data-task672-amazon-yelp-summarization.textn<1K0 likes8 downloads3mo agoHugging Face13schneiderkamplab /sapient-synth-flan-niv2-zsopt-data-task672-amazon-yelp-summarization sapient-synth-flan-niv2-zsopt-data-task672-amazon-yelp-summarization Chat-template-ready synthetic anonymous replacement examples for one Sapient source excluded from the DFM5 data mix. Contents Format: gzip-compressed JSON Lines under data/train.jsonl.gz Schema: {"messages": [{"role": "user", "content": "..."}, {"role": "assistant", "content": "..."}]} Files: 1 Rows: 159 Task: synthetic anonymous instruction replacement Generation Rows were… See the full description on the dataset page: https://huggingface.co/datasets/schneiderkamplab/sapient-synth-flan-niv2-zsopt-data-task672-amazon-yelp-summarization.textn<1K0 likes7 downloads3mo agoHugging Face14recmeapp /yelpA quick usage example of Yelp dataset. install datasets library %pip install datasets import load_dataset from datasets import load_dataset Reading the Dataset ds = load_dataset("recmeapp/yelp", "main_data") Reading the App MetaData app_metadata = load_dataset("recmeapp/yelp", "app_meta") How many dialogs are there in different splits? train_data = ds['train'] valid_data = ds['val'] test_data = ds['test'] print(f'There are… See the full description on the dataset page: https://huggingface.co/datasets/recmeapp/yelp.tabular10K<n<100K0 likes3 downloads1y agoHugging Face

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