.. |
tests
|
[LARGE] updating all tests and API
|
2019-07-02 12:13:17 +02:00 |
__init__.py
|
slight refactoring, add abstract class for model loading
|
2019-06-26 12:52:44 +02:00 |
__main__.py
|
update main conversion script and readme
|
2019-06-25 10:45:07 +02:00 |
convert_gpt2_checkpoint_to_pytorch.py
|
fix typo - logger info
|
2019-03-06 10:05:21 +01:00 |
convert_openai_checkpoint_to_pytorch.py
|
fix typo - logger info
|
2019-03-06 10:05:21 +01:00 |
convert_tf_checkpoint_to_pytorch.py
|
fix typo - logger info
|
2019-03-06 10:05:21 +01:00 |
convert_transfo_xl_checkpoint_to_pytorch.py
|
fix typo - logger info
|
2019-03-06 10:05:21 +01:00 |
convert_xlnet_checkpoint_to_pytorch.py
|
add from_pretrained method to all configuration classes
|
2019-06-26 11:12:00 +02:00 |
file_utils.py
|
add from_pretrained method to all configuration classes
|
2019-06-26 11:12:00 +02:00 |
model_utils.py
|
[LARGE] updating all tests and API
|
2019-07-02 12:13:17 +02:00 |
modeling_gpt2.py
|
[LARGE] updating all tests and API
|
2019-07-02 12:13:17 +02:00 |
modeling_openai.py
|
[LARGE] updating all tests and API
|
2019-07-02 12:13:17 +02:00 |
modeling_transfo_xl_utilities.py
|
fix tests
|
2019-06-26 10:02:45 +02:00 |
modeling_transfo_xl.py
|
[LARGE] updating all tests and API
|
2019-07-02 12:13:17 +02:00 |
modeling_xlm.py
|
[LARGE] updating all tests and API
|
2019-07-02 12:13:17 +02:00 |
modeling_xlnet.py
|
[LARGE] updating all tests and API
|
2019-07-02 12:13:17 +02:00 |
modeling.py
|
[LARGE] updating all tests and API
|
2019-07-02 12:13:17 +02:00 |
optimization_openai.py
|
- updated docs for new LR API
|
2019-04-25 15:59:39 +02:00 |
optimization.py
|
- updated docs for new LR API
|
2019-04-25 15:59:39 +02:00 |
tokenization_gpt2.py
|
better error messages
|
2019-06-17 13:03:48 +02:00 |
tokenization_openai.py
|
better error messages
|
2019-06-17 13:03:48 +02:00 |
tokenization_transfo_xl.py
|
better error messages
|
2019-06-17 13:03:48 +02:00 |
tokenization_xlnet.py
|
add fix for serialization of tokenizer
|
2019-06-29 23:35:21 +02:00 |
tokenization.py
|
updating GLUE utils for compatibility with XLNet
|
2019-06-24 14:36:11 +02:00 |