SauravMaheshkar
commited on
Commit
•
c7b0d3f
1
Parent(s):
5561274
docs: update model card
Browse files
README.md
CHANGED
@@ -1,3 +1,50 @@
|
|
1 |
---
|
2 |
license: unknown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: unknown
|
3 |
+
datasets:
|
4 |
+
- SauravMaheshkar/NDC-classes
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
+
- precision
|
8 |
+
- f1
|
9 |
+
pipeline_tag: graph-ml
|
10 |
---
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Sources
|
15 |
+
|
16 |
+
- **Repository:** [ubc-systopia/CATWalk](https://github.com/ubc-systopia/CATWalk)
|
17 |
+
- **Paper:** https://huggingface.co/papers/2306.11147
|
18 |
+
|
19 |
+
### Direct Use
|
20 |
+
This model should only be used for testing using the ["full neighbour finder" for details refer here](https://github.com/ubc-systopia/CATWalk/blob/78e2180d94b9485b7fd1c194fba65ad466b006e3/main.py#L154C94-L154C114)
|
21 |
+
|
22 |
+
## Training Details
|
23 |
+
|
24 |
+
### Training Data
|
25 |
+
|
26 |
+
- **Dataset:** [SauravMaheshkar/NDC-classes](https://huggingface.co/datasets/SauravMaheshkar/NDC-classes)
|
27 |
+
- **Dataset Source:** [Simplicial Closure and higher-order link prediction](https://huggingface.co/papers/1802.06916)
|
28 |
+
|
29 |
+
## Citation
|
30 |
+
|
31 |
+
**BibTeX:**
|
32 |
+
|
33 |
+
```lang-misc
|
34 |
+
@misc{behrouz2023catwalk,
|
35 |
+
title={CAT-Walk: Inductive Hypergraph Learning via Set Walks},
|
36 |
+
author={Ali Behrouz and Farnoosh Hashemi and Sadaf Sadeghian and Margo Seltzer},
|
37 |
+
year={2023},
|
38 |
+
eprint={2306.11147},
|
39 |
+
archivePrefix={arXiv},
|
40 |
+
primaryClass={cs.LG}
|
41 |
+
}
|
42 |
+
```
|
43 |
+
|
44 |
+
## Model Card Authors
|
45 |
+
|
46 |
+
* [@SauravMaheshkar](https://huggingface.co/SauravMaheshkar)
|
47 |
+
|
48 |
+
## Model Card Contact
|
49 |
+
|
50 |
+
* [@SauravMaheshkar](https://huggingface.co/SauravMaheshkar)
|