Skip to content

20171130/CLOZE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This repository provides a baseline model for the cloze task:

pretrained BERT large uncased is used, and finetuned as a masked LM

Articles longer than 512 (limit of our BERT implementation) are truncated, while the blanks left are arbitrarily filled

Multiple token options are truncated to their first tokens

No weight decay is used

tested with

python = 3.6.8

pytorch = 1.3.1

transformers = 4.0.0

About

Several approaches to solve the cloze test using NLP models.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors