"docs/source/vscode:/vscode.git/clone" did not exist on "732d2a8aac5385dbc48381ca1025c129a294c17a"
- 31 Aug, 2021 1 commit
-
-
Lysandre authored
-
- 30 Aug, 2021 1 commit
-
-
Sylvain Gugger authored
* Fix release utils * Update docs/source/conf.py Co-authored-by:
Lysandre Debut <lysandre@huggingface.co> Co-authored-by:
Lysandre Debut <lysandre@huggingface.co>
-
- 30 Jul, 2021 1 commit
-
-
Kevin Canwen Xu authored
* Add multilingual documentation support * Add multilingual documentation support * make style * make style * revert
-
- 17 Jun, 2021 1 commit
-
-
Lysandre authored
-
- 06 Apr, 2021 1 commit
-
-
Philipp Schmid authored
-
- 16 Mar, 2021 2 commits
- 03 Mar, 2021 1 commit
-
-
Jeff Yang authored
* feat(docs): navigate with left/right arrow keys * fix: add missing comma
-
- 13 Jan, 2021 1 commit
-
-
Lysandre authored
-
- 05 Jan, 2021 1 commit
-
-
Sugeeth authored
* Use extlinks to point hyperlink with the version of code * Point to version on release and master until then * Apply style * Correct links * Add missing backtick * Simple missing backtick after all. Co-authored-by:
Raghavendra Sugeeth P S <raghav-5305@raghav-5305.csez.zohocorpin.com> Co-authored-by:
Lysandre <lysandre.debut@reseau.eseo.fr>
-
- 17 Dec, 2020 2 commits
- 07 Dec, 2020 1 commit
-
-
Sylvain Gugger authored
* Add copyright everywhere missing * Style
-
- 30 Nov, 2020 1 commit
-
-
LysandreJik authored
-
- 10 Nov, 2020 1 commit
-
-
Lysandre authored
-
- 20 Oct, 2020 1 commit
-
-
Lysandre authored
-
- 29 Sep, 2020 1 commit
-
-
Sylvain Gugger authored
-
- 28 Sep, 2020 1 commit
-
-
Lysandre authored
-
- 22 Sep, 2020 1 commit
-
-
Lysandre authored
-
- 01 Sep, 2020 1 commit
-
-
Lysandre authored
-
- 20 Aug, 2020 1 commit
-
-
Romain Rigaux authored
Tested in a local build of the docs. e.g. Just above https://huggingface.co/transformers/task_summary.html#causal-language-modeling Copy will copy the full code, e.g. for token in top_5_tokens: print(sequence.replace(tokenizer.mask_token, tokenizer.decode([token]))) Instead of currently only: for token in top_5_tokens: >>> for token in top_5_tokens: ... print(sequence.replace(tokenizer.mask_token, tokenizer.decode([token]))) Distilled models are smaller than the models they mimic. Using them instead of the large versions would help reduce our carbon footprint. Distilled models are smaller than the models they mimic. Using them instead of the large versions would help increase our carbon footprint. Distilled models are smaller than the models they mimic. Using them instead of the large versions would help decrease our carbon footprint. Distilled models are smaller than the models they mimic. Using them instead of the large versions would help offset our carbon footprint. Distilled models are smaller than the models they mimic. Using them instead of the large versions would help improve our carbon footprint. Docs for the option fix: https://sphinx-copybutton.readthedocs.io/en/latest/
-
- 06 Jul, 2020 1 commit
-
-
Lysandre authored
-
- 29 Jun, 2020 1 commit
-
-
Lysandre authored
-
- 25 Jun, 2020 1 commit
-
-
Lysandre Debut authored
* Refactor code samples * Test docstrings * Style * Tokenization examples * Run rust of tests * First step to testing source docs * Style and BART comment * Test the remainder of the code samples * Style * let to const * Formatting fixes * Ready for merge * Fix fixture + Style * Fix last tests * Update docs/source/quicktour.rst Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com> * Addressing @sgugger's comments + Fix MobileBERT in TF Co-authored-by:
Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
-
- 23 Jun, 2020 1 commit
-
-
Sylvain Gugger authored
* Add version control menu * Constify things Co-authored-by:
Lysandre Debut <lysandre@huggingface.co> * Apply suggestions from code review Co-authored-by:
Julien Chaumond <chaumond@gmail.com> Co-authored-by:
Lysandre Debut <lysandre@huggingface.co> Co-authored-by:
Julien Chaumond <chaumond@gmail.com>
-
- 02 Jun, 2020 1 commit
-
-
Lysandre authored
-
- 22 May, 2020 1 commit
-
-
Lysandre authored
-
- 13 May, 2020 1 commit
-
-
Lysandre authored
-
- 07 May, 2020 1 commit
-
-
Lysandre authored
-
- 06 Apr, 2020 1 commit
-
-
LysandreJik authored
-
- 30 Mar, 2020 1 commit
-
-
LysandreJik authored
-
- 24 Mar, 2020 1 commit
-
-
LysandreJik authored
-
- 25 Feb, 2020 1 commit
-
-
Lysandre Debut authored
* Usage: Sequence Classification & Question Answering * Pipeline example * Language modeling * TensorFlow code for Sequence classification * Custom TF/PT toggler in docs * QA + LM for TensorFlow * Finish Usage for both PyTorch and TensorFlow * Addressing Julien's comments * More assertive * cleanup * Favicon - added favicon option in conf.py along with the favicon image - udpated
馃 logo. slightly smaller and should appear more consistent across editing programs (no more tongue on the outside of the mouth) Co-authored-by:joshchagani <joshua@joshuachagani.com>
-
- 24 Feb, 2020 1 commit
-
-
Lysandre authored
-
- 19 Feb, 2020 1 commit
-
-
Lysandre authored
Welcome Rust Tokenizers
-
- 31 Jan, 2020 2 commits
- 06 Jan, 2020 2 commits
-
-
alberduris authored
-
alberduris authored
-
- 23 Dec, 2019 1 commit
-
-
Aymeric Augustin authored
This should fix API docs, which went AWOL with yesterday's changes.
-