Soyoung Yoon
Soyoung Yoon
Hi @daemon, I'm trying to work this finetune.py out. Can you tell me what you changed to make this work? I imported SplitCrossEntropyLoss and changed criterion on https://github.com/salesforce/awd-lstm-lm/blob/master/finetune.py#L115 and https://github.com/salesforce/awd-lstm-lm/blob/master/finetune.py#L146...
About the question - For evaluation of gleu, you can check out the README file at: https://github.com/soyoung97/Standard_Korean_GEC/tree/main/eval. About the m2 file evaluation - (I've written the code a long time...
Hi, It's not exactly the same issue, but I've noticed similar issues on the _reranking_ task. For example, I'm using the following code. ``` def do_evaluation(queries, qrels, corpus, results=None): k_values...
Another example showing the weight of two models is exactly the same: (code from [here](https://discuss.pytorch.org/t/check-if-models-have-same-weights/4351/6))