uf-hobi-informatics-lab / ClinicalTransformerNER

a library for named entity recognition developed by UF HOBI NLP lab featuring SOTA algorithms
MIT License
142 stars 28 forks source link

model name with "." may cause prediction output file name confusion #23

Open bugface opened 2 years ago

bugface commented 2 years ago

if a model name is biobert-large-cased-v1.1, the output (formatted output) name will become biobert-large-cased-v1 (.1 was removed).

We need to either add a warning or to replace "." with another char inside the prediction script.