Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -8,9 +8,9 @@ pinned: false
|
|
8 |
license: apache-2.0
|
9 |
---
|
10 |
|
11 |
-
Hierarchy
|
12 |
|
13 |
-
|
14 |
|
15 |
## Get Started
|
16 |
|
@@ -31,14 +31,6 @@ entity_names = ["computer", "personal computer", "fruit", "berry"]
|
|
31 |
entity_embeddings = model.encode(entity_names)
|
32 |
```
|
33 |
|
34 |
-
## Models
|
35 |
-
|
36 |
-
See available HiT models under this organisation.
|
37 |
-
|
38 |
-
## Datasets
|
39 |
-
|
40 |
-
The datasets for training and evaluating HiTs are available at [Zenodo](https://zenodo.org/doi/10.5281/zenodo.10511042).
|
41 |
-
|
42 |
|
43 |
## Citation
|
44 |
|
|
|
8 |
license: apache-2.0
|
9 |
---
|
10 |
|
11 |
+
The Hierarchy Transformer (HiT) framework aims to provide universal hierarchy embedding in hyperbolic space with transformer encoder-based language models.
|
12 |
|
13 |
+
This huggingface page serves as the model and dataset (also available on [Zenodo](https://zenodo.org/doi/10.5281/zenodo.10511042)) repository. The code repository is available on GitHub: [HierarchyTransformers](https://github.com/KRR-Oxford/HierarchyTransformers)
|
14 |
|
15 |
## Get Started
|
16 |
|
|
|
31 |
entity_embeddings = model.encode(entity_names)
|
32 |
```
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
## Citation
|
36 |
|