Buckets:
| from dagster import Definitions | |
| from dagster_hf_datasets import ( | |
| HuggingFaceResource, | |
| ) | |
| from dagster_hf_datasets.io_manager import HFParquetIOManager | |
| from audio_dataset_curation.assets import curated_audio_dataset | |
| defs = Definitions( | |
| assets=[curated_audio_dataset], | |
| resources={ | |
| "huggingface": HuggingFaceResource( | |
| cache_dir=".hf_cache", | |
| offline=False, | |
| ), | |
| "hf_parquet_io_manager": HFParquetIOManager( | |
| base_dir=".dagster_hf_storage", | |
| ), | |
| }, | |
| ) | |
Xet Storage Details
- Size:
- 527 Bytes
- Xet hash:
- 650fa8b2752f174f8e7baa4896c702b0670b1093ba05a29d0a66352ead5028b4
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.