gbaydin commited on
Commit
e833543
·
verified ·
1 Parent(s): 27f1e77

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -77,6 +77,8 @@ Each sample obtained by iterating through the WebDataset corresponds to one sola
77
 
78
  ## Usage Example
79
 
 
 
80
  ```python
81
  from datasets import load_dataset
82
  from datetime import datetime
 
77
 
78
  ## Usage Example
79
 
80
+ In the [SDOML-lite GitHub repository](https://github.com/oxai4science/sdoml-lite) you can find a well-tested PyTorch dataset implementation that is designed to work with a local copy of the dataset. The following is another minimal code example of how to read data from a streaming version of the dataset.
81
+
82
  ```python
83
  from datasets import load_dataset
84
  from datetime import datetime