transformers/docs/source
Sylvain Gugger 4df7d05a87
Doc new front (#14590)
* Convert PretrainedConfig doc to Markdown

* Use syntax

* Add necessary doc files (#14496)

* Doc fixes (#14499)

* Fixes for the new front

* Convert DETR file for table

* Title is needed

* Simplify a bit

* Even simpler

* Remove imports

* Fix typo in toctree (#14516)

* Fix checkpoints badge

* Update versions.yml format (#14517)

* Doc new front github actions (#14512)

* Doc new front github actions

* Fix docstring

* Fix feature extraction utils import (#14515)

* Address Julien's comments

* Push to doc-builder

* Ready for merge

* Remove old build and deploy

* Doc misc fixes (#14583)

* Rm versions.yml from doc

* Fix converting.rst

* Rm pretrained_models from toctree

* Fix index links (#14567)

* Fix links in README

* Localized READMEs

* Fix copy script

* Fix find doc script

* Update README_ko.md

Co-authored-by: Julien Chaumond <julien@huggingface.co>

Co-authored-by: Julien Chaumond <julien@huggingface.co>

* Adapt build command to new CLI tools (#14578)

* Fix typo

* Fix doc interlinks (#14589)

* Convert PretrainedConfig doc to Markdown

* Use syntax

* Rm pattern <[a-z]+(.html).*>

* Rm huggingface.co/transformers/master

* Rm .html

* Rm .html from index.mdx

* Rm .html from model_summary.rst

* Update index.mdx rm html

* Update remove .html

* Fix inner doc links

* Fix interlink in preprocssing.rst

* Update pr_checks

Co-authored-by: Sylvain Gugger <sylvain.gugger@gmail.com>
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>

* Convert PretrainedConfig doc to Markdown

* Use syntax

* Add necessary doc files (#14496)

* Doc fixes (#14499)

* Fixes for the new front

* Convert DETR file for table

* Title is needed

* Simplify a bit

* Even simpler

* Remove imports

* Fix checkpoints badge

* Fix typo in toctree (#14516)

* Update versions.yml format (#14517)

* Doc new front github actions (#14512)

* Doc new front github actions

* Fix docstring

* Fix feature extraction utils import (#14515)

* Address Julien's comments

* Push to doc-builder

* Ready for merge

* Remove old build and deploy

* Doc misc fixes (#14583)

* Rm versions.yml from doc

* Fix converting.rst

* Rm pretrained_models from toctree

* Fix index links (#14567)

* Fix links in README

* Localized READMEs

* Fix copy script

* Fix find doc script

* Update README_ko.md

Co-authored-by: Julien Chaumond <julien@huggingface.co>

Co-authored-by: Julien Chaumond <julien@huggingface.co>

* Adapt build command to new CLI tools (#14578)

* Fix typo

* Fix doc interlinks (#14589)

* Convert PretrainedConfig doc to Markdown

* Use syntax

* Rm pattern <[a-z]+(.html).*>

* Rm huggingface.co/transformers/master

* Rm .html

* Rm .html from index.mdx

* Rm .html from model_summary.rst

* Update index.mdx rm html

* Update remove .html

* Fix inner doc links

* Fix interlink in preprocssing.rst

* Update pr_checks

Co-authored-by: Sylvain Gugger <sylvain.gugger@gmail.com>
Co-authored-by: Sylvain Gugger <35901082+sgugger@users.noreply.github.com>

* Styling

Co-authored-by: Mishig Davaadorj <mishig.davaadorj@coloradocollege.edu>
Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
Co-authored-by: Julien Chaumond <julien@huggingface.co>
2021-12-01 14:13:02 -05:00
..
imgs [ImageGPT] Small fixes (#14460) 2021-11-19 15:15:02 +01:00
internal Fix doc building error 2021-08-12 05:49:02 -04:00
main_classes Tokenizers docs: Specify which class contains __call__ method (#14379) 2021-11-28 18:55:38 -05:00
model_doc Doc new front (#14590) 2021-12-01 14:13:02 -05:00
add_new_model.rst Fix some writing issues in the docs (#14136) 2021-10-25 07:48:02 -04:00
add_new_pipeline.rst Improve a add-new-pipeline docs a bit (#14485) 2021-11-22 10:35:49 -05:00
benchmarks.rst [Docs] fixed broken link (#12205) 2021-06-16 15:14:53 -04:00
bertology.rst Fix documentation links always pointing to master. (#9217) 2021-01-05 06:18:48 -05:00
community.md Doc new front (#14590) 2021-12-01 14:13:02 -05:00
contributing.md Update installation page and add contributing to the doc (#5084) 2020-06-17 14:01:10 -04:00
converting_tensorflow_models.rst Doc new front (#14590) 2021-12-01 14:13:02 -05:00
custom_datasets.rst Rewrite guides for fine-tuning with Datasets (#13923) 2021-11-09 14:12:50 -05:00
debugging.rst Fix some writing issues in the docs (#14136) 2021-10-25 07:48:02 -04:00
examples.md per_device instead of per_gpu/error thrown when argument unknown (#4618) 2020-05-27 11:36:55 -04:00
fast_tokenizers.rst Documentation about loading a fast tokenizer within Transformers (#11029) 2021-04-05 10:51:16 -04:00
glossary.rst Add video links to the documentation (#12162) 2021-06-15 06:37:37 -04:00
index.mdx Doc new front (#14590) 2021-12-01 14:13:02 -05:00
installation.md Fix some typos in the docs (#14126) 2021-10-25 07:40:44 -04:00
migration.md Doc new front (#14590) 2021-12-01 14:13:02 -05:00
model_sharing.rst Fix some writing issues in the docs (#14136) 2021-10-25 07:48:02 -04:00
model_summary.rst Doc new front (#14590) 2021-12-01 14:13:02 -05:00
multilingual.rst Examples reorg (#11350) 2021-04-21 11:11:20 -04:00
notebooks.md Update notebooks (#3620) 2020-04-06 14:32:39 -04:00
parallelism.md Doc new front (#14590) 2021-12-01 14:13:02 -05:00
performance.md [doc] performance and parallelism updates (#14391) 2021-11-14 17:19:15 -08:00
perplexity.rst Small changes in perplexity.rstto make the notebook executable on google collaboratory (#13541) 2021-09-13 13:32:32 +02:00
philosophy.rst Minor documentation revisions from copyediting (#9266) 2020-12-23 10:15:49 -05:00
pr_checks.md Quality explain (#14264) 2021-11-03 17:43:19 -04:00
preprocessing.rst Doc new front (#14590) 2021-12-01 14:13:02 -05:00
quicktour.rst Doc new front (#14590) 2021-12-01 14:13:02 -05:00
sagemaker.md remove documentation (#12657) 2021-07-12 18:02:51 +02:00
serialization.rst Add Camembert to models exportable with ONNX (#14059) 2021-10-26 11:22:22 +02:00
task_summary.rst Fix broken link in translation section (#14087) 2021-10-20 15:10:57 -04:00
testing.rst [testing] auto-replay captured streams (#13803) 2021-09-30 09:26:49 -07:00
toctree.yml Doc new front (#14590) 2021-12-01 14:13:02 -05:00
tokenizer_summary.rst Fix some typos in the docs (#14126) 2021-10-25 07:40:44 -04:00
training.rst Doc new front (#14590) 2021-12-01 14:13:02 -05:00
troubleshooting.md Doc new front (#14590) 2021-12-01 14:13:02 -05:00