Skip to content

i-machine-think/seq2attn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seq2Attn

Official implementation of the Seq2Attn architecture for sequence-to-sequence task.

Paper: Transcoding compositionally: using attention to find more generalizable solutions

Kris Korrel, Dieuwke Hupkes, Verna Dankers, Elia Bruni

Setup

Requires python >=3.6.

Clone this repo, the parent seq2seq repo and tasks

git clone https://github.com/i-machine-think/seq2attn
git clone https://github.com/i-machine-think/machine
git clone https://github.com/i-machine-think/machine-tasks

Install machine and seq2attn

pip install --user -e machine
pip install --user -e seq2attn

Run example script

cd seq2attn
sh seq2attn_example.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published