Commit Graph

620 Commits

Author SHA1 Message Date
thomwolf d44db1145c update readme 2019-02-18 11:12:09 +01:00
thomwolf 690a0dbf36 fix example - masking 2019-02-18 10:50:30 +01:00
thomwolf fbb248a2e4 examples testing 2019-02-18 01:28:18 +01:00
thomwolf 5ff0c60505 language update 2019-02-18 00:55:47 +01:00
thomwolf 210d407245 updating init 2019-02-18 00:55:39 +01:00
thomwolf b65f07d8c0 adding examples 2019-02-18 00:55:33 +01:00
thomwolf 009ee86a19 fix tests - bump up version 2019-02-17 23:57:23 +01:00
thomwolf ffd623823d adding gpt2 2019-02-17 23:38:51 +01:00
Thomas Wolf 3a2f97db6f
Merge pull request #286 from hendrycks/patch-1
Update activation function docstring
2019-02-17 15:30:46 +01:00
Dan Hendrycks 434d15da8e
Update activation function docstring 2019-02-16 12:17:52 -08:00
Thomas Wolf 5faf386652
Merge pull request #282 from wlhgtc/master
Fix some bug about SQuAD code
2019-02-15 10:06:51 +01:00
wlhgtc 8efaf8f176
fix 'best_non_null_entry' is None error 2019-02-15 15:57:25 +08:00
Thomas Wolf 0e774e57a6
Update readme
Adding details on how to extract a full list of hidden states for the Transformer-XL
2019-02-14 08:39:58 +01:00
Thomas Wolf c35d9d48d9
Merge pull request #275 from davidefiocco/patch-1
--do_lower_case is duplicated in parser args
2019-02-13 16:32:21 +01:00
Davide Fiocco 65df0d78ed
--do_lower_case is duplicated in parser args
Deleting one repetition (please review!)
2019-02-13 15:30:05 +01:00
Thomas Wolf 4e56da38d9
Merge pull request #268 from wangxiaodiu/master
fixed a minor bug in README.md
2019-02-13 10:19:25 +01:00
Thomas Wolf cdcb206e10
Merge pull request #273 from huggingface/update_to_fifth_release
Update to fifth release
2019-02-13 10:19:08 +01:00
thomwolf 321d70a7a9 bump up to 0.5.1 2019-02-13 10:11:20 +01:00
thomwolf 67376c02e2 update readme for tokenizers 2019-02-13 10:11:11 +01:00
thomwolf c6bea08448 OpenAI GPT Tokenizer can fallback on using BERT BasicTokenizer 2019-02-13 10:11:00 +01:00
thomwolf e7cfc46fc1 fix TransfoXLModel loading 2019-02-13 09:32:46 +01:00
Liang Niu e1b3cfb504 fixed a minor bug in README.md 2019-02-12 15:54:23 +04:00
Thomas Wolf 3c33499f87
fix typo in readme 2019-02-12 10:22:54 +01:00
Thomas Wolf 03cdb2a390
Merge pull request #254 from huggingface/python_2
Adding OpenAI GPT and Transformer-XL models, compatibility with Python 2
2019-02-11 14:19:26 +01:00
thomwolf 1e71f11dec Release: 0.5.0 2019-02-11 14:16:27 +01:00
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