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
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.yaml config file.
finetune wmt22-comet-da using the regression_model.yaml config file
train a QE model from scratch using my own data: I use the config as defined in the referenceless_model.yaml config file.
finetune wmt22-cometkiwi-da using the unified_metric.yaml config 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.
The text was updated successfully, but these errors were encountered:
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:
regression_model.yaml
config file.wmt22-comet-da
using theregression_model.yaml
config filereferenceless_model.yaml
config file.wmt22-cometkiwi-da
using theunified_metric.yaml
config file with `input_segments: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.
The text was updated successfully, but these errors were encountered: