LICENSE
MANIFEST.in
README.md
setup.py
transformers/__init__.py
transformers/__main__.py
transformers/configuration_albert.py
transformers/configuration_auto.py
transformers/configuration_bert.py
transformers/configuration_camembert.py
transformers/configuration_ctrl.py
transformers/configuration_distilbert.py
transformers/configuration_gpt2.py
transformers/configuration_openai.py
transformers/configuration_roberta.py
transformers/configuration_transfo_xl.py
transformers/configuration_utils.py
transformers/configuration_xlm.py
transformers/configuration_xlnet.py
transformers/convert_albert_original_tf_checkpoint_to_pytorch.py
transformers/convert_bert_original_tf_checkpoint_to_pytorch.py
transformers/convert_bert_pytorch_checkpoint_to_original_tf.py
transformers/convert_gpt2_original_tf_checkpoint_to_pytorch.py
transformers/convert_openai_original_tf_checkpoint_to_pytorch.py
transformers/convert_pytorch_checkpoint_to_tf2.py
transformers/convert_roberta_original_pytorch_checkpoint_to_pytorch.py
transformers/convert_transfo_xl_original_tf_checkpoint_to_pytorch.py
transformers/convert_xlm_original_pytorch_checkpoint_to_pytorch.py
transformers/convert_xlnet_original_tf_checkpoint_to_pytorch.py
transformers/file_utils.py
transformers/filep.py
transformers/modeling_albert.py
transformers/modeling_auto.py
transformers/modeling_beam_search.py
transformers/modeling_bert.py
transformers/modeling_camembert.py
transformers/modeling_ctrl.py
transformers/modeling_distilbert.py
transformers/modeling_encoder_decoder.py
transformers/modeling_gpt2.py
transformers/modeling_openai.py
transformers/modeling_roberta.py
transformers/modeling_tf_albert.py
transformers/modeling_tf_auto.py
transformers/modeling_tf_bert.py
transformers/modeling_tf_ctrl.py
transformers/modeling_tf_distilbert.py
transformers/modeling_tf_gpt2.py
transformers/modeling_tf_openai.py
transformers/modeling_tf_pytorch_utils.py
transformers/modeling_tf_roberta.py
transformers/modeling_tf_transfo_xl.py
transformers/modeling_tf_transfo_xl_utilities.py
transformers/modeling_tf_utils.py
transformers/modeling_tf_xlm.py
transformers/modeling_tf_xlnet.py
transformers/modeling_transfo_xl.py
transformers/modeling_transfo_xl_utilities.py
transformers/modeling_utils.py
transformers/modeling_xlm.py
transformers/modeling_xlnet.py
transformers/optimization.py
transformers/tokenization_albert.py
transformers/tokenization_auto.py
transformers/tokenization_bert.py
transformers/tokenization_camembert.py
transformers/tokenization_ctrl.py
transformers/tokenization_distilbert.py
transformers/tokenization_gpt2.py
transformers/tokenization_openai.py
transformers/tokenization_roberta.py
transformers/tokenization_transfo_xl.py
transformers/tokenization_utils.py
transformers/tokenization_xlm.py
transformers/tokenization_xlnet.py
transformers/try.py
transformers.egg-info/PKG-INFO
transformers.egg-info/SOURCES.txt
transformers.egg-info/dependency_links.txt
transformers.egg-info/entry_points.txt
transformers.egg-info/requires.txt
transformers.egg-info/top_level.txt
transformers/data/__init__.py
transformers/data/metrics/__init__.py
transformers/data/processors/__init__.py
transformers/data/processors/glue.py
transformers/data/processors/utils.py