smarsol commited on
Commit
a433464
·
verified ·
1 Parent(s): 5c7edb2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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's classifier:
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