transformers/pytorch_pretrained_bert
Thomas Wolf 80684f6f86
Merge pull request #690 from shashwath94/projadpsftmax_fix
Transformer XL ProjectedAdaptiveLogSoftmax output fix
2019-06-15 23:14:10 +02:00
..
__init__.py import class "GPT2MultipleChoiceHead" 2019-06-15 22:19:30 +09:00
__main__.py adding gpt2 2019-02-17 23:38:51 +01:00
convert_gpt2_checkpoint_to_pytorch.py fix typo - logger info 2019-03-06 10:05:21 +01:00
convert_openai_checkpoint_to_pytorch.py fix typo - logger info 2019-03-06 10:05:21 +01:00
convert_tf_checkpoint_to_pytorch.py fix typo - logger info 2019-03-06 10:05:21 +01:00
convert_transfo_xl_checkpoint_to_pytorch.py fix typo - logger info 2019-03-06 10:05:21 +01:00
file_utils.py move pytroch_pretrained_bert cache folder under same path as torch 2019-04-27 11:09:11 -07:00
modeling_gpt2.py fix num_special_tokens in GPT 2 test 2019-06-14 17:17:43 +02:00
modeling_openai.py Merge branch 'master' into finish_torchhub_interfaces 2019-06-14 16:59:07 +02:00
modeling_transfo_xl_utilities.py Fix proj adp softmax output return when n_clusters=0 2019-06-14 22:03:21 -04:00
modeling_transfo_xl.py add transformer xl compatibility for torchhub 2019-06-01 16:08:24 -04:00
modeling.py Add German Bert model to code, update readme 2019-06-14 17:42:46 +02:00
optimization_openai.py - updated docs for new LR API 2019-04-25 15:59:39 +02:00
optimization.py - updated docs for new LR API 2019-04-25 15:59:39 +02:00
tokenization_gpt2.py Merge branch 'master' into finish_torchhub_interfaces 2019-06-14 16:59:07 +02:00
tokenization_openai.py clean up in tokenization 2019-05-08 21:43:51 +02:00
tokenization_transfo_xl.py tokenization updates 2019-04-15 14:24:52 +02:00
tokenization.py Add German Bert model to code, update readme 2019-06-14 17:42:46 +02:00