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 medical entities among 21 classes, including diseases, medical procedures, symptoms, and drugs, among others. It still lacks some classes like body structures.
|
39 |
|
40 |
## How to use
|
41 |
-
This model is implemented as part of the KeyCARE library. Install first the keycare module to call the
|
42 |
|
43 |
```bash
|
44 |
python -m pip install keycare
|
|
|
38 |
The model is prepared to classify medical entities among 21 classes, including diseases, medical procedures, symptoms, and drugs, among others. It still lacks some classes like body structures.
|
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
|