njallskarp / finetune-qa-powerset

Finetuning BERT models on a powerset of different linguistic domains
https://lvl.ru.is/
5 stars 0 forks source link

Feat/validate, made validations function for model #6

Closed lsig closed 1 year ago

lsig commented 1 year ago

validation function made and type annotated, need to make evaluate model function in metrics.py and also would be nice to extract get_prediction into a utils file since the function is used in both validate and train.