.. |
tests
|
dilbert -> distilbert
|
2019-08-28 13:59:42 +02:00 |
__init__.py
|
dilbert -> distilbert
|
2019-08-28 13:59:42 +02:00 |
__main__.py
|
update conversion scripts and __main__
|
2019-07-16 09:41:55 +02:00 |
convert_gpt2_checkpoint_to_pytorch.py
|
adding gpt-2 large
|
2019-08-21 02:29:34 +02:00 |
convert_openai_checkpoint_to_pytorch.py
|
adding gpt-2 large
|
2019-08-21 02:29:34 +02:00 |
convert_pytorch_checkpoint_to_tf.py
|
Merge branch 'master' into auto_models
|
2019-08-05 19:17:35 +02:00 |
convert_roberta_checkpoint_to_pytorch.py
|
Fixup 9d0603148b
|
2019-08-12 12:28:55 -04:00 |
convert_tf_checkpoint_to_pytorch.py
|
Fixed small typo
|
2019-08-04 16:05:10 +10:00 |
convert_transfo_xl_checkpoint_to_pytorch.py
|
adding gpt-2 large
|
2019-08-21 02:29:34 +02:00 |
convert_xlm_checkpoint_to_pytorch.py
|
fix #827
|
2019-07-23 14:06:43 +02:00 |
convert_xlnet_checkpoint_to_pytorch.py
|
Fixed small typo
|
2019-08-04 16:05:10 +10:00 |
file_utils.py
|
adding proxies options for the from_pretrained methods
|
2019-08-20 16:59:11 +02:00 |
modeling_auto.py
|
dilbert -> distilbert
|
2019-08-28 13:59:42 +02:00 |
modeling_bert.py
|
fixing model to add torchscript, embedding resizing, head pruning and masking + tests
|
2019-08-28 13:22:45 +02:00 |
modeling_distilbert.py
|
distilbert: fix number of hidden_size
|
2019-08-28 18:08:16 +02:00 |
modeling_gpt2.py
|
Merge pull request #1118 from CrafterKolyan/patch-2
|
2019-08-27 14:58:50 +02:00 |
modeling_openai.py
|
Merge pull request #1057 from huggingface/fixes
|
2019-08-21 01:54:05 +02:00 |
modeling_roberta.py
|
fix #1102
|
2019-08-26 18:13:06 -04:00 |
modeling_transfo_xl_utilities.py
|
fix #827
|
2019-07-23 14:06:43 +02:00 |
modeling_transfo_xl.py
|
Merge pull request #1127 from huggingface/dilbert
|
2019-08-28 16:43:09 +02:00 |
modeling_utils.py
|
reraise EnvironmentError in from_pretrained functions of Model and Tokenizer
|
2019-08-22 15:25:40 -07:00 |
modeling_xlm.py
|
fix small typo
|
2019-08-28 02:44:51 +00:00 |
modeling_xlnet.py
|
fix: hard coding for max number
|
2019-08-30 12:13:47 +08:00 |
optimization.py
|
updating schedules for state_dict saving
|
2019-07-23 15:57:18 +02:00 |
tokenization_auto.py
|
Order of strings in AutoModel/AutoTokenizer updated.
|
2019-08-16 09:53:26 -04:00 |
tokenization_bert.py
|
max_len_single_sentence & max_len_sentences_pair as attributes so they can be modified
|
2019-08-23 22:07:26 +02:00 |
tokenization_distilbert.py
|
update again
|
2019-08-28 16:37:22 +02:00 |
tokenization_gpt2.py
|
max_len_single_sentence & max_len_sentences_pair as attributes so they can be modified
|
2019-08-23 22:07:26 +02:00 |
tokenization_openai.py
|
max_len_single_sentence & max_len_sentences_pair as attributes so they can be modified
|
2019-08-23 22:07:26 +02:00 |
tokenization_roberta.py
|
Merge pull request #987 from huggingface/generative-finetuning
|
2019-08-28 16:51:50 +02:00 |
tokenization_transfo_xl.py
|
max_len_single_sentence & max_len_sentences_pair as attributes so they can be modified
|
2019-08-23 22:07:26 +02:00 |
tokenization_utils.py
|
Merge pull request #1087 from huggingface/fix-warnings
|
2019-08-28 22:22:11 +02:00 |
tokenization_xlm.py
|
max_len_single_sentence & max_len_sentences_pair as attributes so they can be modified
|
2019-08-23 22:07:26 +02:00 |
tokenization_xlnet.py
|
max_len_single_sentence & max_len_sentences_pair as attributes so they can be modified
|
2019-08-23 22:07:26 +02:00 |