.. |
tests
|
fixing #1133
|
2019-09-02 02:27:39 +02:00 |
__init__.py
|
Release: 1.2.0
|
2019-09-04 13:32:18 +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
|
[RoBERTa] LayerNorm's eps is not a nn.Parameter so there's no point setting it on the model
|
2019-08-30 20:09:24 -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
|
clean up and simplify hubconf
|
2019-08-30 22:34:23 +02:00 |
modeling_bert.py
|
updated pruning logic with sets - Bert and GPT-2
|
2019-08-31 00:33:50 -04:00 |
modeling_distilbert.py
|
Rebase on master + DistilBERT head pruning patch
|
2019-08-31 00:37:41 -04:00 |
modeling_gpt2.py
|
updated pruning logic with sets - Bert and GPT-2
|
2019-08-31 00:33:50 -04:00 |
modeling_openai.py
|
Applied patch to OpenAI GPT, RoBERTa, TransfoL, XLM and XLNet
|
2019-08-31 00:33:50 -04:00 |
modeling_roberta.py
|
Applied patch to OpenAI GPT, RoBERTa, TransfoL, XLM and XLNet
|
2019-08-31 00:33:50 -04:00 |
modeling_transfo_xl_utilities.py
|
fix #827
|
2019-07-23 14:06:43 +02:00 |
modeling_transfo_xl.py
|
Fixing this TransformerXL bool issue
|
2019-09-04 22:36:30 +02:00 |
modeling_utils.py
|
Merge pull request #1162 from huggingface/xlnet-bias
|
2019-09-02 23:14:04 +02:00 |
modeling_xlm.py
|
Merge pull request #1077 from huggingface/pruning-save-and-load
|
2019-09-01 09:42:15 +02:00 |
modeling_xlnet.py
|
Applied patch to OpenAI GPT, RoBERTa, TransfoL, XLM and XLNet
|
2019-08-31 00:33:50 -04:00 |
optimization.py
|
updating schedules for state_dict saving
|
2019-07-23 15:57:18 +02:00 |
tokenization_auto.py
|
fix distilbert in auto tokenizer
|
2019-08-30 22:43:26 +02:00 |
tokenization_bert.py
|
Merge pull request #1074 from huggingface/improved_testing
|
2019-08-30 23:18:58 +02:00 |
tokenization_distilbert.py
|
update again
|
2019-08-28 16:37:22 +02:00 |
tokenization_gpt2.py
|
Merge branch 'master' into improved_testing
|
2019-08-30 13:40:35 +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 branch 'master' into improved_testing
|
2019-08-30 13:40:35 +02:00 |
tokenization_transfo_xl.py
|
fix tokenizers serialization
|
2019-08-30 17:36:11 +02:00 |
tokenization_utils.py
|
Appends space before special token
|
2019-09-01 21:07:00 -04:00 |
tokenization_xlm.py
|
Fix reference of import when called for the second time
|
2019-09-03 18:27:29 -07:00 |
tokenization_xlnet.py
|
Merge pull request #1074 from huggingface/improved_testing
|
2019-08-30 23:18:58 +02:00 |