Commit Graph

490 Commits

Author SHA1 Message Date
thomwolf d38caba169 typo in run_squad 2019-02-11 14:10:27 +01:00
thomwolf af62cc5f20 fix run_squad example 2019-02-11 14:06:32 +01:00
thomwolf eebc8abbe2 clarify and unify model saving logic in examples 2019-02-11 14:04:19 +01:00
thomwolf 81c7e3ec9f fix typo in readme 2019-02-11 13:37:12 +01:00
thomwolf e8fe6b7140 adapting transfo tokenizer to transposed inputs 2019-02-11 13:30:04 +01:00
thomwolf 884ca81d87 transposing the inputs of Transformer-XL to have a unified interface 2019-02-11 13:19:59 +01:00
thomwolf 32fea876bb add distant debugging to run_transfo_xl 2019-02-11 12:53:32 +01:00
thomwolf b31ba23913 cuda on in the examples by default 2019-02-11 12:15:43 +01:00
thomwolf 0a9860daa7 tests pass on python 2 and 3 2019-02-11 10:47:52 +01:00
thomwolf 2071a9b86e fix python 2.7 imports 2019-02-11 10:35:36 +01:00
thomwolf 8197eb9f10 update Circle CI config 2019-02-11 10:22:10 +01:00
thomwolf 525eba68ab update Circle CI 2019-02-11 10:19:25 +01:00
thomwolf b514a60c36 added tests for OpenAI GPT and Transformer-XL tokenizers 2019-02-11 10:17:16 +01:00
thomwolf 9bdcba53fd fix tests 2019-02-09 17:07:12 +01:00
thomwolf f0bf81e141 back compatibility with Path inputs in fle_utils 2019-02-09 17:05:23 +01:00
thomwolf 9f9909ea2f update readme 2019-02-09 16:59:21 +01:00
thomwolf 6cd769957e update transfo xl example 2019-02-09 16:59:17 +01:00
thomwolf 1320e4ec0c mc_token_mask => mc_token_ids 2019-02-09 16:58:53 +01:00
thomwolf f4a07a392c mems not splitted 2019-02-09 16:14:31 +01:00
thomwolf 43b9af0cac mems initialized to None in run_transfo 2019-02-09 16:12:19 +01:00
thomwolf cfcb95417c fix hasattr 2019-02-08 23:08:53 +01:00
thomwolf 0c1a6f9b1d update readme 2019-02-08 22:32:25 +01:00
thomwolf 1756b5e956 fix loading from Transfo-XL LM model 2019-02-08 22:32:17 +01:00
thomwolf dadd0c1b13 updating __main__ 2019-02-08 22:31:57 +01:00
thomwolf 102c6b238c adding file cache to __init__ 2019-02-08 22:31:46 +01:00
thomwolf b80684b23f fixing run openai gpt example 2019-02-08 22:31:32 +01:00
thomwolf 80607874c1 fix layer norm epsilon in OpenAI GPT 2019-02-08 21:49:05 +01:00
thomwolf 7b4b0cf966 logging 2019-02-08 11:16:29 +01:00
thomwolf 4bbb9f2d68 log loss - helpers 2019-02-08 11:14:29 +01:00
thomwolf 5d7e845712 fix model on cuda 2019-02-08 11:08:43 +01:00
thomwolf eccb2f0163 hot fix 2019-02-08 11:05:20 +01:00
thomwolf 5adc20723b add distant debugging 2019-02-08 11:03:59 +01:00
thomwolf 5ee4f17234 adding option to load on cpu 2019-02-08 10:37:40 +01:00
thomwolf 777459b471 run openai example running 2019-02-08 10:33:14 +01:00
thomwolf edcb56fd96 more explicit variable name 2019-02-08 09:54:49 +01:00
thomwolf 6bc082da0a updating examples 2019-02-08 00:02:26 +01:00
thomwolf eb8fda51f4 update docstrings 2019-02-07 23:15:20 +01:00
thomwolf e77721e4fe renamed examples 2019-02-07 23:15:15 +01:00
thomwolf 009b581316 updated readme 2019-02-07 23:15:05 +01:00
thomwolf f99f2fb661 docstrings 2019-02-07 17:07:22 +01:00
thomwolf 438db43d46 update adaptive softmax head 2019-02-07 17:07:15 +01:00
thomwolf c306869ea2 add two transformer xl models 2019-02-07 17:07:03 +01:00
thomwolf d482e3d79d adding examples for openai and transformer-xl 2019-02-07 17:06:41 +01:00
thomwolf 9c3c24800b split saved model in config & weights 2019-02-07 17:06:17 +01:00
thomwolf 2df41663f1 added test 2019-02-07 17:05:49 +01:00
thomwolf ed47cb6cba fixing transfo eval script 2019-02-06 16:22:17 +01:00
thomwolf 973926431e fix differencies with tensorflow version (mem cells and adaptive sofmax clusters) 2019-02-06 15:42:29 +01:00
thomwolf ba9e4eb354 fix unicode in tokenization tests 2019-02-06 00:28:00 +01:00
thomwolf 34bdb7f9cb update circle-ci for python 2.7 and 3.5 2019-02-06 00:25:12 +01:00
Thomas Wolf 848aae49e1
Merge branch 'master' into python_2 2019-02-06 00:13:20 +01:00