justaddcoffee commited on
Commit
67e0b2e
1 Parent(s): 9216d76

Upload deepwalk_embedding.yaml with huggingface_hub

Browse files
Files changed (1) hide show
  1. deepwalk_embedding.yaml +11 -0
deepwalk_embedding.yaml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dataset:
2
+ name: "Monarch KG"
3
+ url: "https://data.monarchinitiative.org/monarch-kg/2024-02-13/monarch-kg.tar.gz"
4
+ title: "Monarch Knowledge Graph"
5
+ source: "Monarch Initiative"
6
+ version: "2024-02-13"
7
+ embedding_model:
8
+ name: "DeepWalk Skipgram"
9
+ title: "DeepWalk Skipgram from the GRAPE implementation"
10
+ source: "GRAPE"
11
+ version: "GRAPE version 0.2.4"