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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -121,7 +121,7 @@ plot(timestamp, data)
121
  <img src="https://huggingface.co/datasets/oxai4science/sdoml-lite/resolve/main/assets/usage_example_1.png">
122
  </div>
123
 
124
- Here is another example showing how to put together a minimal PyTorch dataset and dataloader to train with SDOML-lite.
125
 
126
  ```python
127
  import torch
 
121
  <img src="https://huggingface.co/datasets/oxai4science/sdoml-lite/resolve/main/assets/usage_example_1.png">
122
  </div>
123
 
124
+ The following is another example showing how to put together a minimal PyTorch dataset and dataloader to train with SDOML-lite.
125
 
126
  ```python
127
  import torch