.. |
tests
|
Check to see if the models have the same results when in eval mode (pt) or when training=False (tf)
|
2019-09-24 14:59:10 -04:00 |
__init__.py
|
let encode accept tensor inputs
|
2019-09-25 10:19:14 +02:00 |
__main__.py
|
update conversion script names
|
2019-09-08 15:02:06 +03:00 |
configuration_auto.py
|
split configuration and modeling files
|
2019-09-08 15:02:06 +03:00 |
configuration_bert.py
|
fix tf bert model
|
2019-09-09 17:46:01 +02:00 |
configuration_distilbert.py
|
tests for distilbert and roberta
|
2019-09-23 15:38:29 +02:00 |
configuration_gpt2.py
|
split configuration and modeling files
|
2019-09-08 15:02:06 +03:00 |
configuration_openai.py
|
split configuration and modeling files
|
2019-09-08 15:02:06 +03:00 |
configuration_roberta.py
|
split configuration and modeling files
|
2019-09-08 15:02:06 +03:00 |
configuration_transfo_xl.py
|
add layer_norm_epsilon configuration for transformer xl
|
2019-09-13 17:09:20 +02:00 |
configuration_utils.py
|
Xlnet working - also added simple question answering model for XLNet
|
2019-09-10 16:44:41 +02:00 |
configuration_xlm.py
|
OpenAI GPT tests ok
|
2019-09-18 14:15:48 +02:00 |
configuration_xlnet.py
|
OpenAI GPT tests ok
|
2019-09-18 14:15:48 +02:00 |
convert_bert_original_tf_checkpoint_to_pytorch.py
|
add conversion script, rename conversion scripts
|
2019-09-08 15:02:06 +03:00 |
convert_bert_pytorch_checkpoint_to_original_tf.py
|
add conversion script, rename conversion scripts
|
2019-09-08 15:02:06 +03:00 |
convert_gpt2_original_tf_checkpoint_to_pytorch.py
|
update conversion script names
|
2019-09-08 15:02:06 +03:00 |
convert_openai_original_tf_checkpoint_to_pytorch.py
|
update conversion script names
|
2019-09-08 15:02:06 +03:00 |
convert_pytorch_checkpoint_to_tf2.py
|
converting distilled/fine-tuned models
|
2019-09-24 10:58:52 +02:00 |
convert_roberta_original_pytorch_checkpoint_to_pytorch.py
|
update conversion script names
|
2019-09-08 15:02:06 +03:00 |
convert_transfo_xl_original_tf_checkpoint_to_pytorch.py
|
update conversion script names
|
2019-09-08 15:02:06 +03:00 |
convert_xlm_original_pytorch_checkpoint_to_pytorch.py
|
standardize scopes names - add conversion methods
|
2019-09-11 15:34:17 +02:00 |
convert_xlnet_original_tf_checkpoint_to_pytorch.py
|
update conversion script names
|
2019-09-08 15:02:06 +03:00 |
file_utils.py
|
let encode accept tensor inputs
|
2019-09-25 10:19:14 +02:00 |
modeling_auto.py
|
split configuration and modeling files
|
2019-09-08 15:02:06 +03:00 |
modeling_bert.py
|
fix tf bert model
|
2019-09-09 17:46:01 +02:00 |
modeling_distilbert.py
|
split configuration and modeling files
|
2019-09-08 15:02:06 +03:00 |
modeling_gpt2.py
|
fixing GPT2 double head model and updating the torch version tests
|
2019-09-09 12:48:36 +02:00 |
modeling_openai.py
|
split configuration and modeling files
|
2019-09-08 15:02:06 +03:00 |
modeling_roberta.py
|
split configuration and modeling files
|
2019-09-08 15:02:06 +03:00 |
modeling_tf_auto.py
|
fix auto models
|
2019-09-24 15:33:39 +02:00 |
modeling_tf_bert.py
|
docstring for xlm
|
2019-09-24 15:26:57 +02:00 |
modeling_tf_distilbert.py
|
distilbert docstring
|
2019-09-24 15:06:51 +02:00 |
modeling_tf_gpt2.py
|
doctring roberta
|
2019-09-24 15:19:09 +02:00 |
modeling_tf_openai.py
|
docstring for GPT
|
2019-09-24 15:15:47 +02:00 |
modeling_tf_pytorch_utils.py
|
fix tests pt/tf
|
2019-09-24 15:43:39 +02:00 |
modeling_tf_roberta.py
|
doctring roberta
|
2019-09-24 15:19:09 +02:00 |
modeling_tf_transfo_xl_utilities.py
|
skip finetuned checkpoints
|
2019-09-13 16:43:49 +02:00 |
modeling_tf_transfo_xl.py
|
docstring t-xl
|
2019-09-24 15:21:51 +02:00 |
modeling_tf_utils.py
|
docstring for xlnet
|
2019-09-24 15:30:55 +02:00 |
modeling_tf_xlm.py
|
docstring for xlnet
|
2019-09-24 15:30:55 +02:00 |
modeling_tf_xlnet.py
|
docstring for xlnet
|
2019-09-24 15:30:55 +02:00 |
modeling_transfo_xl_utilities.py
|
fix #827
|
2019-07-23 14:06:43 +02:00 |
modeling_transfo_xl.py
|
add layer_norm_epsilon configuration for transformer xl
|
2019-09-13 17:09:20 +02:00 |
modeling_utils.py
|
update loading logics
|
2019-09-24 14:03:58 +02:00 |
modeling_xlm.py
|
bidirectional conversion TF <=> PT - extended tests
|
2019-09-24 13:25:50 +02:00 |
modeling_xlnet.py
|
Xlnet working - also added simple question answering model for XLNet
|
2019-09-10 16:44:41 +02: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
|
test suite independent of framework
|
2019-09-08 15:02:06 +03:00 |
tokenization_utils.py
|
let encode accept tensor inputs
|
2019-09-25 10:19:14 +02: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 |