Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

brain-research/wip-lambada-lm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An LSTM language model on LAMBADA dataset

DISCLAIMER: this is not an official Google product.

This repository contain an implementation of LSTM language model. It is tested on the LAMBADA dataset, the results are consistent with the original paper [1]. The language model guesses are often correct for CONTROL dataset and almost always wrong for VALID and TEST datasets.

The file to run is lambada_lm/lm.py

[1] https://arxiv.org/pdf/1606.06031v1.pdf

About

LSTM language model on LAMBADA dataset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages