set the correct, latest dataset repo name in the readme example
Browse files
README.md
CHANGED
@@ -141,5 +141,5 @@ The png is in the **dbytes** column:
|
|
141 |
```python
|
142 |
from datasets import load_dataset
|
143 |
|
144 |
-
ds = load_dataset("matlok/python-image-copilot-training-using-class-knowledge-graphs", data_dir="files")
|
145 |
```
|
|
|
141 |
```python
|
142 |
from datasets import load_dataset
|
143 |
|
144 |
+
ds = load_dataset("matlok/python-image-copilot-training-using-class-knowledge-graphs-2024-01-27", data_dir="files")
|
145 |
```
|