ZeroShotBioNER / README.md
ProdicusII's picture
Update README.md
f75f4c7
|
raw
history blame
349 Bytes
metadata
license: mit

#Model takes as input two strings. String1 is NER label. String1 must be phrase for entity. String2 is short text where String1 is searched for semantically. #model outputs list of zeros and ones corresponding to the occurance of NER and corresponing to tokens(tokens given by transformer tokenizer) of the Sring2, not to words.