Dataset Viewer
The dataset viewer is not available for this subset.
Cannot get the split names for the config 'default' of the dataset.
Exception: SplitsNotFoundError
Message: The split names could not be parsed from the dataset config.
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
for split_generator in builder._split_generators(
~~~~~~~~~~~~~~~~~~~~~~~~~^
StreamingDownloadManager(base_path=builder.base_path, download_config=download_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 81, in _split_generators
first_examples = list(islice(pipeline, self.NUM_EXAMPLES_FOR_FEATURES_INFERENCE))
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 50, in _get_pipeline_from_tar
with fsspec.open(extracted_file_path) as f:
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/fsspec/core.py", line 103, in __enter__
f = self.fs.open(self.path, mode=mode)
File "/usr/local/lib/python3.14/site-packages/fsspec/spec.py", line 1293, in open
f = self._open(
path,
...<4 lines>...
**kwargs,
)
File "/usr/local/lib/python3.14/site-packages/datasets/filesystems/compression.py", line 85, in _open
return self._open_with_fsspec().open()
~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/fsspec/core.py", line 461, in open
out = open_files(
urlpath=[urlpath],
...<6 lines>...
**kw,
)
File "/usr/local/lib/python3.14/site-packages/fsspec/core.py", line 303, in open_files
OpenFile(
~~~~~~~~^
fs,
^^^
...<5 lines>...
newline=newline,
^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/fsspec/core.py", line 77, in __init__
self.compression = get_compression(path, compression)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/fsspec/core.py", line 513, in get_compression
raise ValueError(f"Compression type {compression} not supported")
ValueError: Compression type lz4 not supported
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 66, in compute_split_names_from_streaming_response
for split in get_dataset_split_names(
~~~~~~~~~~~~~~~~~~~~~~~^
path=dataset,
^^^^^^^^^^^^^
config_name=config,
^^^^^^^^^^^^^^^^^^^
token=hf_token,
^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
info = get_dataset_config_info(
path,
...<6 lines>...
**config_kwargs,
)
File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
HL BTC — dati grezzi
Dati grezzi di mercato per BTC raccolti da Hyperliquid, archiviati come tar mensili per
mantenere basso il numero di file (i dati originali sono ~20.000 file .lz4 giornalieri).
Contenuto
- 30 archivi
data_YYYYMM.tar, dadata_202401.taradata_202606.tar - Ogni tar contiene le cartelle giornaliere
data/YYYYMMDD/con i file.lz4originali (già compressi — i tar non applicano ulteriore compressione) - Dimensione totale: ~20,6 GB
Periodo coperto
Gennaio 2024 → Giugno 2026 (un archivio per mese).
Come scaricare ed estrarre
Scaricare un singolo mese:
hf download asiletto81/hl_btc data_202401.tar --repo-type dataset --local-dir .
tar -xf data_202401.tar # ricrea data/20240101/, data/20240102/, ...
Scaricare l'intero dataset:
hf download asiletto81/hl_btc --repo-type dataset --local-dir ./hl_btc
cd hl_btc && for f in data_*.tar; do tar -xf "$f"; done
Note
- Sono inclusi solo i dati grezzi (
data/). Feature, bar e regimi derivati non sono pubblicati qui. - I file
.lz4si decomprimono conlz4 -d file.csv.lz4(ounlz4).
- Downloads last month
- 121