- 05 Mar, 2020 6 commits
-
-
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>
-
Morgan Funtowicz authored
Signed-off-by:Morgan Funtowicz <morgan@huggingface.co>
-
Julien Chaumond authored
-
Lysandre authored
-
- 04 Mar, 2020 19 commits
-
-
Thomas Wolf authored
Add beam search to generation tf 2 0
-
Julien Chaumond authored
-
Thomas Wolf authored
fix: passing config as Layer trainable param
-
Morgan Funtowicz authored
Signed-off-by:Morgan Funtowicz <morgan@huggingface.co>
-
Manuel Romero authored
-
Julien Chaumond authored
(the current way to submit a model card to have it displayed on the website is to open a PR on the `transformers` repo itself) Thanks for sharing!
-
Julien Chaumond authored
(the current way to submit a model card to have it displayed on the website is to open a PR on the `transformers` repo itself) Thanks for sharing!
-
Manuel Romero authored
-
Wissam Antoun authored
* Added readme for AraBERTv0.1 * Added readme to AraBERT
-
Patrick von Platen authored
-
Julien Chaumond authored
-
Patrick von Platen authored
* fix conflits * fixed naming bug * make style
-
Funtowicz Morgan authored
* Added transformers-pytorch-cpu and gpu Docker images Signed-off-by:
Morgan Funtowicz <morgan@huggingface.co> * Added automatic jupyter launch for Docker image. Signed-off-by:
Morgan Funtowicz <morgan@huggingface.co> * Move image from alpine to Ubuntu to align with NVidia container images. Signed-off-by:
Morgan Funtowicz <morgan@huggingface.co> * Added TRANSFORMERS_VERSION argument to Dockerfile. Signed-off-by:
Morgan Funtowicz <morgan@huggingface.co> * Added Pytorch-GPU based Docker image Signed-off-by:
Morgan Funtowicz <morgan@huggingface.co> * Added Tensorflow images. Signed-off-by:
Morgan Funtowicz <morgan@huggingface.co> * Use python 3.7 as Tensorflow doesnt provide 3.8 compatible wheel. Signed-off-by:
Morgan Funtowicz <morgan@huggingface.co> * Remove double FROM instructions on transformers-pytorch-cpu image. Signed-off-by:
Morgan Funtowicz <morgan@huggingface.co> * Added transformers-tensorflo...
-
Patrick von Platen authored
-
Patrick von Platen authored
-
patrickvonplaten authored
-
patrickvonplaten authored
-
Patrick von Platen authored
-
Patrick von Platen authored
* fix beam_search behavior when sampling * delete print * make correct style
-
- 03 Mar, 2020 9 commits
-
-
Gunnlaugur Thor Briem authored
Lurking bugs discovered while working on other stuff.
-
Sam Shleifer authored
-
Julien Chaumond authored
Adopted best practice set by @patrickvonplaten of commenting lines run on fairseq, for easy comparison also see #3020
-
Sam Shleifer authored
* Rename and improve example * Add test * slightly faster test * style * This breaks remy prolly * shorter test string * no slow * newdir structure * New tree * Style * shorter * docs * clean * Attempt future import * more import hax
-
Sam Shleifer authored
-
Julien Chaumond authored
-
Patrick von Platen authored
* add first copy past test to tf 2 generate * add tf top_k_top_p_filter fn * add generate function for TF * add generate function for TF * implemented generate for all models expect transfoXL * implemented generate for all models expect transfoXL * implemented generate for all models expect transfoXL * make style * change permission of test file to correct ones * delete ipdb * delete ipdb * fix bug and finish simple gpt2 integration test * clean test file * clean test file * make style * make style * make style * make style * change import style * change import style * make style * make style * add decorators * add decorators * fix tf ctrl bug dim => axis in TF * make style * make style * refactored test file * refactored test file * take out test_torch_tf_conversion if nothing is defined * take out test_torch_tf_conversion if nothing is defined * remove useless files * remove useless files * fix conflicts * fix conflicts * fix conflicts * fix conflicts * fix conflicts * solve conflicts * solve conflicts * fix conflicts * fix conflicts * merge conflicts * delete ipdb * exposed top_k_top_p_filtering fns * delete weirdly created w! file * add comment to test tf common modeling * fix conflicts * fix conflicts * make style * merge conflicts * make style * change tf.tensor.shape to shape_list(tensor)
-
ali safaya authored
-
Davide Fiocco authored
That's the same fix applied in https://github.com/huggingface/transformers/issues/2258 , but for the GLUE example
-
- 02 Mar, 2020 6 commits
-
-
Julien Chaumond authored
cc @sshleifer
-
Felix MIKAELIAN authored
* add models cards for camembert-base-fquad camembert-base-squad * typo fix
-
Julien Chaumond authored
* debug env * Restrict TF GPU memory * Fixup * One more test * rm debug logs * Fixup
-
Lysandre Debut authored
* Pipeline doc initial commit * pipeline abstraction * Remove modelcard argument from pipeline * Task-specific pipelines can be instantiated with no model or tokenizer * All pipelines doc
-
Manuel Romero authored
- Add example of usage - Update metrics
-
Julien Chaumond authored
cc @patrickvonplaten
-