Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
You can load the dataset as follows:
|
6 |
+
|
7 |
+
```
|
8 |
+
from huggingface_hub import snapshot_download
|
9 |
+
|
10 |
+
snapshot_download(repo_id="shc443/MaternKernel_compositionality", repo_type="dataset")
|
11 |
+
```
|
12 |
+
|
13 |
+
For more information regarding data generating process, please refer to our [paper](https://arxiv.org/abs/2407.05664) or [github page](https://github.com/shc443/CoveringNumber_GB)
|