This model tags abbreviations and long forms in biomedical sentences using the PLOD dataset.
Labels:
B-AC
: Abbreviation start
B-LF
: Long form start
I-LF
: Inside long form
O
: Other (not tagged on the GUI)
You can try it below or call it from your own code using the API with the endpoint '/predict_list' using a list of lists containing tokens in JSON format.