You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the Elmo code multiple times on the same data, results vary significantly and surpass the results reported in the literature. What am I doing wrong?
When I run the Elmo code multiple times on the same data, results vary significantly and surpass the results reported in the literature. What am I doing wrong?
The script I'm running:
Pre-trained model
weights.hdf5
andoptions.json
were downloaded from:ELMo PubMed AllenNLP
The code outputs the following F1 score for task
bc5cdr-chem
(Literature report numbers around 91.5% for elmo)The code outputs the following F1 score for task
bc5cdr-dz
(Literature report numbers around 83.9% for elmo)The datasets were downloaded from:
bert_data.zip
And two additional columns were added, so that the labels are in the column that the code expects.
Am I doing something wrong? Or is it a bug in the implementation?
The text was updated successfully, but these errors were encountered: