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
01ESA-philab /OceanDepths OceanDepths GeoTIFF Raster and Aligned ARGO Dataset This dataset package contains the model-ready Ocean variables (ARGO submarine data, sea surface height, sea surface temperature and salinity, as well as GLORYS reanalysis information for 50 depth levels. The ARGO data has been projected onto the GLORYS grid in order to build a ML-ready dataset. The intention is that users can create tensors easily for CV-inspired ML approaches to ocean-variable reconstruction. While… See the full description on the dataset page: https://huggingface.co/datasets/ESA-philab/OceanDepths.image1M<n<10M0 likes47k downloads1mo agoHugging Face02philschmid /mt-benchtextn<1K4 likes18k downloads3y agoHugging Face03PhillyMac /Corpus_Gap_Logtext1K<n<10K0 likes15k downloads7d agoHugging Face04code-philia /mtpnet_image_models 模型训练过程汇总[该仓库只含有image model的训练过程] 本仓库采用扁平化的目录结构和标签系统来组织模型,具体说明如下: 仓库结构 一级目录:直接以模型名称-数据集,例如 ResNet-CIFAR-10、GraphMAE_QM9-Cora 等 二级目录:包含该模型在该数据集下的不同训练任务或变体,例如 normal、noisy、backdoor_invisible 等 训练过程目录结构:每个模型目录下包含: scripts/:存放模型相关代码和训练脚本 epochs/:存放模型训练过程和权重文件 每个epoch的权重文件(model.pth)和embedding(.npy) dataset/:模型需要的数据集 仓库结构展示 文件结构展示 2 likes13k downloads1y agoHugging Face05philippesaade /wikidata Wikidata Entities Connected to Wikipedia This dataset is a multilingual, JSON-formatted version of the Wikidata dump from May 7, 2026. It contains 73,769,737 entities after filtering out scholarly articles from the original 120,182,414 entity dump. Curated by: Jonathan Fraine & Philippe Saadé, Wikimedia Deutschland Funded by: Wikimedia Deutschland Language(s) (NLP): All Wikidata Languages License: CC0-1.0 Dataset Structure Each row in this dataset represents a… See the full description on the dataset page: https://huggingface.co/datasets/philippesaade/wikidata.text10M<n<100M21 likes13k downloads2mo agoHugging Face06phihung2006 /phihung20069 likes9.2k downloads27d agoHugging Face07sirbastiano94 /PhilEOBench-building_density_regression Simulated PhiSat Bench Dataset - Buildings This repository contains a simulated dataset derived from Sentinel-2 data for building analysis. Specifically, the dataset simulates outputs from the PhiSat2 satellite. Label Description Each sample in the dataset includes a single-channel label. The labels are stored as floating-point values that represent the estimated percentage of building coverage within each pixel. For a pixel with a 10-meter resolution (representing… See the full description on the dataset page: https://huggingface.co/datasets/sirbastiano94/PhilEOBench-building_density_regression.0 likes9.1k downloads4mo agoHugging Face08phillipshenry8462 /nadir0 likes9.1k downloads2d agoHugging Face09phields /a-share-l2-trades China A-share Level 2 Trades Canonical Level 2 trade records for China A-shares, stored as one fact table. Coverage Date range: 2026-04-01 to 2026-09-24 Trading days: 119 Rows: 18730990496 Parquet files: 842 Compressed local size: 149.49 GiB Layout data/l2_trades/ trade_date=YYYY-MM-DD/ code_prefix=00/ part-00000.parquet code_prefix is ticker[:2]. For example, 000001 -> 00, 300750 -> 30, 600519 -> 60, and 688981 -> 68. Files are… See the full description on the dataset page: https://huggingface.co/datasets/phields/a-share-l2-trades.tabular10B<n<100B1 likes6.7k downloads13h agoHugging Face10philippesaade /Wikidata_Vectors_0.2 Wikidata Entity Embeddings 0.2 Dataset Summary Wikidata Entity Embeddings is a dataset of embedding vectors for Wikidata entities. Each vector represents a Wikidata item (Q...) or property (P...) based on textual information extracted from Wikidata. The dataset is part of the Wikidata Embedding Project, an initiative led by Wikimedia Deutschland in collaboration with Jina AI and IBM DataStax. The project provides a publicly accessible Wikidata Vector Database to… See the full description on the dataset page: https://huggingface.co/datasets/philippesaade/Wikidata_Vectors_0.2.textfeature-extraction10M<n<100M3 likes5.6k downloads1mo agoHugging Face11kierth /retail-products-philippinesimage1K<n<10K1 likes5.2k downloads5mo agoHugging Face12phiyodr /InpaintCOCO InpaintCOCO - Fine-grained multimodal concept understanding (for color, size, and COCO objects) Dataset Summary A data sample contains 2 images and 2 corresponding captions that differ only in one object, the color of an object, or the size of an object. Many multimodal tasks, such as Vision-Language Retrieval and Visual Question Answering, present results in terms of overall performance. Unfortunately, this approach overlooks more nuanced concepts, leaving us unaware… See the full description on the dataset page: https://huggingface.co/datasets/phiyodr/InpaintCOCO.imageimage-to-text1K<n<10K5 likes5.1k downloads2y agoHugging Face13PhisherJR /Truecallertext100M<n<1B1 likes5k downloads1mo agoHugging Face14code-philia /mtpnet_tokens 模型训练过程汇总(持续更新中) 对于已收集的每一个模型,code 目录为模型定义、训练和测试的代码和脚本文件,model 目录为已收集的 epoch 模型文件,dataset.zip 为模型数据集。 下表汇总了所有收集的模型训练过程信息: 模型名称 模型简介 模型类型 Epoch数量 数据集信息 Clone-detection-BigCloneBench 基于大规模代码克隆基准数据集的代码克隆检测模型,任务是进行二元分类(0/1),其中1代表语义等价,0代表其他情况。 代码克隆检测 2个epoch BigCloneBench数据集 Clone-detection-POJ-104 基于POJ-104数据集的代码克隆检测模型,任务是识别不同编程题目中相似的代码实现,给定一段代码和一组候选代码,任务是返回具有相同语义的Top K个代码 代码克隆检测 2个epoch (0-1) POJ-104编程题目数据集… See the full description on the dataset page: https://huggingface.co/datasets/code-philia/mtpnet_tokens.2 likes4.7k downloads1y agoHugging Face15Phitran21 /synthetic-ocr-en-det-rec-120k Synthetic English OCR Detection and Recognition 240K 📌 Current dataset size: 240,000 paired OCR samples The current v2.0 release contains exactly 240,000 detector images and 240,000 matching recognition crops. Each sample ID corresponds to: one full image for text detection; one cropped text image for text recognition; one detector JSONL record; one recognizer JSONL record. Therefore, the dataset contains 240,000 aligned OCR pairs and 480,000 JPEG files in… See the full description on the dataset page: https://huggingface.co/datasets/Phitran21/synthetic-ocr-en-det-rec-120k.imageimage-to-text100K<n<1M5 likes3.8k downloads2mo agoHugging Face16phishdestroy /destroylist PhishDestroy Blocklist Dataset Real-time feed of phishing, crypto drainer, and scam domains detected by PhishDestroy. Updated hourly from GitHub. Statistics Metric Count Total Domains 204,669 DNS Active 126,539 Content Active 88,358 Dead Domains 78,090 Community Blocklist 1,082,988 Added Today 4 Added This Week 4 Last updated: 2026-09-13 06:30 UTC Files File Description list.json Full domain list (JSON array)… See the full description on the dataset page: https://huggingface.co/datasets/phishdestroy/destroylist.texttext-classification1M<n<10M5 likes3.6k downloads12d agoHugging Face17philschmid /dolly-15k-oai-style Dataset Card for "dolly-15k-oai-style" More Information needed text10K<n<100K7 likes2.9k downloads3y agoHugging Face18Philip-MIT /sole_training_data This is the training dataset for SOLE-R1-8B SOLE-R1-8B is a video-language reward reasoning model for robotics. It is designed to estimate task progress from robot video frames and a natural-language task description, producing both per-timestep reasoning traces and scalar progress predictions that can be used as rewards for online robot reinforcement learning. This dataset accompanies the paper “SOLE-R1: Video-Language Reasoning as the Sole Reward for On-Robot RL” by Philip… See the full description on the dataset page: https://huggingface.co/datasets/Philip-MIT/sole_training_data.image1M<n<10M0 likes2.9k downloads4mo agoHugging Face19philschmid /trl-test-instructiontextn<1K0 likes2.8k downloads3y agoHugging Face20LingoIITGN /PHINCAbstract Code-mixing is the phenomenon of using more than one language in a sentence. In the multilingual communities, it is a very frequently observed pattern of communication on social media platforms. Flexibility to use multiple languages in one text message might help to communicate efficiently with the target audience. But, the noisy user-generated code-mixed text adds to the challenge of processing and understanding natural language to a much larger extent. Machine translation from… See the full description on the dataset page: https://huggingface.co/datasets/LingoIITGN/PHINC.texttranslation10K<n<100K1 likes2.6k downloads2y agoHugging Face21philschmid /guanaco-sharegpt-style Dataset Card for "guanaco-sharegpt-style" More Information needed text1K<n<10K49 likes2.3k downloads3y agoHugging Face22PhilipMay /stsb_multi_mt Dataset Card for STSb Multi MT Dataset Summary STS Benchmark comprises a selection of the English datasets used in the STS tasks organized in the context of SemEval between 2012 and 2017. The selection of datasets include text from image captions, news headlines and user forums. (source) These are different multilingual translations and the English original of the STSbenchmark dataset. Translation has been done with deepl.com. It can be used to train sentence embeddings… See the full description on the dataset page: https://huggingface.co/datasets/PhilipMay/stsb_multi_mt.texttext-classification10K<n<100K68 likes2.2k downloads2y agoHugging Face23phiyodr /coco2017 coco2017 Image-text pairs from MS COCO2017. Data origin Data originates from cocodataset.org While coco-karpathy uses a dense format (with several sentences and sendids per row), coco-karpathy-long uses a long format with one sentence (aka caption) and sendid per row. coco-karpathy-long uses the first five sentences and therefore is five times as long as coco-karpathy. phiyodr/coco2017: One row corresponds one image with several sentences. phiyodr/coco2017-long: One row… See the full description on the dataset page: https://huggingface.co/datasets/phiyodr/coco2017.imageimage-to-text100K<n<1M29 likes2k downloads3y agoHugging Face24PhisherJR /ULP-logstext10M<n<100M0 likes1.9k downloads9d agoHugging Face25open-phi /textbooks Textbooks Are All You Need Leveraging Large Language Models (LLMs), there's an opportunity to create a comprehensive open-source repository reminiscent of the historic Library of Alexandria. This initiative represents a preliminary attempt at producing high-quality books covering an extensive range of subjects. The source of these samples varies: Some generated using the RAG model, referencing Wikipedia or other search data. Some are completely synthetically generated. Some created… See the full description on the dataset page: https://huggingface.co/datasets/open-phi/textbooks.text1K<n<10K97 likes1.8k downloads3y agoHugging Face26phields /a-share-l2-market-depth China A-share Level 2 Market Depth Canonical order-event and ten-level snapshot data for China A-shares. Canonical trade records remain in the separate phields/a-share-l2-trades dataset. Coverage Date range: 2026-07-24 to 2026-07-24 Trading days: 1 Table Rows Parquet files Compressed size l2_orders 249,705,486 10 2.14 GiB l2_snapshots 20,279,887 4 0.91 GiB Layout… See the full description on the dataset page: https://huggingface.co/datasets/phields/a-share-l2-market-depth.tabular10B<n<100B0 likes1.8k downloads2mo agoHugging Face27bettergovph /raw-philippine-data Raw Philippine Data This repository contains raw data about Philippine politicians, public officials, and legislative documents collected from various sources. The data is intended for research, analysis, and civic technology purposes. Dataset Overview This dataset currently contains: Persons 45,424 person records of Philippine politicians and public officials with: ID: Unique identifier (ULID format) First Name: Person's first name Last Name: Person's last… See the full description on the dataset page: https://huggingface.co/datasets/bettergovph/raw-philippine-data.text100K<n<1M0 likes1.6k downloads11mo agoHugging Face28PhisherJR /phonebooktext1B<n<10B0 likes1.5k downloads9d agoHugging Face29zefang-liu /phishing-email-dataset Phishing Email Dataset This dataset on Hugging Face is a direct copy of the 'Phishing Email Detection' dataset from Kaggle, shared under the GNU Lesser General Public License 3.0. The dataset was originally created by the user 'Cyber Cop' on Kaggle. For complete details, including licensing and usage information, please visit the original Kaggle page. texttext-classification10K<n<100K38 likes1.3k downloads3y agoHugging Face30ESA-philab /phisat2-s2-lightglue-triplets PhiSat-2 / Sentinel-2 LightGlue Triplets This dataset contains finalized strict triplet outputs generated from the local PhiSat-2/Sentinel-2 LightGlue pipeline. Each accepted patch includes real PhiSat-2, Sentinel-2 L1C, simulated PhiSat-2, OmniCloudMask, ESA WorldCover, and Koppen-Geiger metadata. Quality policy: fail closed. Patches are accepted only when registration, geometry, nodata, PhiSat-2 cloud, WorldCover, and Koppen gates pass. Current upload: finalized pairs: 1… See the full description on the dataset page: https://huggingface.co/datasets/ESA-philab/phisat2-s2-lightglue-triplets.imageimage-to-image10K<n<100K0 likes1.2k downloads2mo agoHugging Face

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