entity labels
#3
by
murat-gunay
- opened
@shuntaroy thanks for this amazing model. I kindly request entity labels. LABEL-1, LABEL-2.. etc cannot be useful. I expect like: ORGAN, TEST, DISEASE....
@murat-gunay Thank you so much for reaching out to us! Could you please tell me how you use our model?
Our model has not yet been compatible with being called from AutoModelForTokenClassification
.
Though we are updating this model to comply with the Hugging Face's standards, currently you need to use this model in the way written in the README; that is, calling predict.py
directly as a python script under a virtual environment after you clone this repository.
Labels are available in id_to_tags.pkl
, by the way.