Aaron Briel
Aaron Briel
Hello @melindaloubser1 , I'm wondering if this is going to be addressed soon, as I believe that it may resolve issues with running on the Mac M1 (see [here](https://stackoverflow.com/questions/65336789/numpy-build-fail-in-m1-big-sur-11-1) :...
I'll assume that the low scores overall, as similar to what was stated in the paper, could be related to the complexity of the question/answer pairs combined with the large...
It might be best to submit single issues at a time and label them appropriately as bug/enhancement/help wanted, etc.
@nectario You would set this in the initialization of BertDataBunch.
You can access them in the model within fast-bert.
There's not enough information here to pursue this.
This is not enough information. Kindly provide steps to reproduce the issue.
Is there something unique about example 10000? I wonder if there are any null examples or ones with non-parsable characters?
I think this is because y_pred contains values for pos and neg. I think you would thus need to customize the fbeta by adding logic to convert y_pred to 'pos'...
I noticed the freeze/requires_grad logic is commented in learner_cls. @kaushaltrivedi how does one freeze the bert layers and only train the added custom layer?