perfume
Datasets
All datasets matching “perfume”perfume
Perfume dataset, over 26k perfumes
Dataset Description
RAW Perfume dataset (2024 Year), over 26k perfumes. Images, ingredients, description, etc.
How to use
from huggingface_hub import hf_hub_download
# download raw archive file
zip_file = hf_hub_download(
repo_id='doevent/perfume',
repo_type='dataset',
filename='images.zip',
)
import zipfile
# extract files to your directory
dataset_dir = 'images'
os.makedirs(dataset_dir, exist_ok=True)
with… See the full description on the dataset page: https://huggingface.co/datasets/doevent/perfume.perfume-dataset
Perfume Dataset
Hugging Face-friendly export of crawled perfume records from parfumo_tidytuesday.
Files
data.parquet: primary tabular artifact for datasets.load_dataset(...)
data.jsonl: JSON Lines version of the same split
Suggested usage
from datasets import load_dataset
dataset = load_dataset("your-org/perfume-dataset", split="train")
print(dataset[0])
Schema overview
Each row corresponds to one crawled perfume record and preserves the raw… See the full description on the dataset page: https://huggingface.co/datasets/junyeong-nero/perfume-dataset.perfume-description
Perfume Description Dataset
Dataset Description
The Perfume Description Dataset contains perfume descriptions generated by LLMs using different prompt engineering strategies, annotated by humans for preference. The dataset was created to analyze which generation methods produce the most preferred descriptions and whether ML models can predict human preferences for creative product descriptions.
Dataset Summary
Total Perfumes: 255
Total Annotations (T1): 664… See the full description on the dataset page: https://huggingface.co/datasets/MrBob23/perfume-description.perfume-rec-assetsperfumes-datasetperfume-occasion-texts
Perfume Occasion Texts
Dataset Summary
This dataset has 100 short texts I wrote about perfumes from my collection and my wish list. Each text is about 200 characters and describes a perfume's notes, how it performs, and the season or situation it suits. Each text is labelled with the occasion I would most reach for that perfume: everyday, going out, formal or casual-relaxed. The task is 4-class text classification.
It has two splits:
Split
Texts
everyday… See the full description on the dataset page: https://huggingface.co/datasets/ypolatog/perfume-occasion-texts.
