Update README.md
Browse files
README.md
CHANGED
@@ -95,10 +95,9 @@ parent_norms = model.manifold.dist0(parent_entity_embeddings)
|
|
95 |
subsumption_scores = - (dists + centri_score_weight * (parent_norms - child_norms))
|
96 |
```
|
97 |
|
98 |
-
|
99 |
-
|
100 |
-
Technical details are presented in the [paper](https://arxiv.org/abs/2401.11374).
|
101 |
|
|
|
102 |
|
103 |
|
104 |
## Full Model Architecture
|
|
|
95 |
subsumption_scores = - (dists + centri_score_weight * (parent_norms - child_norms))
|
96 |
```
|
97 |
|
98 |
+
### Train Your Own Models
|
|
|
|
|
99 |
|
100 |
+
Use the scripts in our [repo]((https://github.com/KRR-Oxford/HierarchyTransformers/tree/main/scripts)) to reproduce existing models and train/evaluate your own models.
|
101 |
|
102 |
|
103 |
## Full Model Architecture
|