lawhy commited on
Commit
bc266fc
·
verified ·
1 Parent(s): 4ed8ee9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -97,7 +97,7 @@ subsumption_scores = - (dists + centri_score_weight * (parent_norms - child_norm
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
 
 
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