Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: Anonymous Data
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: small
|
| 5 |
+
data_files:
|
| 6 |
+
- split: test
|
| 7 |
+
path: "graphs/small/*.csv"
|
| 8 |
+
- config_name: large
|
| 9 |
+
data_files:
|
| 10 |
+
- split: test
|
| 11 |
+
path: "graphs/large/*.csv"
|
| 12 |
+
- config_name: synthetic
|
| 13 |
+
data_files:
|
| 14 |
+
- split: test
|
| 15 |
+
path: "graphs/synthetic/*.csv"
|
| 16 |
+
---
|