Commit Graph

13 Commits

Author SHA1 Message Date
Giovanni Campagna 27b8dca79f Remove a whole lot of unused Almond code
Remove the "thingpedia_as_context" option, and the different ThingTalk
grammars. They were unused, and also unlikely to be helpful, after
several experiments.
2019-12-10 18:03:01 -08:00
Giovanni Campagna 61b152cd50 Collapse torchtext dependency
torchtext never really took off as the official PyTorch library
for text, and we've been using an embedded fork for a while.
Acknowledge that, merge the code, and stop treating it like
a separate project.
2019-12-10 17:40:10 -08:00
Giovanni Campagna 4cf9a1941f Remove ELMo embeddings
Like Cove, ELMo embeddings are also obsolete, and the removal
allows us to remove the large allennlp library.
2019-12-10 16:38:23 -08:00
Giovanni Campagna e7481840f7 Remove cove
Cove is an obsolete form of pretraining, of dubious utility. It
depends on an obsolete, unmaintained, library, and it causes
hacks in the code. Clean up.
2019-12-10 16:34:35 -08:00
Giovanni Campagna 6911a5092d Revert "update FastText embedding"
This reverts commit 1339767da3.
2019-11-06 08:22:36 -08:00
mehrad 1339767da3 update FastText embedding 2019-11-06 01:09:55 -08:00
Giovanni Campagna 48b88317b7 Refuse to run with pytorch 1.2.0
Because pytorch 1.2.0 changed the behavior of Bools vs Uint8 and
that broke us...
2019-08-08 16:07:48 -07:00
Giovanni Campagna 6837cc7e7b Add missing dependency
Probably before it was coming from somewhere else, like allennlp
2019-04-17 12:10:45 -07:00
Giovanni Campagna 68e76f7990 Remove unused dependencies
These are not used anywhere I can see.
2019-04-17 11:39:54 -07:00
Giovanni Campagna 17f4381ea3 Import the grammar code from genie-parser
Now purged of unnecessary messing with numpy, and of unnecessary
tensorflow
2019-03-19 12:06:22 -07:00
Giovanni Campagna c5be1ca8f0 Relax torch requirement
It works with torch 1.0.0
2019-03-13 10:04:37 -07:00
Giovanni Campagna 0866d8a4e8 Add more requirements 2019-03-01 16:08:58 -08:00
Giovanni Campagna afd39c8660 Add requirements.txt file 2019-03-01 15:43:02 -08:00