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
01papylove /alpaca-crypto-data1 likes34k downloads4m agoHugging Face02cryptom /ceval-examC-Eval is a comprehensive Chinese evaluation suite for foundation models. It consists of 13948 multi-choice questions spanning 52 diverse disciplines and four difficulty levels.texttext-classification10K<n<100K2 likes17k downloads3y agoHugging Face03linxy /CryptoCoin CryptoCoin (Binance Spot) Binance spot OHLCV klines for USDT trading pairs, auto-updated daily. 币安 现货 K 线数据集,每日自动更新。 Last updated on 2026-09-21 00:55:55 UTC Usage / 使用 Data is stored as Parquet in per-symbol subdirectories. Files use snake_case column names. import pandas as pd from datasets import load_dataset # Load a single kline series klines = load_dataset("linxy/CryptoCoin", data_files=["BTCUSDT/BTCUSDT_1d.parquet"], split="train") # Or read directly with… See the full description on the dataset page: https://huggingface.co/datasets/linxy/CryptoCoin.time-series-forecasting1M<n<10M17 likes5.7k downloads23h agoHugging Face04SemantaAI /semantaai-crypto_assets semantaai-crypto_assets Semanta AI market dataset in unified raw + gold + labels standard. updated at UTC: 2026-07-22T22:01:35.864528+00:00 target end UTC: 2026-07-22T20:20:00+00:00 raw rows: 4284625 gold rows: 6174008 Layers: raw/: canonical 5m exchange/vendor bars with quality flags. gold/: cleaned, synchronized, TA/regime/context features. Past/present only. labels/: future-derived path-dependent labels. Do not join into features before train/test split design. tabulartime-series-forecasting100M<n<1B1 likes3.8k downloads2mo agoHugging Face05cryptodawn /vc0 likes3k downloads1y agoHugging Face06cryptodawn /jk0 likes2.9k downloads1y agoHugging Face07tmmycruise /autoresearch-crypto-data Binance public crypto market data This public dataset contains typed, compressed, and audited copies of market data published for free by Binance at https://data.binance.vision/. It is organized for reproducible point-in-time research across the markets represented in the coverage report. The production backfill stores the complete compact aggregate layer for a pinned liquid USD-M and COIN-M futures universe, plus every option index and option-surface underlying published in the… See the full description on the dataset page: https://huggingface.co/datasets/tmmycruise/autoresearch-crypto-data.0 likes2.8k downloads25d agoHugging Face08alexmindustry /cryptotradr-research-data Cryptotradr Market and Research Data This dataset preserves the market-data and research-artifact portion of the cryptotradr project while retaining the original directory structure. Contents kline_data/: full historical cryptocurrency kline/candlestick collection. kline_data_sample/: the project's original sample collection, intentionally preserved even where it overlaps the full collection. *.pkl: all Python pickle research artifacts found throughout the… See the full description on the dataset page: https://huggingface.co/datasets/alexmindustry/cryptotradr-research-data.time-series-forecasting0 likes2.7k downloads2mo agoHugging Face09cryptodawn /lv0 likes2.7k downloads1y agoHugging Face10cryptodawn /dt0 likes2.6k downloads1y agoHugging Face11cryptodawn /hy0 likes2.6k downloads1y agoHugging Face12zongowo111 /v2-crypto-ohlcv-data v2-crypto-ohlcv-data Cryptocurrency OHLCV data from Binance API. Generated: 2025-12-30 07:53:47 Dataset Info Total Files: 46 Total Data Points: 4,819,964 Total Size: 110.57 MB Symbols: 23 cryptocurrencies Timeframes: 15m, 1h Usage import pandas as pd from huggingface_hub import hf_hub_download path = hf_hub_download( "zongowo111/v2-crypto-ohlcv-data", "klines/BTCUSDT/BTC_15m.parquet", repo_type="dataset" ) df = pd.read_parquet(path)… See the full description on the dataset page: https://huggingface.co/datasets/zongowo111/v2-crypto-ohlcv-data.tabular1M<n<10M7 likes2.5k downloads6mo agoHugging Face13RBudzynski /Transactions-Ethereum-Cryptocurrency-Data Transactions-Ethereum-Cryptocurrency-Data Hive-partitioned Parquet export of BlockDB transactions (Ethereum). Load from datasets import load_dataset ds = load_dataset("RBudzynski/Transactions-Ethereum-Cryptocurrency-Data", split="train") Files live under data/year=YYYY/month=MM/part-NNNN.parquet. Range: 2015-08 .. 2026-06 (UTC calendar months). Schema column type block_timestamp timestamp block_number int64 tx_index int32 tx_hash… See the full description on the dataset page: https://huggingface.co/datasets/RBudzynski/Transactions-Ethereum-Cryptocurrency-Data.tabular1B<n<10B0 likes2.1k downloads25d agoHugging Face14kachoio /polymarket-5-minute-crypto-up-down-markets Polymarket 5-Minute Crypto Up/Down Markets Second-by-second top-of-book order-book recordings of Polymarket's recurring 5-minute crypto up/down markets — bet on whether a coin closes a fixed 5-minute window higher or lower — for BTC, ETH, SOL, XRP, DOGE, HYPE and BNB. ~89,000 markets (one resolved 5-minute window each) 26,858,579 per-second observations (≈300 ticks per market) Span: BTC 24 Mar 2026 → 18 May 2026; the other six 5 Apr 2026 → 18 May 2026 (UTC) Coverage 99.8%+, no… See the full description on the dataset page: https://huggingface.co/datasets/kachoio/polymarket-5-minute-crypto-up-down-markets.tabulartime-series-forecasting10M<n<100M18 likes2k downloads3mo agoHugging Face15CryptoSpartan /stocks_bars_1m Dataset Details Stock bars down to the 1 minute level from various stocks and ETFs. Data goes back to 2016. Schema (when in a polars DataFrame): Column Type open Float64 high Float64 low Float64 close Float64 trade_count UInt32 volume UInt32 vol_weighted_avg_price Float64 timestamp Datetime(time_unit='ms', time_zone='UTC') ticker String name String Source Data Data was scraped from the alpaca.markets Historical Bars API tabular100M<n<1B5 likes2k downloads3mo agoHugging Face16aliplayer1 /polymarket-crypto-updown Polymarket Crypto Up/Down Markets Comprehensive dataset of Polymarket binary prediction markets for cryptocurrency price movements. Covers BTC, ETH, SOL, BNB, XRP, DOGE, and HYPE across multiple timeframes (5-minute, 15-minute, 1-hour, 4-hour). Updated automatically every 3 hours. Subsets Load a specific subset: from datasets import load_dataset markets = load_dataset("aliplayer1/polymarket-crypto-updown", "markets") prices =… See the full description on the dataset page: https://huggingface.co/datasets/aliplayer1/polymarket-crypto-updown.tabulartime-series-forecasting1B<n<10B9 likes1.9k downloads4d agoHugging Face17dataforge-labs /crypto-execution-costs Crypto execution quotes and order-book depth Ethereum swap quotes, route details and selected perpetual-futures order-book snapshots. The tables support comparisons of quoted output, provider fees, routing choices and available depth at the time of collection. Contents Table Record ethereum_swap_quotes A swap quote at a specified size, with available provider-fee details ethereum_swap_routes A route leg, with venue, pool and amount where supplied… See the full description on the dataset page: https://huggingface.co/datasets/dataforge-labs/crypto-execution-costs.tabulartime-series-forecasting10K<n<100K0 likes1.9k downloads3h agoHugging Face18KEDevO /crypto-market-datasets Crypto Market Data Lake Created and maintained by Eimantas Kulbe ⭐ If you use this dataset in research, a product, or any publication, please cite the author (see Citation below). It took significant infrastructure and months of collection effort — a citation is the simplest way to give credit. A continuously growing data lake of crypto market microstructure data sourced from Binance and alternative data providers. Full coverage across all 10 symbols — complete tick-level… See the full description on the dataset page: https://huggingface.co/datasets/KEDevO/crypto-market-datasets.tabulartime-series-forecasting10B<n<100B7 likes1.8k downloads3mo agoHugging Face19dataforge-labs /crypto-options-surface Crypto options surface and order books Snapshots of listed options on Aevo, including marks, implied volatility, Greeks and a selected set of order books. The tables support analysis of volatility surfaces and the relationship between published marks and quoted prices. Contents Table Record options_surface An instrument's strike, expiry, mark, forward, implied volatility and Greeks options_order_book Best bid and ask, available sizes and quoted… See the full description on the dataset page: https://huggingface.co/datasets/dataforge-labs/crypto-options-surface.tabulartime-series-forecasting1M<n<10M1 likes1.7k downloads3h agoHugging Face20trentmkelly /polymarket_crypto_derivatives Polymarket Crypto Derivatives Order Book Data This dataset contains high-frequency Polymarket crypto "Up or Down" derivative market data for BTC, ETH, SOL, and XRP markets. The collection currently spans 2026-02-21 15:45:00 UTC through 2026-03-24 20:05:00 UTC. It covers 5-minute and 15-minute Polymarket interval markets, with decision snapshots collected at approximately 100 ms cadence. Format Data is uploaded as Zstandard-compressed Parquet, converted from the project's… See the full description on the dataset page: https://huggingface.co/datasets/trentmkelly/polymarket_crypto_derivatives.tabular-classification8 likes1.7k downloads4mo agoHugging Face21sheng9571 /kline-crypto2 likes1.7k downloads15h agoHugging Face22voquendot /a10_cryptoresearch0 likes1.7k downloads1d agoHugging Face23RBudzynski /Logs-Ethereum-Cryptocurrency-Data Logs-Ethereum-Cryptocurrency-Data Hive-partitioned Parquet export of BlockDB logs (Ethereum). Load from datasets import load_dataset ds = load_dataset("RBudzynski/Logs-Ethereum-Cryptocurrency-Data", split="train") Files live under data/year=YYYY/month=MM/part-NNNN.parquet. Range: 2015-08 .. 2026-06 (UTC calendar months). Schema column type block_timestamp timestamp block_number int64 tx_index int32 log_index int32… See the full description on the dataset page: https://huggingface.co/datasets/RBudzynski/Logs-Ethereum-Cryptocurrency-Data.tabular1B<n<10B0 likes1.6k downloads25d agoHugging Face24arthurneuron /cryptocurrency-futures-ohlcv-dataset-1mtabular100M<n<1B5 likes1.1k downloads3y agoHugging Face253ltrashpanda /crypto-market-datasets Crypto Market Data Lake Created and maintained by Eimantas Kulbe ⭐ If you use this dataset in research, a product, or any publication, please cite the author (see Citation below). It took significant infrastructure and months of collection effort — a citation is the simplest way to give credit. A continuously growing data lake of crypto market microstructure data sourced from Binance and alternative data providers. Currently covers BTCUSDT from August 2017 → April 2026 —… See the full description on the dataset page: https://huggingface.co/datasets/3ltrashpanda/crypto-market-datasets.time-series-forecasting0 likes1.1k downloads3mo agoHugging Face26shahadalkhalifa /Crypto_Whitepaper_Labeledtabularn<1K3 likes955 downloads4y agoHugging Face27sebdg /crypto_data CryptoData Dataset The CryptoData dataset is a comprehensive collection of cryptocurrency market data, designed to support various analyses, including price prediction, market trend analysis, and the study of the impact of various indicators on cryptocurrency prices. This dataset has been configured to provide flexibility in selecting specific types of market data through the use of different dataset configurations. Depending on the analysis needs, users can select one of the… See the full description on the dataset page: https://huggingface.co/datasets/sebdg/crypto_data.time-series-forecasting23 likes935 downloads3y agoHugging Face28WinkingFace /CryptoLM-Bitcoin-BTC-USDT BTC Price Dataset with Technical Indicators Welcome to the BTC / USDT Price Dataset with Technical Indicators, hosted by the WinkingFace Team. This dataset is designed to provide comprehensive historical data on Bitcoin prices along with a variety of technical indicators to aid in cryptocurrency trading analysis and research. The dataset is updated every 3 minutes (delayed 1 minute). Dataset Description This dataset includes the following columns: timestamp: The date and… See the full description on the dataset page: https://huggingface.co/datasets/WinkingFace/CryptoLM-Bitcoin-BTC-USDT.tabular1M<n<10M38 likes912 downloads2y agoHugging Face29yoheikobashi /fineweb_edu_10B_for_crypto-LLMtext10M<n<100M0 likes837 downloads2y agoHugging Face30obadiaha /polymarket-crypto-5m-15m Polymarket Crypto 5-Minute & 15-Minute Market Data High-frequency data from Polymarket's crypto up/down prediction markets. Covers BTC, ETH, SOL, XRP across 5-minute and 15-minute windows. Updated daily. All timestamps are UTC. Last updated: 2026-03-24 12:51 UTC Data Summary Dataset Rows First Date Last Date orderbooks 5,327,757 2026-01-09 2026-03-19 trades 37,103,888 2026-01-27 2026-03-19 price_history 587,188 2026-03-06 2026-03-19 crypto_prices 72,088… See the full description on the dataset page: https://huggingface.co/datasets/obadiaha/polymarket-crypto-5m-15m.tabulartime-series-forecasting10M<n<100M3 likes819 downloads6mo agoHugging Face

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