Upload folder using huggingface_hub
Browse files- examples/README.md +1 -1
examples/README.md
CHANGED
|
@@ -33,7 +33,7 @@ python - << 'PY'
|
|
| 33 |
import json
|
| 34 |
from jsonschema import validate
|
| 35 |
|
| 36 |
-
with open("datasets/signal-log.schema.json","r",encoding="utf-8") as f:
|
| 37 |
schema = json.load(f)
|
| 38 |
|
| 39 |
with open("examples/sample_signal_log.json","r",encoding="utf-8") as f:
|
|
|
|
| 33 |
import json
|
| 34 |
from jsonschema import validate
|
| 35 |
|
| 36 |
+
with open("datasets/schema/signal-log.schema.json","r",encoding="utf-8") as f:
|
| 37 |
schema = json.load(f)
|
| 38 |
|
| 39 |
with open("examples/sample_signal_log.json","r",encoding="utf-8") as f:
|