kea
Datasets
All datasets matching “kea”bsd100-set5-set14This repo contains BSD100, Set5 and Set14 for super resolution evaluation study. To access the zipped file:
from huggingface_hub import hf_hub_download
# Replace with the actual repository ID and filename
repo_id = "keanteng/bsd100-set5-set14"
filename = "BSD100.zip" # or Set5.zip and Set14.zip
local_filepath = hf_hub_download(repo_id=repo_id, filename=filename)
print(f"File downloaded to: {local_filepath}")
exploitbench-v8-r2-imagesminiddbs-jpegThis repository contains the JPEG version of Mini-DDBS breast cancer dataset from Kaggle. Sinced the whole dataset is 50GB only the JPEG version is extracted and uploaded here for faster retrieving.
You can use Git Clone to download the whole data or the zip version (although zip version are recommended):
To access the data:
Using Git Clone
git clone https://huggingface.co/datasets/keanteng/miniddbs-jpeg
Using Python
from huggingface_hub import hf_hub_download
# Replace with the actual… See the full description on the dataset page: https://huggingface.co/datasets/keanteng/miniddbs-jpeg.Drug_Protein_Interactions_SmilesLLaMutation-HackathonSynthetic-Negative-DPO-KeawGPT
