Datasets:
Update README.md
Browse files
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
|
| 31 |
|
| 32 |
### Assets Included:
|
| 33 |
-
- **
|
| 34 |
-
- **
|
| 35 |
-
- **
|
| 36 |
-
- **
|
| 37 |
-
- **
|
| 38 |
-
- **
|
| 39 |
-
- **
|
| 40 |
-
- **
|
| 41 |
-
- **
|
| 42 |
-
- **
|
|
|
|
|
|
|
| 43 |
|
| 44 |
### Data Properties:
|
| 45 |
Total dataset size:
|
| 46 |
-
- **~
|
| 47 |
-
- **~
|
| 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 |
-
- **
|
| 64 |
-
- **
|
| 65 |
-
- **3,
|
| 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 |
|