Mascinissa commited on
Commit
6621311
·
verified ·
1 Parent(s): 9896a12

Added data file sizes

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -86,6 +86,14 @@ pip install huggingface-hub
86
 
87
  ### Step 1: Download the Data Files
88
 
 
 
 
 
 
 
 
 
89
  First, use the `hf_hub_download` function to fetch the dataset files you need.
90
 
91
  ```python
 
86
 
87
  ### Step 1: Download the Data Files
88
 
89
+ The dataset is available in two configurations, with the following approximate file sizes:
90
+
91
+ | File | Compressed Size | Decompressed Size |
92
+ | ----------------------------- | --------------- | ----------------- |
93
+ | `looperset_full.jsonl.gz` | ~3.7 GB | ~34 GB |
94
+ | `looperset_pact25_train.jsonl.gz` | ~1.2 GB | ~22 GB |
95
+ | `looperset_pact25_validation.jsonl.gz` | ~146 MB | ~5.3 GB |
96
+
97
  First, use the `hf_hub_download` function to fetch the dataset files you need.
98
 
99
  ```python