Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,10 @@ Hierarchy Transformers (HiTs) are capable of interpreting and encoding hierarchi
|
|
| 12 |
|
| 13 |
The relevant code in [HierarchyTransformers](https://github.com/KRR-Oxford/HierarchyTransformers) extends from [Sentence-Transformers](https://huggingface.co/sentence-transformers).
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
Use the following code to get started with HiTs:
|
| 16 |
|
| 17 |
```python
|
|
|
|
| 12 |
|
| 13 |
The relevant code in [HierarchyTransformers](https://github.com/KRR-Oxford/HierarchyTransformers) extends from [Sentence-Transformers](https://huggingface.co/sentence-transformers).
|
| 14 |
|
| 15 |
+
# Get Started
|
| 16 |
+
|
| 17 |
+
Install `hierarchy_tranformers` (check our [repository](https://github.com/KRR-Oxford/HierarchyTransformers)) through `pip` or `GitHub`.
|
| 18 |
+
|
| 19 |
Use the following code to get started with HiTs:
|
| 20 |
|
| 21 |
```python
|