toeicbert
toeicbert copied to clipboard
TOEIC(Test of English for International Communication) solving using pytorch-pretrained-BERT model.
사실 프로젝트는 2달 전에 마무리 되었는데 답장을 너무 늦게 드리게 되었습니다. TOEIC문제를 가지고 Bert를 finetuning하기 위해 sequenceclassification 모델을 학습시키는 방법을 구현해서 정답률을 높일 수 있었습니다. 비교군으로 빈칸에 들어갈 확률이 가장...
Where is the data.json file? Thanks a lot
Is there a reason that you didn't fine-tune BERT for solving TOEIC problems? Is it because the dataset for TOEIC problem solving is too small for fine-tuning? Edit: You seem...
This project looks exciting. Why don't you add a few baseline models to compare the BERT model with? For example, you can try to solve the task using a traditional...