AndreasSaka
AndreasSaka
@mathuryash5 The BioBERT performs the relation classification task and not relation extraction per se. The result, in a sentence level, assumes that a sentence co-occurrence of two entities signals a...
Hey @Orneyfish. Please refine your questions because it is difficult to understand. What is the format of your data? What kind of tags do you expect?
@atulkakrana I am having similar problems when I fine-tune on multiple entities. Did you find a workaround? Can you share, please?
I cloned the repository in google colab and I used !pip install tensorflow-gpu==1.15.0
@jaimeenahn You need to delete from requirements.txt this --> tensorflow-gpu==1.11.0 # GPU version of TensorFlow >= 1.11.0. (should be under 2.0.0) But yes it is working !pip install tensorflow-gpu==1.15.0