Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ This is a Transformer's [AutoModelForSequenceClassification](https://huggingface
|
|
38 |
The model is prepared to classify hierarchical relations among medical terms. This includes the following types of relations: BROAD, EXACT, NARROW, NO_RELATION.
|
39 |
|
40 |
## How to use
|
41 |
-
This model is implemented as part of the KeyCARE library. Install first the keycare module to call the Transformer
|
42 |
|
43 |
```bash
|
44 |
python -m pip install keycare
|
|
|
38 |
The model is prepared to classify hierarchical relations among medical terms. This includes the following types of relations: BROAD, EXACT, NARROW, NO_RELATION.
|
39 |
|
40 |
## How to use
|
41 |
+
This model is implemented as part of the KeyCARE library. Install first the keycare module to call the Transformer classifier:
|
42 |
|
43 |
```bash
|
44 |
python -m pip install keycare
|