Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -15,6 +15,10 @@ Datasets accompanying the paper "Pushing the Limits of Pre-training for Time Ser
|
|
| 15 |
|
| 16 |
## Quick Start
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
### azure_vm_traces_2017
|
| 19 |
```python
|
| 20 |
from datasets import load_dataset
|
|
|
|
| 15 |
|
| 16 |
## Quick Start
|
| 17 |
|
| 18 |
+
```bash
|
| 19 |
+
pip install datasets==2.12.0 fsspec==2023.5.0
|
| 20 |
+
```
|
| 21 |
+
|
| 22 |
### azure_vm_traces_2017
|
| 23 |
```python
|
| 24 |
from datasets import load_dataset
|