Update README.md
Browse files
README.md
CHANGED
|
@@ -95,9 +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 |
-
|
| 101 |
|
| 102 |
|
| 103 |
|
|
|
|
| 95 |
subsumption_scores = - (dists + centri_score_weight * (parent_norms - child_norms))
|
| 96 |
```
|
| 97 |
|
| 98 |
+
### Train Your Own Models
|
| 99 |
|
| 100 |
+
Use the example scripts in our [repository](https://github.com/KRR-Oxford/HierarchyTransformers/tree/main/scripts) to reproduce existing models and train/evaluate your own models.
|
| 101 |
|
| 102 |
|
| 103 |
|