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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -113,6 +113,9 @@ sample = next(iter(dataset['train']))
113
  timestamp, data = process(sample)
114
  plot(timestamp, data)
115
  ```
 
 
 
116
 
117
  ## Data Generation and Processing
118
 
 
113
  timestamp, data = process(sample)
114
  plot(timestamp, data)
115
  ```
116
+ <div align="left">
117
+ <img src="https://huggingface.co/datasets/oxai4science/sdoml-lite/resolve/main/assets/usage_example_1.png">
118
+ </div>
119
 
120
  ## Data Generation and Processing
121