Replies: 2 comments
-
Basically can I just do margin scoring separately? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@bglearning ,@mkkuemmel , @vblagoje really interested to know your thoughts on this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see that
[https://colab.research.google.com/drive/1Tz9GSzre7JfvXDDKe7sCnO0FMuDViMnN?usp=sharing#scrollTo=TD2PZuuNTpQ3]
PseudoLabelGenerator runs basically
Question generation - optional step
Negative mining
Pseudo labeling (margin scoring)
steps.
But in a case where i already have the positive and negative documents for a question, I would not be requiring the negative mining step, however as per my understanding I still require the margin scoring to perform the training.
So how do I go about this scenario?
Kindly help.
Beta Was this translation helpful? Give feedback.
All reactions