This respository contains my code for competition in kaggle.
16th Place Solution for Google QUEST QA Labeling
Team: Abhishek Thakur, Duy, Yuval Reina, atfujita
All models(Team)
Public LB: 0.47302(7th)
Private LB: 0.42048(16th)
My model(5 fold averaging)
Public LB: 0.40209
Private LB: 0.38204
- XLNet(large)
- Train:
- maxlen(body + title) = 512
- maxlen(answer) = 512
- batch_size = 4
- accumulation_steps = 2
- lr = 1.5e-5
- Train: