thomwolf
|
183fedfed5
|
fix doc on python2
|
2019-07-15 09:00:09 +02:00 |
|
thomwolf
|
0e9825e252
|
small fix to run_glue
|
2019-07-14 23:43:28 +02:00 |
|
thomwolf
|
2397f958f9
|
updating examples and doc
|
2019-07-14 23:20:10 +02:00 |
|
thomwolf
|
c490f5ce87
|
added generation examples in tests
|
2019-07-13 15:26:58 +02:00 |
|
thomwolf
|
8bb02c27e2
|
Merge branch 'xlnet' of https://github.com/huggingface/pytorch-pretrained-BERT into xlnet
|
2019-07-13 15:25:06 +02:00 |
|
thomwolf
|
7d4b200e40
|
good quality generation example for GPT, GPT-2, Transfo-XL, XLNet
|
2019-07-13 15:25:03 +02:00 |
|
Thomas Wolf
|
69dc010936
|
Merge pull request #786 from huggingface/doc-sphinx
New documentation for pytorch-transformers
|
2019-07-13 12:08:57 +02:00 |
|
thomwolf
|
7322c314a6
|
remove python2 testing for examples
|
2019-07-12 14:24:08 +02:00 |
|
thomwolf
|
936e813c84
|
clean up examples - added squad example and test
|
2019-07-12 14:16:06 +02:00 |
|
thomwolf
|
699bc7e86e
|
fix gpt-2 unk token test
|
2019-07-12 11:46:57 +02:00 |
|
thomwolf
|
762ded9b1c
|
wip examples
|
2019-07-12 11:28:52 +02:00 |
|
thomwolf
|
7442956361
|
save config file
|
2019-07-12 11:26:16 +02:00 |
|
Thomas Wolf
|
292140b921
|
Merge pull request #781 from huggingface/embeddings
Clean up input embeddings resizing and weights tying
|
2019-07-12 11:10:25 +02:00 |
|
Thomas Wolf
|
c57e9d946f
|
Merge branch 'xlnet' into embeddings
|
2019-07-12 11:10:14 +02:00 |
|
thomwolf
|
2918b7d2a0
|
updating tests
|
2019-07-12 10:57:58 +02:00 |
|
LysandreJik
|
3fbceed8d2
|
Fix layer reference loss + previous attempted fix
|
2019-07-11 22:29:55 -04:00 |
|
LysandreJik
|
6c2ee16c04
|
Test suite testing the tie_weights function as well as the resize_token_embeddings function.
Patched an issue relating to the tied weights I had introduced with the TorchScript addition.
Byte order mark management in TSV glue reading.
|
2019-07-11 22:09:16 -04:00 |
|
LysandreJik
|
3821ecbf4a
|
Byte order mark management in TSV glue reading.
|
2019-07-11 20:16:28 -04:00 |
|
LysandreJik
|
e3fb4310d6
|
From pretrained correct initialization. Unknown token handling for gpt2.
|
2019-07-11 18:44:29 -04:00 |
|
thomwolf
|
bd404735a7
|
embeddings resizing + tie_weights
|
2019-07-12 00:02:49 +02:00 |
|
LysandreJik
|
50e62a4cb4
|
fix gpt/gpt-2 from pretrained
|
2019-07-11 16:50:21 -04:00 |
|
thomwolf
|
273617b86d
|
update config - fix gpt/gpt-2 from pretrained
|
2019-07-11 22:45:03 +02:00 |
|
thomwolf
|
6b13f4cb3a
|
update circle-ci
|
2019-07-11 22:36:35 +02:00 |
|
thomwolf
|
2b644785f0
|
add tests on examples and large circle ci config
|
2019-07-11 22:31:50 +02:00 |
|
thomwolf
|
c6bf1a400d
|
fix test examples et model pretrained
|
2019-07-11 22:29:08 +02:00 |
|
thomwolf
|
92a782b108
|
fix run_glue test
|
2019-07-11 22:20:10 +02:00 |
|
LysandreJik
|
6491575fd5
|
Added TorchScript disclaimer. CSS modifications.
|
2019-07-11 12:38:21 -04:00 |
|
thomwolf
|
ccb6947dc1
|
optimization tests
|
2019-07-11 17:39:47 +02:00 |
|
Thomas Wolf
|
e4f9dca018
|
Merge pull request #773 from huggingface/doc-sphinx
Sphinx doc, XLM Checkpoints
|
2019-07-11 15:46:39 +02:00 |
|
Thomas Wolf
|
b87eb82b4f
|
Merge branch 'xlnet' into doc-sphinx
|
2019-07-11 15:46:27 +02:00 |
|
Thomas Wolf
|
d216e798af
|
Merge pull request #777 from huggingface/examples
Working GLUE Example for XLNet (STS-B)
|
2019-07-11 15:43:47 +02:00 |
|
thomwolf
|
6135de2fa3
|
readme update
|
2019-07-11 15:39:49 +02:00 |
|
thomwolf
|
b21d84b027
|
update examples
|
2019-07-11 15:37:34 +02:00 |
|
thomwolf
|
ec07cf5a66
|
rewamp optimization
|
2019-07-11 14:48:22 +02:00 |
|
thomwolf
|
4fef5919a5
|
updating examples
|
2019-07-11 12:03:08 +02:00 |
|
LysandreJik
|
7fdbc47822
|
Added the two CLM XLM pretrained checkpoints.
Fixed file extensions for config/vocab/merges of XLM models.
|
2019-07-10 19:37:24 -04:00 |
|
LysandreJik
|
dee3e45b93
|
Fixed XLM weights conversion script. Added 5 new checkpoints for XLM.
|
2019-07-10 19:04:21 -04:00 |
|
LysandreJik
|
c82b74b996
|
Fixed Sphinx errors and warnings
|
2019-07-10 15:30:19 -04:00 |
|
LysandreJik
|
5288913bdd
|
All TODOs to be checked by Thom have been added.
|
2019-07-10 15:16:40 -04:00 |
|
LysandreJik
|
f773faa258
|
Fixed all links. Removed TPU. Changed CLI to Converting TF models. Many minor formatting adjustments. Added "TODO Lysandre filled" where necessary.
|
2019-07-10 14:45:56 -04:00 |
|
thomwolf
|
50b7e52a7f
|
WIP examples
|
2019-07-10 15:33:34 +02:00 |
|
LysandreJik
|
3f56ad5aff
|
Updated CircleCI's config.yml to use a large resource class.
|
2019-07-09 18:50:59 -04:00 |
|
LysandreJik
|
c4bab2dc85
|
Added footer with social links.
|
2019-07-09 18:03:01 -04:00 |
|
LysandreJik
|
331db8cc02
|
Added viewcode plugin for source code visualization within the static website.
|
2019-07-09 17:01:56 -04:00 |
|
LysandreJik
|
83fb311ef7
|
Patched warnings + Refactored XLNet's Docstrings
|
2019-07-09 16:38:30 -04:00 |
|
LysandreJik
|
8fe2c9d98e
|
Refactored Docstrings of BERT, GPT2, GPT, TransfoXL, XLM and XLNet.
|
2019-07-09 15:55:31 -04:00 |
|
thomwolf
|
ed6c8d37f4
|
fix merge
|
2019-07-09 17:14:52 +02:00 |
|
thomwolf
|
e468192e2f
|
Merge branch 'pytorch-transformers' into xlnet
|
2019-07-09 17:05:37 +02:00 |
|
thomwolf
|
4ce237c880
|
update run_glue
|
2019-07-09 17:00:32 +02:00 |
|
Thomas Wolf
|
9dd2c86033
|
Merge pull request #767 from huggingface/doc
Documentation
|
2019-07-09 16:56:34 +02:00 |
|