Datasets:
Update README.md
Browse files
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
|