gbaydin commited on
Commit
921fed4
·
verified ·
1 Parent(s): fe96f18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -77,7 +77,9 @@ Each sample obtained by iterating through the WebDataset corresponds to one sola
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
 
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.
81
+
82
+ The following is a minimal code example of how to read data from a streaming version of the dataset.
83
 
84
  ```python
85
  from datasets import load_dataset