CoolFace
5 shown

datasets

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

Clear all
01seansanchez951 /yelp_academic_dataset_reviewtabular1M<n<10M0 likes82 downloads10mo agoHugging Face02YUHAN03 /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 likes26 downloads5mo agoHugging Face03manmanluo /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 likes11 downloads9mo agoHugging Face04JesseFWarrenV /Yelp-Restaurantstabular100K<n<1M1 likes9 downloads1y agoHugging Face05recmeapp /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 likes2 downloads1y agoHugging Face

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