Theob commited on
Commit
f3d6747
·
verified ·
1 Parent(s): 0cee771

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -16
README.md CHANGED
@@ -27,24 +27,26 @@ This dataset serves as the foundation for training large-scale deep learning mod
27
 
28
  ## Dataset Description
29
 
30
- The dataset contains **1-minute interval candlestick data** for the top 10 cryptocurrencies by market capitalization, sourced from Binance. It is stored in an optimized format that allows for high-performance training and multi-scale aggregation.
31
 
32
  ### Assets Included:
33
- - **BTCUSDT** (Bitcoin)
34
- - **ETHUSDT** (Ethereum)
35
- - **XRPUSDT** (XRP)
36
- - **BNBUSDT** (Binance Coin)
37
- - **SOLUSDT** (Solana)
38
- - **DOGEUSDT** (Dogecoin)
39
- - **ADAUSDT** (Cardano)
40
- - **TRXUSDT** (Tron)
41
- - **LINKUSDT** (Chainlink)
42
- - **AVAXUSDT** (Avalanche)
 
 
43
 
44
  ### Data Properties:
45
  Total dataset size:
46
- - **~33 million candles**
47
- - **~660 million tokens** (after uint8 tokenization)
48
 
49
  ## Storage Format
50
 
@@ -60,9 +62,9 @@ We tested performances under:
60
  - **Aggregation**: 1m, 5m, 30m, 2h, 8h, 1d
61
 
62
  On a consumer-grade laptop with an SSD:
63
- - **225.19 batches/sec**
64
- - **7,205.92 samples/sec**
65
- - **3,458,842.60 tokens/sec**
66
 
67
  ## Applications
68
 
 
27
 
28
  ## Dataset Description
29
 
30
+ The dataset contains **1-minute interval candlestick data** for the top 100 crypto pairs, sourced from Binance. It is stored in an optimized format that allows for high-performance training and multi-scale aggregation.
31
 
32
  ### Assets Included:
33
+ - **BTC/USDT** (Bitcoin)
34
+ - **ETH/USDT** (Ethereum)
35
+ - **SOL/USDT** (XRP)
36
+ - **XRP/USDT** (Binance Coin)
37
+ - **DOGE/USDT** (Solana)
38
+ - **LTC/USDT** (Dogecoin)
39
+ - **BNB/USDT** (Cardano)
40
+ - **ADA/USDT** (Tron)
41
+ - **AVAX/USDT** (Chainlink)
42
+ - **LINK/USDT** (Avalanche)
43
+
44
+ and [many more](https://huggingface.co/datasets/duonlabs/apogee/raw/main/metadata.csv)
45
 
46
  ### Data Properties:
47
  Total dataset size:
48
+ - **~200 million candles**
49
+ - **~4 billion tokens** (after uint8 tokenization)
50
 
51
  ## Storage Format
52
 
 
62
  - **Aggregation**: 1m, 5m, 30m, 2h, 8h, 1d
63
 
64
  On a consumer-grade laptop with an SSD:
65
+ - **254.79 batches/sec**
66
+ - **8,153.39 samples/sec**
67
+ - **3,921,782.52 tokens/sec**
68
 
69
  ## Applications
70