transformers/transformers
Thomas Wolf d100ad99c0
Merge pull request #2014 from aaugustin/mark-tf-auto-model-test-as-slow
Mark tests in TFAutoModelTest as slow.
2019-12-03 16:03:48 +01:00
..
data fix bug 2019-11-27 11:07:22 -05:00
tests Mark tests in TFAutoModelTest as slow. 2019-12-01 18:25:15 +01:00
__init__.py update all tf.shape and tensor.shape to shape_list 2019-11-29 09:40:50 -05:00
__main__.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
configuration_albert.py ALBERT-V2 2019-11-26 13:08:12 -05:00
configuration_auto.py Add ALBERT to AutoClasses 2019-11-29 11:25:37 -05: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_camembert.py [camembert] Upload to s3 + rename script 2019-11-16 00:11:07 -05:00
configuration_ctrl.py adding TF 2.0 model 2019-10-09 11:07:43 +02:00
configuration_distilbert.py Merge branch 'master' into distilbert-german 2019-11-27 18:11:49 +01:00
configuration_gpt2.py GPT-2 XL 2019-11-05 13:31:58 -05:00
configuration_openai.py Merge branch 'master' into tf2 2019-09-26 12:02:54 +02:00
configuration_roberta.py Add RoBERTa-based GPT-2 Output Detector from OpenAI 2019-11-06 16:26:31 -05:00
configuration_transfo_xl.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
configuration_utils.py Merge branch 'master' into resumable_http 2019-11-27 17:10:36 +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_albert_original_tf_checkpoint_to_pytorch.py ALBERT-V2 2019-11-26 13:08:12 -05: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 ALBERT in TF2 2019-11-26 13:08:12 -05: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 Add support for resumable downloads for HTTP protocol. 2019-10-31 18:25:34 +03:00
modeling_albert.py Fix ALBERT exports with pretraining + sp classifier; Fix naming for ALBERT TF models 2019-12-02 18:00:19 -05:00
modeling_auto.py Add ALBERT to AutoClasses 2019-11-29 11:25:37 -05:00
modeling_beam_search.py resolve PR comments 2019-10-29 17:10:20 +01:00
modeling_bert.py Merge pull request #1770 from huggingface/initi-encoder-mask 2019-11-28 16:06:55 +01:00
modeling_camembert.py camembert: add wrapper for CamembertForTokenClassification 2019-11-18 14:14:19 +01:00
modeling_ctrl.py fix merge tests 2019-11-27 23:11:37 +01:00
modeling_distilbert.py Merge branch 'master' into distilbert-german 2019-11-27 18:11:49 +01:00
modeling_encoder_decoder.py change kwargs processing 2019-10-30 16:27:51 +01:00
modeling_gpt2.py Clarify the use of past in GPT2 and CTRL 2019-11-12 10:59:37 -05:00
modeling_openai.py Merge pull request #1695 from huggingface/models_inputs_embeds 2019-11-05 09:55:28 -05:00
modeling_roberta.py Add RoBERTa-based GPT-2 Output Detector from OpenAI 2019-11-06 16:26:31 -05:00
modeling_tf_albert.py Fix ALBERT exports with pretraining + sp classifier; Fix naming for ALBERT TF models 2019-12-02 18:00:19 -05:00
modeling_tf_auto.py Add support for resumable downloads for HTTP protocol. 2019-10-31 18:25:34 +03:00
modeling_tf_bert.py update all tf.shape and tensor.shape to shape_list 2019-11-29 09:40:50 -05:00
modeling_tf_ctrl.py update all tf.shape and tensor.shape to shape_list 2019-11-29 09:40:50 -05:00
modeling_tf_distilbert.py update all tf.shape and tensor.shape to shape_list 2019-11-29 09:40:50 -05:00
modeling_tf_gpt2.py update all tf.shape and tensor.shape to shape_list 2019-11-29 09:40:50 -05:00
modeling_tf_openai.py update all tf.shape and tensor.shape to shape_list 2019-11-29 09:40:50 -05:00
modeling_tf_pytorch_utils.py Add DialoGPT support for Pytorch->TF 2019-11-09 16:46:19 +00:00
modeling_tf_roberta.py update all tf.shape and tensor.shape to shape_list 2019-11-29 09:40:50 -05:00
modeling_tf_transfo_xl_utilities.py update all tf.shape and tensor.shape to shape_list 2019-11-29 09:40:50 -05:00
modeling_tf_transfo_xl.py update all tf.shape and tensor.shape to shape_list 2019-11-29 09:40:50 -05:00
modeling_tf_utils.py reducing my level of enthousiasm 2019-11-29 09:40:50 -05:00
modeling_tf_xlm.py [inputs_embeds] All TF models + tests 2019-11-12 11:29:21 -05:00
modeling_tf_xlnet.py update all tf.shape and tensor.shape to shape_list 2019-11-29 09:40:50 -05:00
modeling_transfo_xl_utilities.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
modeling_transfo_xl.py [inputs_embeds] All PyTorch models 2019-11-05 00:39:18 +00:00
modeling_utils.py Merge pull request #1778 from eukaryote31/patch-2 2019-11-28 16:08:37 +01:00
modeling_xlm.py [inputs_embeds] All PyTorch models 2019-11-05 00:39:18 +00:00
modeling_xlnet.py [inputs_embeds] All PyTorch models 2019-11-05 00:39:18 +00:00
optimization.py Run GLUE and remove LAMB 2019-11-26 13:08:12 -05:00
tokenization_albert.py ALBERT-V2 2019-11-26 13:08:12 -05:00
tokenization_auto.py Add ALBERT to AutoClasses 2019-11-29 11:25:37 -05:00
tokenization_bert.py Fix #1784 2019-11-11 10:15:14 -05:00
tokenization_camembert.py camembert: add implementation for save_vocabulary method 2019-11-18 15:49:44 +01: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 Merge branch 'master' into distilbert-german 2019-11-27 18:11:49 +01:00
tokenization_gpt2.py Fix GPT2 docstring 2019-11-25 11:32:00 -05:00
tokenization_openai.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
tokenization_roberta.py Fix #1784 2019-11-11 10:15:14 -05:00
tokenization_transfo_xl.py [BIG] pytorch-transformers => transformers 2019-09-26 10:15:53 +02:00
tokenization_utils.py Remove annoying tokenization message 2019-12-02 18:23:00 -05:00
tokenization_xlm.py fix some typos 2019-11-27 11:07:22 -05:00
tokenization_xlnet.py Tokenization tests + fixes + init 2019-11-26 13:08:12 -05:00