CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01hfmlsoc /hub_weekly_snapshots Sample code To query the dataset to see which snapshots are observable, use e.g.: import json from datasets import load_dataset from huggingface_hub import HfApi REPO_ID = "hfmlsoc/hub_weekly_snapshots" hf_api = HfApi() all_files = hf_api.list_repo_files(repo_id=REPO_ID, repo_type="dataset") repo_type_to_snapshots = {} for repo_fpath in all_files: if ".parquet" in repo_fpath: repo_type = repo_fpath.split("/")[0] repo_type_to_snapshots[repo_type] =… See the full description on the dataset page: https://huggingface.co/datasets/hfmlsoc/hub_weekly_snapshots.imageother11 likes2.8k downloads2d agoHugging Face02astro-legacy-archive /fermi-lat-weekly-photons Fermi-LAT weekly photons This dataset contains Fermi Large Area Telescope all-sky weekly photon files from mission week w009 through w153, frozen on 2026-08-30. Its 145 configurations correspond one-to-one with the weekly p305_v001 FITS files. Each Parquet row is an EVENTS row, with the 23 FITS-named columns in their stored order and shape. Mission weeks run Thursday through Wednesday in UTC. The first configuration begins with the science-phase interval on 2008-08-04; w153… See the full description on the dataset page: https://huggingface.co/datasets/astro-legacy-archive/fermi-lat-weekly-photons.tabular100M<n<1B0 likes1.7k downloads17d agoHugging Face03Voxel51 /weeds-galore Dataset Card for weeds-galore This is a FiftyOne dataset with 156 samples. Installation If you haven't already, install FiftyOne: pip install -U fiftyone Usage import fiftyone as fo from fiftyone.utils.huggingface import load_from_hub # Load the dataset # Note: other available arguments include 'max_samples', etc dataset = load_from_hub("Voxel51/weeds-galore") # Launch the App session = fo.launch_app(dataset) Dataset Details… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/weeds-galore.imageobject-detectionn<1K1 likes1.7k downloads3mo agoHugging Face04nuuuwan /lk-tourism-weekly-reports-docstextn<1K0 likes1.3k downloads14d agoHugging Face05nuuuwan /lk-tourism-weekly-reports-chunkstabularn<1K0 likes1.3k downloads14d agoHugging Face06FionnHughes /eu-weekly-oil-bulletin EU Weekly Oil Bulletin — Fuel Prices 2005–2026 Weekly pump prices for petrol, diesel, heating oil, fuel oil and LPG across all 27 EU member states + UK from January 2005 to present — 106,028 rows cleaned from the European Commission Weekly Oil Bulletin into one flat CSV. The EC publishes this as a messy 200-column Excel file with multiple header rows and prices per 1000 litres. This dataset flattens it into one row per country per week per fuel type, with prices converted to EUR… See the full description on the dataset page: https://huggingface.co/datasets/FionnHughes/eu-weekly-oil-bulletin.texttabular-classification100K<n<1M0 likes891 downloads5d agoHugging Face07Weed-Classifier /weed-dataset0 likes749 downloads1y agoHugging Face08Exorde /exorde-social-media-december-2024-week1texttext-classification10M<n<100M11 likes573 downloads2y agoHugging Face09Project-AgML /sorghum_weed_segmentation Sorghum Weed Segmentation A dataset for semantic segmentation of weeds in a sorghum plot. The dataset contains 252 images with pixel-level mask annotations. In the masks, 0 is the background, 1 is sorghum, 2 is grass, and 3 is broadleaf weed. This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library. Citation @article{justina2024sorghumweeddataset_classification, title={SorghumWeedDataset\_Classification and… See the full description on the dataset page: https://huggingface.co/datasets/Project-AgML/sorghum_weed_segmentation.imageimage-segmentationn<1K0 likes561 downloads3mo agoHugging Face10hysts-bot-data /spaces-of-the-week-legacytext1K<n<10K4 likes488 downloads7mo agoHugging Face11hysts-bot-data /spaces-of-the-week Spaces of the Week Weekly list of "Spaces of the Week" featured at https://huggingface.co/spaces, unified across five years of observations. The old per-week YYYY/YYYY-MM-DD.csv layout of this repo has been moved to hysts-bot-data/spaces-of-the-week-legacy. All active use should read data.parquet here. Schema Column Type Notes week_iso string ISO week, e.g. 2025-W13 week_start_date date Monday of the ISO week week_label string? Date pill shown on… See the full description on the dataset page: https://huggingface.co/datasets/hysts-bot-data/spaces-of-the-week.tabular1K<n<10K1 likes439 downloads11h agoHugging Face12LibreYOLO /weed-crop-aerial Weed Crop Aerial This dataset is part of the Roboflow 100 benchmark, a diverse collection of 100 object detection datasets spanning 7 imagery domains. Dataset Statistics Split Images Train 823 Validation 235 Test 118 Total 1,176 Classes (2) crop weed Usage With LibreYOLO from libreyolo import LIBREYOLO # Load a model model = LIBREYOLO(model_path="libreyoloXnano.pt") # Train on this dataset… See the full description on the dataset page: https://huggingface.co/datasets/LibreYOLO/weed-crop-aerial.object-detection1K<n<10K1 likes438 downloads8mo agoHugging Face13LibreYOLO /grass-weeds Grass Weeds This dataset is part of the Roboflow 100 benchmark, a diverse collection of 100 object detection datasets spanning 7 imagery domains. Dataset Statistics Split Images Train 1,661 Validation 580 Test 245 Total 2,486 Classes (1) 0 ridderzuring Usage With LibreYOLO from libreyolo import LIBREYOLO # Load a model model = LIBREYOLO(model_path="libreyoloXnano.pt") # Train on this dataset… See the full description on the dataset page: https://huggingface.co/datasets/LibreYOLO/grass-weeds.object-detection1K<n<10K2 likes414 downloads8mo agoHugging Face14weebnan /spotify_audio_features_partitionedtabular100M<n<1B0 likes408 downloads2mo agoHugging Face15weege007 /youtube_videostextn<1K0 likes369 downloads2y agoHugging Face16HuiZhang0812 /WeEdit_benchmark WeEdit Benchmark WeEdit: A Dataset, Benchmark and Glyph-Guided Framework for Text-centric Image Editing Hui Zhang1,2, Juntao Liu1, Zongkai Liu1,3, Liqiang Niu1, Fandong Meng1, Zuxuan Wu2, and Yu-Gang Jiang2 1WeChat AI, Tencent, 2Fudan University, 3Sun Yat-sen University 📖 Introduction This repository hosts the WeEdit Benchmark, a standardized evaluation suite for text-centric image editing. It is part of the WeEdit project, which provides a systematic framework for… See the full description on the dataset page: https://huggingface.co/datasets/HuiZhang0812/WeEdit_benchmark.imageimage-to-image1K<n<10K3 likes354 downloads6mo agoHugging Face17ericrcwu /week1-general-20b-dolma2-v1 Week-One General 20B Dolma2 This is a deterministic, pretokenized 20-billion-token baseline corpus for controlled language-model architecture and training experiments. It contains nested 100M, 1B, 5B, and 20B views; each larger view is an exact ordered extension of the previous view. It also includes a dataset-only 370m-1.25xc view: the first 9,281,564,672 packed tokens of the verified 20B order, sized for the 1.25xC target of the OLMo-ladder 370M parameter count. The repository… See the full description on the dataset page: https://huggingface.co/datasets/ericrcwu/week1-general-20b-dolma2-v1.texttext-generationn<1K0 likes312 downloads2mo agoHugging Face18weege007 /HuggingFaceTB-cosmopedia-cntabulartext-generation100K<n<1M1 likes280 downloads2y agoHugging Face19Arimancy /cftc-cot-weekly CFTC Commitments of Traders weekly panel Every CFTC Commitments of Traders report family in one tidy, model ready weekly panel: harmonized positions, net positioning and COT index features, a market reference map, and documented release provenance, from 1986 to last Friday, in Parquet and CSV. Dataset structure Four tables, each its own named config (different schemas, never concatenated): cot_panel_long: the tidy long panel, one row per (report_date, contract… See the full description on the dataset page: https://huggingface.co/datasets/Arimancy/cftc-cot-weekly.tabular1M<n<10M1 likes272 downloads22d agoHugging Face20Project-AgML /three_season_weed_detection Three Season Weed Detection A dataset for object detection of Three Season Weed Detection. The dataset contains 8,436 images with 27,963 bounding box annotations across 10 categories. This dataset is indexed on https://project-agml.github.io/ as part of the AgML python library. Citation @article{deng2025weed, title={Weed image augmentation by ControlNet-added stable diffusion for multi-class weed detection}, author={Deng, Boyang and Lu, Yuzhen}… See the full description on the dataset page: https://huggingface.co/datasets/Project-AgML/three_season_weed_detection.imageobject-detection1K<n<10K0 likes243 downloads1mo agoHugging Face21Dark3s /exorde-social-media-december-2024-week1texttext-classification10M<n<100M0 likes193 downloads7mo agoHugging Face22Francesco /weed-crop-aerial Dataset Card for weed-crop-aerial ** The original COCO dataset is stored at dataset.tar.gz** Dataset Summary weed-crop-aerial Supported Tasks and Leaderboards object-detection: The dataset can be used to train a model for Object Detection. Languages English Dataset Structure Data Instances A data point comprises an image and its object annotations. { 'image_id': 15, 'image': <PIL.JpegImagePlugin.JpegImageFile image… See the full description on the dataset page: https://huggingface.co/datasets/Francesco/weed-crop-aerial.imageobject-detection1K<n<10K4 likes179 downloads3y agoHugging Face23paperswithbacktest /Stocks-Weekly-ShortOverShorted Dataset Information Weekly Over-Shorted Stocks metrics for publicly traded companies, provided by SOV.AI. Each record captures short interest positioning, changes, and context for individual tickers. Coverage: Major US-listed equities with available short interest data Update cadence: Weekly snapshots sourced from short interest models Fields: over_shorted: Relative measure of how over-shorted a ticker is over_shorted_chg: Week-over-week change in the over-shorted measure… See the full description on the dataset page: https://huggingface.co/datasets/paperswithbacktest/Stocks-Weekly-ShortOverShorted.tabular1M<n<10M0 likes175 downloads4mo agoHugging Face24THULab /kaggle_web_traffic_weekly kaggle_web_traffic_weekly (TsFile format) 145063 daily time series representing the number of hits or web traffic for a set of Wikipedia pages from 2015-07-01 to 2017-09-10. This repository contains the full source .tsf series from the Monash Time Series Forecasting Repository converted to Apache TsFile format. Summary Source dataset: Monash-University/monash_tsf Original source: https://zenodo.org/record/4656664 Monash subset: kaggle_web_traffic_weekly… See the full description on the dataset page: https://huggingface.co/datasets/THULab/kaggle_web_traffic_weekly.timeseriestime-series-forecasting100K<n<1M0 likes166 downloads15d agoHugging Face25open-llm-leaderboard-old /details_weezywitasneezy__OxytocinErosEngineeringF1-7B-slerp Dataset Card for Evaluation run of weezywitasneezy/OxytocinErosEngineeringF1-7B-slerp Dataset automatically created during the evaluation run of model weezywitasneezy/OxytocinErosEngineeringF1-7B-slerp on the Open LLM Leaderboard. The dataset is composed of 63 configuration, each one coresponding to one of the evaluated task. The dataset has been created from 1 run(s). Each run can be found as a specific split in each configuration, the split being named using the timestamp of the… See the full description on the dataset page: https://huggingface.co/datasets/open-llm-leaderboard-old/details_weezywitasneezy__OxytocinErosEngineeringF1-7B-slerp.0 likes157 downloads2y agoHugging Face26cmcmaster /this_week_in_rheumatology0 likes137 downloads10mo agoHugging Face27negativemeta /weeb-alexandria Weeb Alexandria About the project Weeb Alexandria is a project that unifies anime, otaku, weeb, NSFW, and SFW knowledge into a single, simple, locally hosted knowledge base. It gives local AI agents access to reliable information about the topics you ask them about, helping them retrieve grounded data and reduce hallucinations in this area of knowledge. The project combines tag definitions, aliases, implications, characters, franchises, artists, traits, sources… See the full description on the dataset page: https://huggingface.co/datasets/negativemeta/weeb-alexandria.0 likes133 downloads22d agoHugging Face28OPheno /Weed-phenology OPheno: Curated Weed Emergence & Phenology Dataset Overview The OPheno Curated Weed Emergence & Phenology Dataset provides harmonized, high-quality weed emergence and phenology observations collected from research studies, field trials, and scientific publications. It contains standardized temporal observations of weeds growing within various crop systems, enabling: modelling of weed emergence timing development of weed phenology models cross‑site and… See the full description on the dataset page: https://huggingface.co/datasets/OPheno/Weed-phenology.tabular10K<n<100K0 likes131 downloads4mo agoHugging Face29weeenwang /so101_block_to_baskettabular10K<n<100K0 likes129 downloads15d agoHugging Face30prithivMLmods /Gargantua-R1-Wee Gargantua-R1-Wee The Gargantua-R1-Wee dataset, curated by prithivMLmods and available on Hugging Face, is a compact, high-quality collection of mathematical and scientific reasoning problems paired with detailed solutions. It contains approximately 232,530 rows and is designed in Parquet format for efficient storage and access, with an estimated size of 2.23 GB. This dataset emphasizes rigorous mathematical problem-solving and covers diverse domains such as mathematics, coding… See the full description on the dataset page: https://huggingface.co/datasets/prithivMLmods/Gargantua-R1-Wee.texttext-generation100K<n<1M1 likes124 downloads1y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.