"docs/source/vscode:/vscode.git/clone" did not exist on "ef2dcdccaa9a115aca44d81f31c6dc4d32bebb3f"
- 06 Mar, 2020 4 commits
-
-
Sam Shleifer authored
-
Thomas Wolf authored
Refactor BartModel so that input checks are handled within enc/dec
-
Thomas Wolf authored
[hf_api] Get the public list of all the models on huggingface
-
Thomas Wolf authored
Support keras JSON/HDF5 serialization of main layers
-
- 05 Mar, 2020 32 commits
-
-
Patrick von Platen authored
fix missed BartForMaskedLM renaming
-
patrickvonplaten authored
-
Sam Shleifer authored
* improved documentation
-
Lysandre Debut authored
Add models special tokens to its pretrained configs
-
Lysandre Debut authored
-
Lysandre Debut authored
* Pass kwargs to configuration * Setter * test
-
Lysandre Debut authored
-
Thomas Wolf authored
[Bart] FP16 Support
-
Thomas Wolf authored
Refactoring and bug fixing beam search generate
-
sshleifer authored
-
sshleifer authored
-
sshleifer authored
-
sshleifer authored
-
sshleifer authored
-
Morgan Funtowicz authored
Signed-off-by:Morgan Funtowicz <morgan@huggingface.co>
-
Morgan Funtowicz authored
Signed-off-by:Morgan Funtowicz <morgan@huggingface.co>
-
Julien Chaumond authored
* add empty model cards for every current DeepPavlov model * fix: replace cyrillic `褋` with `c` * docs: add model cards for current DeepPavlov BERT models * docs: add links for arXiv preprints
-
Morgan Funtowicz authored
Signed-off-by:Morgan Funtowicz <morgan@huggingface.co>
-
Tom Hosking authored
-
Tom Hosking authored
-
Patrick von Platen authored
-
Patrick von Platen authored
-
Patrick von Platen authored
-
Gunnlaugur Thor Briem authored
-
Gunnlaugur Thor Briem authored
Be explicit that this is config for the transformers package (as these layers may coexist with other custom stuff in a Keras model, plus the Keras container itself is called config, and config["config"] is not great) Add explicit error handling for initializer calls that have neither the `config` nor the `transformers_config` argument, or have both.
-
Gunnlaugur Thor Briem authored
Preserve the original initializer function's metadata. See https://docs.python.org/3/library/functools.html#functools.update_wrapper
-
Gunnlaugur Thor Briem authored
-
Morgan Funtowicz authored
Signed-off-by:Morgan Funtowicz <morgan@huggingface.co>
-
Julien Chaumond authored
-
Julien Chaumond authored
-
Julien Chaumond authored
-
Lysandre authored
-
- 04 Mar, 2020 4 commits
-
-
Gunnlaugur Thor Briem authored
-
Gunnlaugur Thor Briem authored
This was the beginnings of an attempt to address the test failure on this layer, and instead I backed out of making this layer keras-serializable at all ... so it was a mistake to commit this.
-
Thomas Wolf authored
Add beam search to generation tf 2 0
-
Julien Chaumond authored
-