Commit Graph

19383 Commits

Author SHA1 Message Date
LysandreJik
e0e5c7faf5 Added requirements.txt file. 2019-07-09 10:16:09 -04:00
thomwolf
3b7cb7bf44 small update to run_glue 2019-07-09 16:12:15 +02:00
LysandreJik
269e73b601 Adding example detailing how to add a new file to the documentation + adding fonts. 2019-07-09 10:11:29 -04:00
thomwolf
d743f2f34e updating test 2019-07-09 15:58:58 +02:00
thomwolf
d0efbd3cd1 update sequencesummary module 2019-07-09 15:46:43 +02:00
thomwolf
d5481cbe1b adding tests to examples - updating summary module - coverage update 2019-07-09 15:29:42 +02:00
thomwolf
c079d7ddff fix python 2 tests 2019-07-09 10:40:59 +02:00
thomwolf
b19786985d unified tokenizer api and serialization + tests 2019-07-09 10:25:18 +02:00
LysandreJik
6847e30e1c New page detailing the use of TorchScript. 2019-07-08 17:34:24 -04:00
LysandreJik
ab30651802 Hugging Face theme. 2019-07-08 16:05:26 -04:00
LysandreJik
a60ae1a505 Docstrings best practice shown in the BERT documentation. 2019-07-08 11:50:32 -04:00
LysandreJik
64fd986376 Tokenizers and Config classes are referenced. 2019-07-05 17:44:59 -04:00
LysandreJik
df759114c9 Single file documentation for each model, accompanied by the Documentation overview. 2019-07-05 17:35:26 -04:00
LysandreJik
03de9686a7 Initial folder structure for the documentation. A draft of documentation change has been made in the BertModel class. 2019-07-05 17:11:13 -04:00
thomwolf
3d5f291386 updates to run_glue 2019-07-05 17:22:15 +02:00
thomwolf
99b90edab1 cleaning up run_glue example 2019-07-05 17:09:35 +02:00
thomwolf
1113f97f33 clean up glue example 2019-07-05 16:31:13 +02:00
thomwolf
162ba383b0 fix model loading 2019-07-05 15:57:14 +02:00
thomwolf
6dacc79d39 fix python2 tests 2019-07-05 15:11:59 +02:00
thomwolf
36bca545ff tokenization abstract class - tests for examples 2019-07-05 15:02:59 +02:00
thomwolf
a4f980547f remove circle ci parallelism 2019-07-05 12:31:34 +02:00
thomwolf
eb91f6437e update readme and setup 2019-07-05 12:30:15 +02:00
Thomas Wolf
78462aad61
Merge pull request #733 from ceremonious/parallel-generation
Added option to use multiple workers to create training data
2019-07-05 12:04:30 +02:00
Thomas Wolf
781124b0d1
Merge pull request #620 from chrislarson1/convert-back-to-tf
Convert pytorch models back to tensorflow
2019-07-05 12:01:17 +02:00
Thomas Wolf
e5fe2bb5e8
Merge pull request #745 from leimao/leimao
fix evaluation bug
2019-07-05 12:00:04 +02:00
thomwolf
0231ba291e circle-ci 2019-07-05 11:59:04 +02:00
thomwolf
0bab55d5d5 [BIG] name change 2019-07-05 11:55:36 +02:00
thomwolf
9113b50c96 hubs [WIP] 2019-07-05 11:31:51 +02:00
Thomas Wolf
175fce0a55
Merge pull request #758 from huggingface/doc
Release 0.7 - Add tokenizer API + tests
2019-07-05 11:22:03 +02:00
thomwolf
e75c3f70aa standardizing tokenizers API and adding tests 2019-07-05 11:20:27 +02:00
thomwolf
c0239e09e6 first commit 2019-07-04 17:06:30 +02:00
thomwolf
cf86d23eff parallelism in circlci 2019-07-04 17:02:21 +02:00
thomwolf
15b70338ba adding squad model to xlnet and xlm 2019-07-04 16:50:42 +02:00
thomwolf
fbe04423b6 Common SequenceSummary class 2019-07-04 00:25:30 +02:00
thomwolf
c22545aa40 fix xlm torchscript 2019-07-03 23:03:57 +02:00
thomwolf
3b23a846b6 Merge branch 'xlnet' of https://github.com/huggingface/pytorch-pretrained-BERT into xlnet 2019-07-03 22:54:58 +02:00
thomwolf
8fa3a1f0d8 updating tests 2019-07-03 22:54:53 +02:00
thomwolf
c41f2bad69 WIP XLM + refactoring 2019-07-03 22:54:39 +02:00
Thomas Wolf
64ce4dbd86
Merge pull request #748 from huggingface/torchscript
Release 0.7 - Add Torchscript capabilities
2019-07-03 22:52:03 +02:00
LysandreJik
b43b130f35 TorchScript flag in config; Tied weights when not running TorchScript; tuple concatenation clean-up. 2019-07-03 16:21:17 -04:00
LysandreJik
4703148f0c TransformerXL can't be exported to TorchScript because of control-flow. Exception added to tests. 2019-07-03 14:50:23 -04:00
LysandreJik
971c24687f XLNET can be exported to TorchScript 2019-07-03 11:03:09 -04:00
LysandreJik
be54b16960 GPT can be exported to TorchScript 2019-07-02 18:09:45 -04:00
LysandreJik
d8e83de792 GPT2 can be exported to TorchScript 2019-07-02 18:01:09 -04:00
thomwolf
288be7b7ea xlm 2019-07-02 23:42:31 +02:00
LysandreJik
e891bb43d5 BERT can be exported to TorchScript 2019-07-02 17:23:18 -04:00
LysandreJik
6ce1ee04fc TorchScript testing with output_attentions and output_hidden_state 2019-07-02 17:22:59 -04:00
thomwolf
7ed5bf706f add tests 2019-07-02 16:42:22 +02:00
thomwolf
708877958a updating tests and models, adding weights initialization test 2019-07-02 16:35:29 +02:00
thomwolf
99ae5ab883 update config tests and circle-ci 2019-07-02 12:40:39 +02:00