Update README.md
Browse files
README.md
CHANGED
|
@@ -16,4 +16,8 @@ with open('cubo1_pickle', 'rb') as file:
|
|
| 16 |
# Read metadata
|
| 17 |
with open('cubo1.json') as f:
|
| 18 |
meta = json.load(f)
|
| 19 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
# Read metadata
|
| 17 |
with open('cubo1.json') as f:
|
| 18 |
meta = json.load(f)
|
| 19 |
+
```
|
| 20 |
+
|
| 21 |
+
## Citation
|
| 22 |
+
|
| 23 |
+
This dataset is related to the paper: [arXiv:2506.19656](https://arxiv.org/abs/2506.19656)
|