transformers/transformers
2019-11-05 11:09:16 +01:00
..
data Remove break 2019-10-24 21:43:28 +00:00
tests fix tests - flagged as slow all the tests downloading from AWS 2019-11-04 16:03:36 +01:00
__init__.py Merge branch 'master' into conditional-generation 2019-10-30 16:40:35 +01:00
__main__.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
configuration_auto.py Adding CTRL (squashed commit) 2019-10-03 22:29:03 -07:00
configuration_bert.py model: add support for new German BERT models (cased and uncased) from @dbmdz 2019-10-11 10:20:33 +02:00
configuration_ctrl.py adding TF 2.0 model 2019-10-09 11:07:43 +02:00
configuration_distilbert.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
configuration_gpt2.py update links to new weights 2019-10-03 10:27:11 -04:00
configuration_openai.py Merge branch 'master' into tf2 2019-09-26 12:02:54 +02:00
configuration_roberta.py soft launch distilroberta 2019-10-17 15:28:58 -04:00
configuration_transfo_xl.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
configuration_utils.py Merge branch 'master' into conditional-generation 2019-10-30 16:40:35 +01:00
configuration_xlm.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
configuration_xlnet.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
convert_bert_original_tf_checkpoint_to_pytorch.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
convert_bert_pytorch_checkpoint_to_original_tf.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
convert_gpt2_original_tf_checkpoint_to_pytorch.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
convert_openai_original_tf_checkpoint_to_pytorch.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
convert_pytorch_checkpoint_to_tf2.py adding more tests on TF and pytorch serialization - updating configuration for better serialization 2019-10-10 14:30:48 +02:00
convert_roberta_original_pytorch_checkpoint_to_pytorch.py Fix import error in script to convert faisreq roberta checkpoints 2019-10-14 01:38:57 -07:00
convert_transfo_xl_original_tf_checkpoint_to_pytorch.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
convert_xlm_original_pytorch_checkpoint_to_pytorch.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
convert_xlnet_original_tf_checkpoint_to_pytorch.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
file_utils.py Fix hanging when loading pretrained models 2019-10-19 16:19:20 -04:00
modeling_auto.py Adding CTRL (squashed commit) 2019-10-03 22:29:03 -07:00
modeling_beam_search.py resolve PR comments 2019-10-29 17:10:20 +01:00
modeling_bert.py switch from properties to methods 2019-11-04 15:34:10 +01:00
modeling_ctrl.py switch from properties to methods 2019-11-04 15:34:10 +01:00
modeling_distilbert.py switch from properties to methods 2019-11-04 15:34:10 +01:00
modeling_encoder_decoder.py change kwargs processing 2019-10-30 16:27:51 +01:00
modeling_gpt2.py switch from properties to methods 2019-11-04 15:34:10 +01:00
modeling_openai.py Fix #1686 2019-11-05 09:38:00 +01:00
modeling_roberta.py fix tests - flagged as slow all the tests downloading from AWS 2019-11-04 16:03:36 +01:00
modeling_tf_auto.py CTRL to tf automodels 2019-10-11 16:05:30 -04:00
modeling_tf_bert.py adding more tests on TF and pytorch serialization - updating configuration for better serialization 2019-10-10 14:30:48 +02:00
modeling_tf_ctrl.py adding option to desactivate past/memory outputs 2019-10-11 15:47:08 +02:00
modeling_tf_distilbert.py adding more tests on TF and pytorch serialization - updating configuration for better serialization 2019-10-10 14:30:48 +02:00
modeling_tf_gpt2.py adding more tests on TF and pytorch serialization - updating configuration for better serialization 2019-10-10 14:30:48 +02:00
modeling_tf_openai.py adding more tests on TF and pytorch serialization - updating configuration for better serialization 2019-10-10 14:30:48 +02:00
modeling_tf_pytorch_utils.py remove usage of DUMMY_INPUTS 2019-10-14 02:09:53 +03:00
modeling_tf_roberta.py Merge branch 'master' into clean-roberta 2019-10-30 16:51:06 +01:00
modeling_tf_transfo_xl_utilities.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
modeling_tf_transfo_xl.py adding more tests on TF and pytorch serialization - updating configuration for better serialization 2019-10-10 14:30:48 +02:00
modeling_tf_utils.py Make dummy inputs a local variable in TFPreTrainedModel. 2019-11-05 11:09:16 +01:00
modeling_tf_xlm.py Fixed training for TF XLM 2019-10-30 01:32:15 +00:00
modeling_tf_xlnet.py adding option to desactivate past/memory outputs 2019-10-11 15:47:08 +02:00
modeling_transfo_xl_utilities.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
modeling_transfo_xl.py switch from properties to methods 2019-11-04 15:34:10 +01:00
modeling_utils.py switch from properties to methods 2019-11-04 15:34:10 +01:00
modeling_xlm.py switch from properties to methods 2019-11-04 15:34:10 +01:00
modeling_xlnet.py switch from properties to methods 2019-11-04 15:34:10 +01:00
optimization.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
tokenization_auto.py Adding CTRL (squashed commit) 2019-10-03 22:29:03 -07:00
tokenization_bert.py model: add support for new German BERT models (cased and uncased) from @dbmdz 2019-10-11 10:20:33 +02:00
tokenization_ctrl.py [CTRL] warn if generation prompt does not start with a control code 2019-10-22 21:30:32 +00:00
tokenization_distilbert.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
tokenization_gpt2.py update links to new weights 2019-10-03 10:27:11 -04:00
tokenization_openai.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
tokenization_roberta.py soft launch distilroberta 2019-10-17 15:28:58 -04:00
tokenization_transfo_xl.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
tokenization_utils.py Remove 2019-10-22 14:12:33 -04:00
tokenization_xlm.py update encode_plus - add truncation strategies 2019-10-04 17:38:38 -04:00
tokenization_xlnet.py update encode_plus - add truncation strategies 2019-10-04 17:38:38 -04:00