transformers/pytorch_transformers
Thomas Wolf 6219ad7216
Merge pull request #888 from rococode/patch-1
Update docs for parameter rename
2019-07-25 15:01:22 +02:00
..
tests updating schedules for state_dict saving 2019-07-23 15:57:18 +02:00
__init__.py release version 1.0 2019-07-16 16:10:58 +02:00
__main__.py update conversion scripts and __main__ 2019-07-16 09:41:55 +02:00
convert_gpt2_checkpoint_to_pytorch.py update conversion scripts and __main__ 2019-07-16 09:41:55 +02:00
convert_openai_checkpoint_to_pytorch.py update conversion scripts and __main__ 2019-07-16 09:41:55 +02:00
convert_pytorch_checkpoint_to_tf.py Merge branch 'xlnet' 2019-07-16 11:51:13 +02:00
convert_tf_checkpoint_to_pytorch.py update conversion scripts and __main__ 2019-07-16 09:41:55 +02:00
convert_transfo_xl_checkpoint_to_pytorch.py update conversion scripts and __main__ 2019-07-16 09:41:55 +02:00
convert_xlm_checkpoint_to_pytorch.py fix #827 2019-07-23 14:06:43 +02:00
convert_xlnet_checkpoint_to_pytorch.py update conversion scripts and __main__ 2019-07-16 09:41:55 +02:00
file_utils.py import sys twice 2019-07-17 18:12:01 +09:00
modeling_bert.py fix #827 2019-07-23 14:06:43 +02:00
modeling_gpt2.py fix #827 2019-07-23 14:06:43 +02:00
modeling_openai.py Update docs for parameter rename 2019-07-24 11:27:08 -07:00
modeling_transfo_xl_utilities.py fix #827 2019-07-23 14:06:43 +02:00
modeling_transfo_xl.py fix #827 2019-07-23 14:06:43 +02:00
modeling_utils.py Merge pull request #873 from huggingface/identity_replacement 2019-07-23 18:16:35 +02:00
modeling_xlm.py fix #827 2019-07-23 14:06:43 +02:00
modeling_xlnet.py fix #827 2019-07-23 14:06:43 +02:00
optimization.py updating schedules for state_dict saving 2019-07-23 15:57:18 +02:00
tokenization_bert.py token[-1] -> token.rstrip('\n') 2019-07-23 20:41:26 +08:00
tokenization_gpt2.py update tokenizer - update squad example for xlnet 2019-07-15 17:30:42 +02:00
tokenization_openai.py update tokenizer - update squad example for xlnet 2019-07-15 17:30:42 +02:00
tokenization_transfo_xl.py update readme and pretrained model weight files 2019-07-16 15:11:29 +02:00
tokenization_utils.py make save_pretrained work with added tokens 2019-07-24 16:54:48 -07:00
tokenization_xlm.py update readme and pretrained model weight files 2019-07-16 15:11:29 +02:00
tokenization_xlnet.py update conversion scripts and __main__ 2019-07-16 09:41:55 +02:00