Datasets:
text
stringclasses 10
values | label
class label 3
classes |
---|---|
The building features a ground floor with a restaurant, a fitness center, and a retail space, while the second floor contains office suites and a community room. The third floor has a rooftop garden and a private dining area, and the basement level includes a parking garage, storage areas, and a laundry facility. | 0mixed-use-building
|
The building has 3 floors with 10 apartments, each with 2 bedrooms and 1 bathroom. The living room, kitchen, and dining area are combined in an open-plan layout. There are also 2 laundry facilities and 1 elevator. | 1residential-building
|
The architectural plan depicts a building with 5 levels, consisting of retail spaces on the ground floor, office spaces on the upper levels, and a rooftop garden. The building also has a basement level with parking and storage. The interior layout includes a central staircase connecting all levels, and the building is surrounded by a 10-foot-high glass façade. | 0mixed-use-building
|
The building has a large, open space with various types of equipment such as machinery, forklifts, and conveyor belts. There are several offices and meeting rooms, but they are not as prominent as the production area. The space is divided into different zones, each with its own specific purpose, and there are storage areas for raw materials and finished products. | 2industrial-building
|
The layout of the facility consists of a large warehouse area with a footprint of approximately 10,000 square meters, a loading dock, and two large cranes. Adjacent to the warehouse are offices and a break room for employees. The facility also has a large parking area and a loading dock with a height clearance of 5 meters. | 2industrial-building
|
The living room is adjacent to the kitchen, and a spacious dining area is located near the entrance. The master bedroom is situated on the second floor, with a walk-in closet and a private bathroom. The second floor also features two additional bedrooms and a shared bathroom. | 1residential-building
|
This floor plan features a living room with a kitchenette, a single bedroom with an en-suite bathroom, and a small patio area that offers a view of the surrounding neighborhood. The building is a single-story structure with a sloping roof and a metal exterior. The interior walls are painted a neutral beige color and the floors are made of hardwood. | 1residential-building
|
The building has a mix of office spaces, retail shops, and residential units on the upper floors, with a large parking garage and a rooftop garden. The building's design prioritizes sustainability and energy efficiency, with solar panels and a green roof. | 0mixed-use-building
|
The layout consists of a ground floor with a retail space occupying 40% of the area, a mezzanine level with office space covering 30%, and residential units on the upper two floors, each comprising 15% of the total area. The building also features a rooftop with a community garden. | 0mixed-use-building
|
The apartment complex consists of 12 floors with 50 units per floor. Each unit has 2 bedrooms, 2 bathrooms, and a spacious living room with a kitchenette. The building has a rooftop pool and a gym for residents' use. The parking garage has 2 levels with a capacity of 100 cars. | 1residential-building
|
Dataset Card for my-distiset-c65e96ea
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/christinakou/my-distiset-c65e96ea/raw/main/pipeline.yaml"
or explore the configuration:
distilabel pipeline info --config "https://huggingface.co/datasets/christinakou/my-distiset-c65e96ea/raw/main/pipeline.yaml"
Dataset structure
The examples have the following structure per configuration:
Configuration: default
{
"label": 0,
"text": "The building features a ground floor with a restaurant, a fitness center, and a retail space, while the second floor contains office suites and a community room. The third floor has a rooftop garden and a private dining area, and the basement level includes a parking garage, storage areas, and a laundry facility."
}
This subset can be loaded as:
from datasets import load_dataset
ds = load_dataset("christinakou/my-distiset-c65e96ea", "default")
Or simply as it follows, since there's only one configuration and is named default
:
from datasets import load_dataset
ds = load_dataset("christinakou/my-distiset-c65e96ea")
- Downloads last month
- 36