smarsol commited on
Commit
57439d5
1 Parent(s): 58f60cc

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 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 SetFit classifier:
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