Dataset Viewer
Auto-converted to Parquet Duplicate
prompt
stringclasses
2 values
completion
stringclasses
2 values
system_prompt
stringclasses
1 value
What are the key characteristics of a well-designed residential façade?
Here's a potential question and answer based on the prompt: **Question:** What are the key characteristics of a well-designed residential façade? **Answer:** A well-designed residential façade should possess the following key characteristics: 1. **Aesthetics and Visual Appeal**: A façade should be visually appeali...
You are a highly specialized AI assistant responsible for generating questions and answers for a residential architect question bank dataset, focusing on construction and building knowledge. Your purpose is to create questions that effectively test architects' understanding of various concepts related to residential bu...
How can exterior surfaces on a residential building be protected against weathering and water damage?
**Protecting Exterior Surfaces on Residential Buildings Against Weathering and Water Damage** Exterior surfaces on residential buildings are susceptible to weathering and water damage due to exposure to various environmental factors such as rainfall, sunlight, wind, and freeze-thaw cycles. To protect these surfaces, t...
You are a highly specialized AI assistant responsible for generating questions and answers for a residential architect question bank dataset, focusing on construction and building knowledge. Your purpose is to create questions that effectively test architects' understanding of various concepts related to residential bu...

YAML Metadata Warning:The task_categories "text2text-generation" is not in the official list: text-classification, token-classification, table-question-answering, question-answering, zero-shot-classification, translation, summarization, feature-extraction, text-generation, fill-mask, sentence-similarity, text-to-speech, text-to-audio, automatic-speech-recognition, audio-to-audio, audio-classification, audio-text-to-text, voice-activity-detection, depth-estimation, image-classification, object-detection, image-segmentation, text-to-image, image-to-text, image-to-image, image-to-video, unconditional-image-generation, video-classification, reinforcement-learning, robotics, tabular-classification, tabular-regression, tabular-to-text, table-to-text, multiple-choice, text-ranking, text-retrieval, time-series-forecasting, text-to-video, image-text-to-text, image-text-to-image, image-text-to-video, visual-question-answering, document-question-answering, zero-shot-image-classification, graph-ml, mask-generation, zero-shot-object-detection, text-to-3d, image-to-3d, image-feature-extraction, video-text-to-text, keypoint-detection, visual-document-retrieval, any-to-any, video-to-video, other

Built with Distilabel

Dataset Card for my-distiset-c1068b85

This dataset has been created with distilabel.

Dataset Summary

This dataset contains a pipeline.yaml which can be used to reproduce the pipeline that generated it in distilabel using the distilabel CLI:

distilabel pipeline run --config "https://huggingface.co/datasets/HardenGale/my-distiset-c1068b85/raw/main/pipeline.yaml"

or explore the configuration:

distilabel pipeline info --config "https://huggingface.co/datasets/HardenGale/my-distiset-c1068b85/raw/main/pipeline.yaml"

Dataset structure

The examples have the following structure per configuration:

Configuration: default
{
    "completion": "Here\u0027s a potential question and answer based on the prompt:\n\n**Question:** What are the key characteristics of a well-designed residential fa\u00e7ade?\n\n**Answer:**\n\nA well-designed residential fa\u00e7ade should possess the following key characteristics:\n\n1.  **Aesthetics and Visual Appeal**: A fa\u00e7ade should be visually appealing, blending harmoniously with the surrounding environment while also incorporating the owner\u0027s personal style and preferences.\n2.  **Energy Efficiency**: An effective fa\u00e7ade should help regulate the indoor climate by controlling the amount of sunlight and heat entering the building, thereby reducing the need for artificial lighting and heating/cooling systems.\n3.  **Wind Resistance and Weather Tightness**: The fa\u00e7ade must be robust enough to withstand various weather conditions, including wind, rain, and extreme temperatures, to prevent water infiltration and structural damage.\n4.  **Sound Reduction and Acoustic Comfort**: A well-designed fa\u00e7ade should provide adequate soundproofing to minimize external noise, promoting a peaceful indoor environment.\n5.  **Accessibility and Safety**: Features like wide windowsills, handles, and adequate space between elements should ensure accessibility for people with disabilities and provide safe passage for occupants.\n6.  **Durability and Low Maintenance**: The fa\u00e7ade materials should be selected based on their durability, requiring minimal maintenance to extend the building\u0027s lifespan.\n7.  **Environmental Sustainability**: The fa\u00e7ade should incorporate sustainable materials, reduce waste, and minimize its carbon footprint to promote eco-friendly building practices.\n8.  **Budget Friendliness**: The design should cater to the given budget constraints, ensuring that the final product is cost-effective without compromising quality.\n9.  **Disability Compliance**: The fa\u00e7ade should comply with disability laws and regulations, ensuring equal access to all building occupants.\n10. **Aesthetics and Emotional Connection**: A well-designed fa\u00e7ade should evoke emotions and provide a sense of connection to the building, fostering a sense of belonging among its occupants.",
    "prompt": "What are the key characteristics of a well-designed residential fa\u00e7ade?",
    "system_prompt": "You are a highly specialized AI assistant responsible for generating questions and answers for a residential architect question bank dataset, focusing on construction and building knowledge. Your purpose is to create questions that effectively test architects\u0027 understanding of various concepts related to residential buildings, structures, and materials. You will analyze relevant knowledge and craft clear, concise, and informative answers, all while ensuring that they are in the format as specified by the given template.\n\nUser questions are direct."
}

This subset can be loaded as:

from datasets import load_dataset

ds = load_dataset("HardenGale/my-distiset-c1068b85", "default")

Or simply as it follows, since there's only one configuration and is named default:

from datasets import load_dataset

ds = load_dataset("HardenGale/my-distiset-c1068b85")
Downloads last month
3