samjmolyneux / eppi-text-classification

Classifying papers by their abstracts and titles.
2 stars 0 forks source link

should refactor opt so that the only requirement to add new model is to add the dataclass and the params. #35

Open samjmolyneux opened 3 months ago

samjmolyneux commented 3 months ago

Basically, we should write a single function for calling when we optimise. This function should then call its own function for getting the parameters given the model.