transformers/pytorch_pretrained_bert
2019-01-16 12:16:20 +01:00
..
__init__.py improved corpus and tokenization conversion - added evaluation script 2019-01-15 23:17:46 +01:00
__main__.py fix __main__ entry script 2019-01-16 10:55:22 +01:00
convert_openai_checkpoint_to_pytorch.py conversion working 2019-01-15 16:07:25 +01:00
convert_tf_checkpoint_to_pytorch.py clean up apex integration 2018-12-13 13:02:17 +01:00
convert_transfo_xl_checkpoint_to_pytorch.py fix loading bug and check full conversion of model 2019-01-16 12:16:20 +01:00
file_utils.py set encoding to 'utf-8' in calls to open 2018-12-14 13:48:58 +01:00
modeling_openai.py adding Transformer XL 2019-01-15 12:59:38 +01:00
modeling_transfo_xl_utilities.py adding Transformer XL 2019-01-15 12:59:38 +01:00
modeling_transfo_xl.py fix loading bug and check full conversion of model 2019-01-16 12:16:20 +01:00
modeling.py update readme and few typos 2019-01-10 01:40:00 +01:00
optimization_openai.py add OpenAI GPT 2019-01-08 12:26:58 +01:00
optimization.py change to apex for better fp16 and multi-gpu support 2018-12-11 17:13:58 -08:00
tokenization_openai.py added tests + fixed losses 2019-01-08 16:24:23 +01:00
tokenization_transfo_xl.py fixing various parts of model conversion, loading and weights sharing 2019-01-16 10:31:16 +01:00
tokenization.py Merge pull request #127 from patrick-s-h-lewis/tokenizer-error-on-long-seqs 2018-12-19 10:29:17 +01:00