Sylvain Gugger
803498318c
[Doc] Fix version control in internal pages ( #10124 )
2021-02-13 08:52:30 -05:00
Sylvain Gugger
0c3d23dff7
Add patch releases to the doc
2021-02-09 14:17:09 -05:00
Lysandre
0dd579c9cf
Docs for v4.3.0
2021-02-08 18:53:24 +01:00
Sylvain Gugger
45aaf5f7ab
A few fixes in the documentation ( #10033 )
2021-02-08 05:02:01 -05:00
Sylvain Gugger
3be965c5db
Update doc for pre-release ( #10014 )
...
* Update doc for pre-release
* Use stable as default
* Use the right commit :facepalms:
2021-02-04 16:52:27 -05:00
Lysandre
e43f3b6190
v4.2.1 in docs
2021-01-14 14:25:30 +01:00
Lysandre
33a8497db8
v4.2.0 documentation
2021-01-13 16:15:40 +01:00
Lysandre
bd40345d3e
v4.1.1 docs
2020-12-17 11:28:38 -05:00
Lysandre
f83d9c8da7
v4.1.0 docs
2020-12-17 10:16:07 -05:00
Sylvain Gugger
7e1d709e2a
Fix link to stable version in the doc navbar ( #9007 )
2020-12-09 09:11:39 -05:00
LysandreJik
9995a341c9
Update docs
2020-11-30 12:07:52 -05:00
Sylvain Gugger
bb03a14edd
Update doc for v3.5.1
2020-11-13 10:29:58 -05:00
Lysandre
aec51e5696
v3.5.0 documentation
2020-11-10 08:58:47 -05:00
Lysandre
ef0ac063c9
Docs for v3.4.0
2020-10-20 16:29:00 +02:00
Lysandre Debut
818c294fdd
The toggle actually sticks ( #7586 )
2020-10-05 11:23:57 -04:00
Sylvain Gugger
a1c2ef7bd0
Add documentation for v3.3.1
2020-09-29 14:31:43 -04:00
Lysandre
16c213820e
Update docs to version v3.3.0
2020-09-28 16:32:00 +02:00
Lysandre
6e21f24220
Documentation version
2020-09-22 18:04:39 +02:00
Lysandre Debut
1461aac8d7
Update docs stable version
2020-09-01 11:02:24 -04:00
Lysandre
3726754a6c
v3.1.0 documentation
2020-09-01 14:39:07 +02:00
Joe Davison
d0c2389f48
add custom datasets tutorial ( #6466 )
...
* add custom datasets tutorial
* python -> bash code blocks
* Apply suggestions from code review
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
* minor review feedback changes
* add working native QA snippet
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
2020-08-17 09:15:34 -04:00
Sylvain Gugger
06bc347c97
Fix links for open in colab ( #6391 )
2020-08-10 11:16:17 -04:00
Sylvain Gugger
3e0fe3cf5c
Colab button ( #6389 )
...
* Add colab button
* Add colab link for tutorials
2020-08-10 11:12:29 -04:00
Sylvain Gugger
760f726e51
Add forum link in the docs ( #5637 )
2020-07-09 15:13:22 -04:00
Lysandre
1d2332861f
Post v3.0.2 release commit
2020-07-06 18:56:47 -04:00
Sylvain Gugger
6c55e9fc32
Fix dropdown bug in searches ( #5440 )
...
* Trigger CI
* Fix dropdown bug in searches
2020-07-01 11:02:59 -04:00
Lysandre Debut
b9ee87f5c7
Doc for v3.0.0 ( #5366 )
...
* Doc for v3.0.0
* Update docs/source/_static/js/custom.js
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
* Update docs/source/_static/js/custom.js
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>
2020-06-29 11:08:54 -04:00
Lysandre Debut
364a5ae1f0
Refactor Code samples; Test code samples ( #5036 )
...
* 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>
2020-06-25 16:46:00 -04:00
Sylvain Gugger
6894b486d0
Fix version controller links (for realsies) ( #5251 )
2020-06-24 12:13:43 -04:00
Sylvain Gugger
609e0c583f
Fix links ( #5248 )
2020-06-24 11:35:55 -04:00
Sylvain Gugger
173528e368
Add version control menu ( #5222 )
...
* 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>
2020-06-23 17:05:12 -04:00
Lysandre Debut
65e7c90a77
Adding usage examples for common tasks ( #2850 )
...
* 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>
2020-02-25 13:48:24 -05:00
Julien Chaumond
432c12521e
[docs] Add menu w/ links to other pages on hf.co
2020-02-06 15:30:02 -05:00
alberduris
81d6841b4b
GPU text generation: mMoved the encoded_prompt to correct device
2020-01-06 15:11:12 +01:00
alberduris
dd4df80f0b
Moved the encoded_prompts to correct device
2020-01-06 15:11:12 +01:00
Julien Chaumond
afaa335851
[doc] Fix assets urls
2019-11-23 11:34:45 -05:00
Julien Chaumond
fc9faa8a47
[docs] Doc tweaks
...
Co-Authored-By: Lysandre Debut <lysandre.debut@reseau.eseo.fr>
2019-09-26 18:19:51 -04:00
thomwolf
31c23bd5ee
[BIG] pytorch-transformers => transformers
2019-09-26 10:15:53 +02:00
LysandreJik
c4bab2dc85
Added footer with social links.
2019-07-09 18:03:01 -04:00
LysandreJik
ab30651802
Hugging Face theme.
2019-07-08 16:05:26 -04:00