gorold commited on
Commit
7cabdea
1 Parent(s): ef4ad84

More details in README

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -60,6 +60,14 @@ DatasetDict({
60
  })
61
  ```
62
 
 
 
 
 
 
 
 
 
63
  ## Acknowledgements
64
  The datasets were processed from the following original sources. Please cite the original sources if you use the datasets.
65
  * Azure VM Traces 2017
 
60
  })
61
  ```
62
 
63
+ ---
64
+ ```python
65
+ from datasets import load_dataset_builder
66
+
67
+ config = load_dataset_builder('Salesforce/cloudops_tsf', 'azure_vm_traces_2017').config
68
+ config.
69
+ ```
70
+
71
  ## Acknowledgements
72
  The datasets were processed from the following original sources. Please cite the original sources if you use the datasets.
73
  * Azure VM Traces 2017