CoolFace
Datasetpublic

sohaibx-x/sustainable-fashion

Sustainable Fashion Q&A Dataset This dataset contains a collection of synthetically generated Question-Answer (Q&A) pairs on sustainable fashion and style, with an emphasis on timeless wardrobe pieces, sustainable choices, and capsule wardrobe principles. The data was created using a large language model with advanced reasoning, prompted with various grounded contexts and real-world examples. It can be used to train or evaluate models that specialize in sustainable fashion… See the full description on the dataset page: https://huggingface.co/datasets/sohaibx-x/sustainable-fashion.

sourceHugging Facecc-by-4.0updated 9mo agoView on Hugging Face
0likes4downloads
Dataset Card

Sustainable Fashion Q&A Dataset

This dataset contains a collection of synthetically generated Question-Answer (Q&A) pairs on sustainable fashion and style, with an emphasis on timeless wardrobe pieces, sustainable choices, and capsule wardrobe principles. The data was created using a large language model with advanced reasoning, prompted with various grounded contexts and real-world examples. It can be used to train or evaluate models that specialize in sustainable fashion advice, styling recommendations, or instruction-following tasks.

Examples:

  • —What makes a neutral color palette so timeless?
  • —Which casual shirts stand the test of time?
  • —How can I dress elegantly while pregnant through a hot summer?
  • —How do I mix classic and athletic styles in a sustainable way?
  • —I’m seeking advice for building a seasonless blazer collection. Where do I start?
  • —I’d like to wear jackets more often. Any tips on pairing different jacket types with basics for a classic vibe?
  • —I'm starting a new office job and need timeless business-casual outfits. Any tips?
  • —I'd love to start my timeless wardrobe with a few core items. Where should I begin?
  • —...

Core Criteria

  1. 1.Conciseness & Directness
  2. 2.Offers clear, actionable fashion tips without unnecessary complexity.
  1. 1.Personalization
  2. 2.Tailors advice to individual budgets, lifestyles, and style preferences.
  1. 1.Integration of Concepts
  2. 2.Connects sustainability principles, budget constraints, and style guidelines into a unified approach.
  1. 1.Tone & Accessibility
  2. 2.Maintains a friendly, approachable voice—ideal for newcomers and seasoned eco-conscious dressers alike.
  1. 1.Strategic Focus
  2. 2.Emphasizes long-term wardrobe value, cost-benefit analyses, and ecological impact in every recommendation.
  1. 1.Practical Reality
  2. 2.Balances high-quality investments with realistic budgeting, mixing accessible pieces with sustainable choices.

Overview

  • —Context: The data focuses on classic, long-lasting wardrobe recommendations. Topics include choosing neutral color palettes, selecting high-quality fabrics (like wool), finding universally flattering silhouettes, and embracing sustainability in fashion choices...
  • —Structure: Each entry is formatted, containing two primary fields:
  • —instruction – The user’s question or prompt
  • —response – The corresponding answer or advice
  • —Example Entry (Truncated for Clarity):
json
{"instruction":"What makes a neutral color palette so timeless?", "response":"Neutral tones like black, navy, beige, and gray offer unmatched versatility..."}

Data Generation

  • —Synthetic Creation: This dataset is synthetic—the questions and answers were generated by a large language model. The prompts used in creation were seeded with diverse real-world fashion contexts and examples to ensure groundedness and practical relevance.
  • —Advanced Reasoning: The large language model was employed to simulate more detailed and nuanced fashion advice, making each Q&A pair comprehensive yet concise. Despite the synthetic nature, the reasoning incorporates established fashion principles and best practices.

Dataset Contents

Column NameDescription
instructionA concise question related to fashion, style tips, capsule wardrobes, or sustainability.
responseA short, detailed answer offering timeless styling advice, illustrating best practices in fashion.

Potential Use Cases

  1. 1.Sustainable Fashion Chatbot/Assistant:
  2. 2.Train a model to provide on-demand styling advice or recommendations for various occasions.
  1. 1.Instruction-Following/QA Models:
  2. 2.Ideal for fine-tuning large language models (LLMs) so they can handle fashion-specific questions accurately.
  1. 1.Content Generation:
  2. 2.Generate blog articles, social media content, or editorial pieces on sustainable and timeless fashion, using the Q&A patterns as seed material.
  1. 1.Sustainable Fashion Product Descriptions:
  2. 2.Leverage the dataset to help a model create consistent, on-brand descriptions for apparel and accessories.

Getting Started

  1. 1.Download the Dataset
  2. 2.The data is provided as a csv file where each line is a single record with the keys instruction and response.
  1. 1.Data Preprocessing
  2. 2.Many Q&A or instruction-based fine-tuning frameworks allow direct ingestion of CSV files.
  3. 3.Alternatively, convert the data into your preferred format ( Pandas DataFrame, etc.) for custom processing.
  1. 1.Model Fine-Tuning
  2. 2.If using a language model (e.g., Gemma-style), you can structure each entry with a prompt and desired response.
  3. 3.Incorporate additional context like a system message:
     You are a fashion advisor. Provide concise, accurate style guidance.

Tips for Best Results

  • —Maintain Consistency:
  • —When fine-tuning, keep the format of instruction and response consistent. Models often learn better with clearly defined roles.
  • —Supplementary Data:
  • —If your application requires broader knowledge (e.g., fashion trends or brand-specific info), consider augmenting this dataset with additional Q&A examples or general fashion text data.
  • —Evaluate Quality:
  • —Periodically check the model’s responses using domain experts or user feedback. Adjust or expand the dataset if you notice gaps in the model’s understanding.
  • —Ethical and Inclusive Language:
  • —Fashion advice can intersect with body image and cultural preferences. Ensure your final application provides inclusive and considerate guidance.