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
01meteolibre-dev /global_sat_metar_v2 Global GMGSI + METAR Patches (v2) Dense global satellite imagery (GMGSI, 4 channels, 0.1° / ~9 km, hourly) paired with sparse global METAR station observations rasterized onto the same 3600×1800 grid, sliced into 128×128 spatial patches with a 7-frame hourly temporal context. Designed as a self-supervised / supervised pre-training corpus for weather foundation models that need to jointly see geostationary satellite fields and ground-truth in-situ observations. This dataset is… See the full description on the dataset page: https://huggingface.co/datasets/meteolibre-dev/global_sat_metar_v2.image-to-image100K<n<1M1 likes2.5k downloads10d agoHugging Face02meteolibre-dev /global_sat_metar_v3 global_sat_metar_v3 Corrected republish of meteolibre-dev/global_sat_metar_v2. Same shards, schema, patch grid and satellite/radar/elevation bytes; only the rasterized METAR/SYNOP channel was fixed. What was fixed The v2 rasterizer used a closed 1-hour window [t-1h, t], so every observation stamped at exactly HH:00:00 (all SYNOP/FM-12 reports, and any station with reporting gaps > 1h) was written into two consecutive hourly frames. ~20-40% of consecutive obs pairs… See the full description on the dataset page: https://huggingface.co/datasets/meteolibre-dev/global_sat_metar_v3.1 likes662 downloads9d agoHugging Face03consgicody /asos-metar-archive ASOS METAR daily archive Daily Parquet snapshots of raw METARs from ~920 NWS/FAA/DOD AOMC ASOS stations, harvested from the live O.W.L. REST API at consgicody/asos-tools. File layout: YYYY/MM/DD.parquet — one file per UTC day. Quick start (Python) import pandas as pd df = pd.read_parquet( "hf://datasets/consgicody/asos-metar-archive/2026/09/09.parquet" ) print(df[df["station"] == "JFK"].head()) Or query directly with DuckDB: import duckdb duckdb.sql("""… See the full description on the dataset page: https://huggingface.co/datasets/consgicody/asos-metar-archive.tabular100K<n<1M0 likes343 downloads15d agoHugging Face04Abbey4799 /MetaR-Metaphorical-Riddle METAR: Metaphorical Riddle Dataset for Meta-Reasoning This dataset is the official training data for the paper: "Metaphor Reasoning is Meta-reasoning" (ACL 2026). Abstract Metaphor reasoning is an essential cognitive ability that maps knowledge from familiar domains to more abstract domains. This study proposes METAR, an automated system for synthesizing metaphorical riddles that are diverse, balanced, reasoning-oriented, challenging, and verifiable. Dataset… See the full description on the dataset page: https://huggingface.co/datasets/Abbey4799/MetaR-Metaphorical-Riddle.text1K<n<10K0 likes266 downloads5mo agoHugging Face05opendatalab /Meta-rater-PRRC-Rater-dataset PRRC Rater Training and Evaluation Dataset Dataset Description This dataset contains the full training and evaluation data for the PRRC rater models described in Meta-rater: A Multi-dimensional Data Selection Method for Pre-training Language Models. It is designed for training and benchmarking models that score text along four key quality dimensions: Professionalism, Readability, Reasoning, and Cleanliness. Source: Subset of SlimPajama-627B, annotated for PRRC dimensions… See the full description on the dataset page: https://huggingface.co/datasets/opendatalab/Meta-rater-PRRC-Rater-dataset.tabulartext-classification100K<n<1M1 likes189 downloads1y agoHugging Face06GengxuLi123 /OCR-MetaReasoning OCR-MetaReasoning Benchmark: Evaluating the Meta-Reasoning Ability of MLLMs in Text-Rich Image Understanding Gengxu Li1, Yuan Wu1*, Yi Chang1,2,3 1 School of Artificial Intelligence, Jilin University   2 Engineering Research Center of Knowledge-Driven Human-Machine Intelligence, MOE, China 3 International Center of Future Science, Jilin University Overview · Task · Dataset · Evaluation · Citation OCR-MetaReasoning is a controlled benchmark for testing… See the full description on the dataset page: https://huggingface.co/datasets/GengxuLi123/OCR-MetaReasoning.imagequestion-answering1K<n<10K1 likes160 downloads23d agoHugging Face07anote-ai /meta-routing MetaRouting Dataset This dataset contains synthetic benchmark artifacts for the Research MetaRouting project, covering meta-decision policies for agentic workflows: when to answer directly, decompose, retrieve, execute code, delegate, verify, or recover from failures. Source repository: https://github.com/anote-ai/Research-MetaRouting Displayable Configs The Hugging Face viewer reads normalized JSONL tables under viewer/: dai2026_traces, dai2026_tasks… See the full description on the dataset page: https://huggingface.co/datasets/anote-ai/meta-routing.tabulartext-classification10K<n<100K0 likes71 downloads1mo agoHugging Face08metarank /esci Amazon ESCI/ESCI-S dataset A combination of Amazon ESCI and ESCI-S datasets in a JSON format. Used for fine-tuning bi- and cross-encoder models in the Metarank project. Dataset format The dataset is encoded in a JSON-line format, where each row is a single ranking event, with all item metadata pre-joined. An example: { "query": "!qscreen fence without holes", "e": [ { "title": "Zippity Outdoor Products ZP19026 Lightweight Portable Vinyl Picket Fence Kit… See the full description on the dataset page: https://huggingface.co/datasets/metarank/esci.10K<n<100K2 likes64 downloads3y agoHugging Face09zqz979 /meta-review Dataset Card for Dataset Name Dataset Summary The Meta-Review dataset is a dataset created based on the ORSUM dataset proposed in the paper "Meta-review Generation with Checklist-guided Iterative Introspection" by Zeng et al. Downloaded from their official GitHub Repo: https://github.com/Mankeerat/orsum-meta-review-generation Supported Tasks and Leaderboards Multi-Document Summarization Languages English Dataset Structure Data… See the full description on the dataset page: https://huggingface.co/datasets/zqz979/meta-review.textsummarization10K<n<100K2 likes52 downloads3y agoHugging Face10metareflection /formal-disco Formal Disco: Scalable Open-Ended Generation of Formally Verified Programs This dataset contains synthetic verified programs generated by formal-disco in three languages: Dafny. Verus and Frama-C. A preliminary (Dafny-only) dataset was previously released here. Dataset Structure The dataset contains two JSON files:… See the full description on the dataset page: https://huggingface.co/datasets/metareflection/formal-disco.text100K<n<1M0 likes46 downloads3mo agoHugging Face11MapleBi /MetaRAG_Cross-Issue_OSSQA MetaRAG Cross-Issue OSSQA Dataset page: https://huggingface.co/datasets/MapleBi/MetaRAG_Cross-Issue_OSSQA MetaRAG Cross-Issue OSSQA is an English open-source software issue question-answering and retrieval benchmark. Each example asks a question grounded in one GitHub issue and requires evidence from a related issue. The data contains explicit cross-issue references and a three-document silver evidence path. Dataset configurations Configuration Splits Rows… See the full description on the dataset page: https://huggingface.co/datasets/MapleBi/MetaRAG_Cross-Issue_OSSQA.tabularquestion-answering10K<n<100K0 likes45 downloads1mo agoHugging Face12relaxtraffic /metartmodelstext100K<n<1M0 likes26 downloads2y agoHugging Face13albertolupatin /metaref-db MetaRefSGB Jan26 — queryable SQLite build metaref_full.db is the MetaRefSGB Jan26 release packed into a single SQLite file with indexes and FTS5 search — ready to query directly, no extraction or import step. Download it and open it read-only, or range-request it over HTTPS (this repo serves Accept-Ranges: bytes with open CORS, so it can be read a page at a time without downloading all 1.7 GB). Table Rows sgbs 265,780 genomes 2,170,082 samples 536,841 datasets… See the full description on the dataset page: https://huggingface.co/datasets/albertolupatin/metaref-db.0 likes23 downloads2mo agoHugging Face14relaxtraffic /metartmodels3text10K<n<100K0 likes22 downloads3y agoHugging Face15relaxtraffic /metartmodels2text10K<n<100K0 likes19 downloads3y agoHugging Face16metareflection /tiny-scheme-traintextn<1K0 likes19 downloads3y agoHugging Face17metareflection /dafny-discoThe DafnyDisco dataset contains diverse synthetically generated programs in the Dafny language, complete with formal specifications and proofs. DafnyDisco was generated by an open-ended discovery system called Formal Disco (paper coming soon!), in which LLM agents interact by reading READMEs sampled from Github repositories, proposing ideas of specifications of related verified programs, attempting to implement those ideas in Dafny, fixing programs with errors and iteratively extending… See the full description on the dataset page: https://huggingface.co/datasets/metareflection/dafny-disco.text10K<n<100K3 likes19 downloads7mo agoHugging Face18metareflection /tiny-scheme-holes-traintext1K<n<10K0 likes18 downloads3y agoHugging Face19metareflection /dafny-docs-chunkedtextn<1K1 likes18 downloads2y agoHugging Face20willtherebenough /kalshi-metar-livetabularn<1K0 likes18 downloads4mo agoHugging Face21MegaTronX /MetArtimagen<1K0 likes16 downloads2y agoHugging Face22JC-24 /meta-record-rag-synthetic-dataset Dataset Card for "meta-record-rag-synthetic-dataset" More Information needed textn<1K0 likes16 downloads1y agoHugging Face23ClarusC64 /meta-realworld-forecast-analysis-coherence-test-apms-v0.3 Anthropic Post-Mortem Simulator RealWorld Forecast Analysis Coherence Test Meta Cognitive Hygiene Dataset v0.3 Purpose This dataset tests whether a model can do four things in sequence. Compute a simple real-world rate vs lab rate Name plausible failure categories Detect confounds and internal contradictions in the input Admit when the data is not sufficient for a definitive diagnosis This is a coherence audit, not a math quiz. What… See the full description on the dataset page: https://huggingface.co/datasets/ClarusC64/meta-realworld-forecast-analysis-coherence-test-apms-v0.3.textn<1K0 likes16 downloads8mo agoHugging Face24french-open-data /meta-reseau-nitrates Méta-réseau Nitrates [!NOTE] Ce jeu de données Hugging Face est vide. Cette carte sert seulement à référencer le jeu de données Méta-réseau Nitrates qui est disponible à l'adresse https://www.data.gouv.fr/datasets/644a333313e978fb093edd8e Description La Directive 91/676/CEE dite Directive « nitrates » prévoit la réalisation d'un programme de surveillance des teneurs en nitrates dans les eaux, pour évaluer, d'une part, les effets des programmes d'actions mis en œuvre et… See the full description on the dataset page: https://huggingface.co/datasets/french-open-data/meta-reseau-nitrates.0 likes15 downloads10mo agoHugging Face25JC-24 /meta-record-ragas-synthetic-dataset Dataset Card for "meta-record-ragas-synthetic-dataset" More Information needed textn<1K0 likes14 downloads1y agoHugging Face26metareflection /dafny-train Dataset Card for "dafny-train" More Information needed text1K<n<10K1 likes12 downloads3y agoHugging Face27jorgerobinat /metar_forecast_lest0 likes12 downloads1y agoHugging Face28nv78 /Meta-Routing0 likes11 downloads2mo agoHugging Face29metareflection /dafny-docs Dataset Card for "dafny-docs" More Information needed textn<1K0 likes10 downloads3y agoHugging Face30metareflection /dafny_with_hintsALERT: this dataset also contains all of the CLOVER dataset Here is the distribution of hints across the 343 files in this dataset: Here is the distribution of non-comment code lines across the 343 files in this dataset: textn<1K0 likes7 downloads3y agoHugging Face

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