COMET
COMET copied to clipboard
[QUESTION] finetuning COMET base models
Hi,
I am trying to do some ablation studies on my custom pSQM dataset. I am constrained for compute and memory and cannot train the large (L/XL) or explainable models yet.
I would like to do the following:
- train a DA model from scratch using my own data: I use the config as defined in the
regression_model.yamlconfig file. - finetune
wmt22-comet-dausing theregression_model.yamlconfig file - train a QE model from scratch using my own data: I use the config as defined in the
referenceless_model.yamlconfig file. - finetune
wmt22-cometkiwi-dausing theunified_metric.yamlconfig file with `input_segments:- mt
- src`
My question is whether 3 and 4 are analogous to 1 and 2?
Or should I be training and finetuning the QE models as per the unified_metric.yaml config?
Would appreciate any pointers regarding this.