Zhaoning Yu
Zhaoning Yu
Hi, I am trying to use ReFine on other GNNs like GCN. But I cannot achieve a good result. Could you tell me which part of the settings should I...
Hi, I found that you are using the last accuracy as the reported accuracy in your code. Why not use the best-validated test accuracy? Are you also reporting the last...
Hi, I have an error when try to run tutorial of [end_to_end_fine_tuning](https://facebookresearch.github.io/fairseq2/stable/tutorials/end_to_end_fine_tuning.html). The commend I am running: ``` fairseq2 lm instruction_finetune $OUTPUT_DIR --config-file configs/sft.yaml ``` The error message is below:...
Hi, Could you provide your saved pre-trained model so that I can apply the model to other datasets quickly? Thank you