image
imagewidth (px)
719
1.7k
en_text
stringclasses
1 value
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan
Create 3 room 2d floor plan

Dataset Card for "Pak_Law_QA"


from huggingface_hub import login

login()
from datasets import load_dataset
import os

# dataset = load_dataset("imagefolder", data_dir="/home/musab/Downloads/ROBIN/Dataset_3rooms/", split="train")
# from datasets import load_dataset

# Load dataset
data_dir = "/home/musab/Downloads/ROBIN/Dataset_3rooms/"
dataset = load_dataset("imagefolder", data_dir=data_dir, split="train")

# Define a function that will be applied to each item
def add_new_column(example):
    # Add a new key-value pair for the new column
    example["en_text"] = "Create 3 room 2d floor plan"
    return example

# Use the map function to apply the function to each item in the dataset
dataset = dataset.map(add_new_column)

# To verify that the new column has been added
print(dataset.column_names)

dataset.push_to_hub("DisgustingOzil/Pak_Law_QA", token=os.environ.get('HF_TOKEN'))

More Information needed

Downloads last month
11
Edit dataset card