Migrate doc files to Markdown. (#24376)
* Rename index.mdx to index.md * With saved modifs * Address review comment * Treat all files * .mdx -> .md * Remove special char * Update utils/tests_fetcher.py Co-authored-by: Lysandre Debut <lysandre.debut@reseau.eseo.fr> --------- Co-authored-by: Lysandre Debut <lysandre.debut@reseau.eseo.fr>
This commit is contained in:
@@ -480,7 +480,7 @@ doc_test_job = CircleCIJob(
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
tests_to_run="$(cat pr_documentation_tests.txt)", # noqa
|
tests_to_run="$(cat pr_documentation_tests.txt)", # noqa
|
||||||
pytest_options={"-doctest-modules": None, "doctest-glob": "*.mdx", "dist": "loadfile", "rvsA": None},
|
pytest_options={"-doctest-modules": None, "doctest-glob": "*.md", "dist": "loadfile", "rvsA": None},
|
||||||
command_timeout=1200, # test cannot run longer than 1200 seconds
|
command_timeout=1200, # test cannot run longer than 1200 seconds
|
||||||
pytest_num_workers=1,
|
pytest_num_workers=1,
|
||||||
)
|
)
|
||||||
|
|||||||
20
.github/ISSUE_TEMPLATE/i18n.md
vendored
20
.github/ISSUE_TEMPLATE/i18n.md
vendored
@@ -28,18 +28,18 @@ Some notes:
|
|||||||
|
|
||||||
## Get Started section
|
## Get Started section
|
||||||
|
|
||||||
- [ ] [index.mdx](https://github.com/huggingface/transformers/blob/main/docs/source/en/index.mdx) https://github.com/huggingface/transformers/pull/20180
|
- [ ] [index.md](https://github.com/huggingface/transformers/blob/main/docs/source/en/index.md) https://github.com/huggingface/transformers/pull/20180
|
||||||
- [ ] [quicktour.mdx](https://github.com/huggingface/transformers/blob/main/docs/source/en/quicktour.mdx) (waiting for initial PR to go through)
|
- [ ] [quicktour.md](https://github.com/huggingface/transformers/blob/main/docs/source/en/quicktour.md) (waiting for initial PR to go through)
|
||||||
- [ ] [installation.mdx](https://github.com/huggingface/transformers/blob/main/docs/source/en/installation.mdx).
|
- [ ] [installation.md](https://github.com/huggingface/transformers/blob/main/docs/source/en/installation.md).
|
||||||
|
|
||||||
## Tutorial section
|
## Tutorial section
|
||||||
- [ ] [pipeline_tutorial.mdx](https://github.com/huggingface/transformers/blob/main/docs/source/en/pipeline_tutorial.mdx)
|
- [ ] [pipeline_tutorial.md](https://github.com/huggingface/transformers/blob/main/docs/source/en/pipeline_tutorial.md)
|
||||||
- [ ] [autoclass_tutorial.mdx](https://github.com/huggingface/transformers/blob/master/docs/source/autoclass_tutorial.mdx)
|
- [ ] [autoclass_tutorial.md](https://github.com/huggingface/transformers/blob/master/docs/source/autoclass_tutorial.md)
|
||||||
- [ ] [preprocessing.mdx](https://github.com/huggingface/transformers/blob/main/docs/source/en/preprocessing.mdx)
|
- [ ] [preprocessing.md](https://github.com/huggingface/transformers/blob/main/docs/source/en/preprocessing.md)
|
||||||
- [ ] [training.mdx](https://github.com/huggingface/transformers/blob/main/docs/source/en/training.mdx)
|
- [ ] [training.md](https://github.com/huggingface/transformers/blob/main/docs/source/en/training.md)
|
||||||
- [ ] [accelerate.mdx](https://github.com/huggingface/transformers/blob/main/docs/source/en/accelerate.mdx)
|
- [ ] [accelerate.md](https://github.com/huggingface/transformers/blob/main/docs/source/en/accelerate.md)
|
||||||
- [ ] [model_sharing.mdx](https://github.com/huggingface/transformers/blob/main/docs/source/en/model_sharing.mdx)
|
- [ ] [model_sharing.md](https://github.com/huggingface/transformers/blob/main/docs/source/en/model_sharing.md)
|
||||||
- [ ] [multilingual.mdx](https://github.com/huggingface/transformers/blob/main/docs/source/en/multilingual.mdx)
|
- [ ] [multilingual.md](https://github.com/huggingface/transformers/blob/main/docs/source/en/multilingual.md)
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Keep on adding more as you go 🔥
|
Keep on adding more as you go 🔥
|
||||||
|
|||||||
2
.github/workflows/doctests.yml
vendored
2
.github/workflows/doctests.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run doctests
|
- name: Run doctests
|
||||||
run: |
|
run: |
|
||||||
python3 -m pytest -v --make-reports doc_tests_gpu --doctest-modules $(cat utils/documentation_tests.txt) -sv --doctest-continue-on-failure --doctest-glob="*.mdx"
|
python3 -m pytest -v --make-reports doc_tests_gpu --doctest-modules $(cat utils/documentation_tests.txt) -sv --doctest-continue-on-failure --doctest-glob="*.md"
|
||||||
|
|
||||||
- name: Failure short reports
|
- name: Failure short reports
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ The `preview` command only works with existing doc files. When you add a complet
|
|||||||
|
|
||||||
## Adding a new element to the navigation bar
|
## Adding a new element to the navigation bar
|
||||||
|
|
||||||
Accepted files are Markdown (.md or .mdx).
|
Accepted files are Markdown (.md or .md).
|
||||||
|
|
||||||
Create a file with its extension and put it in the source directory. You can then link it to the toc-tree by putting
|
Create a file with its extension and put it in the source directory. You can then link it to the toc-tree by putting
|
||||||
the filename without the extension in the [`_toctree.yml`](https://github.com/huggingface/transformers/blob/main/docs/source/_toctree.yml) file.
|
the filename without the extension in the [`_toctree.yml`](https://github.com/huggingface/transformers/blob/main/docs/source/_toctree.yml) file.
|
||||||
@@ -109,7 +109,7 @@ Sections that were moved:
|
|||||||
|
|
||||||
Use the relative style to link to the new file so that the versioned docs continue to work.
|
Use the relative style to link to the new file so that the versioned docs continue to work.
|
||||||
|
|
||||||
For an example of a rich moved section set please see the very end of [the Trainer doc](https://github.com/huggingface/transformers/blob/main/docs/source/en/main_classes/trainer.mdx).
|
For an example of a rich moved section set please see the very end of [the Trainer doc](https://github.com/huggingface/transformers/blob/main/docs/source/en/main_classes/trainer.md).
|
||||||
|
|
||||||
|
|
||||||
## Writing Documentation - Specification
|
## Writing Documentation - Specification
|
||||||
@@ -138,7 +138,7 @@ When translating, refer to the guide at [./TRANSLATING.md](https://github.com/hu
|
|||||||
|
|
||||||
When adding a new model:
|
When adding a new model:
|
||||||
|
|
||||||
- Create a file `xxx.mdx` or under `./source/model_doc` (don't hesitate to copy an existing file as template).
|
- Create a file `xxx.md` or under `./source/model_doc` (don't hesitate to copy an existing file as template).
|
||||||
- Link that file in `./source/_toctree.yml`.
|
- Link that file in `./source/_toctree.yml`.
|
||||||
- Write a short overview of the model:
|
- Write a short overview of the model:
|
||||||
- Overview with paper & authors
|
- Overview with paper & authors
|
||||||
@@ -386,7 +386,7 @@ pytest --doctest-modules src/transformers/models/wav2vec2/modeling_wav2vec2.py::
|
|||||||
You can test locally a given file with this command (here testing the quicktour):
|
You can test locally a given file with this command (here testing the quicktour):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pytest --doctest-modules docs/source/quicktour.mdx -sv --doctest-continue-on-failure --doctest-glob="*.mdx"
|
pytest --doctest-modules docs/source/quicktour.md -sv --doctest-continue-on-failure --doctest-glob="*.md"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Writing doctests
|
### Writing doctests
|
||||||
|
|||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Verteiltes Training mit 🤗 Accelerate
|
# Verteiltes Training mit 🤗 Accelerate
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Vortrainierte Instanzen mit einer AutoClass laden
|
# Vortrainierte Instanzen mit einer AutoClass laden
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# 🤗 Transformers
|
# 🤗 Transformers
|
||||||
@@ -12,6 +12,10 @@ distributed under the License is distributed on an "AS IS" BASIS,
|
|||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Ein Modell teilen
|
# Ein Modell teilen
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Pipelines für Inferenzen
|
# Pipelines für Inferenzen
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Vorverarbeiten
|
# Vorverarbeiten
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Schnellstart
|
# Schnellstart
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Optimierung eines vortrainierten Modells
|
# Optimierung eines vortrainierten Modells
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Distributed training with 🤗 Accelerate
|
# Distributed training with 🤗 Accelerate
|
||||||
@@ -7,6 +7,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# How to add a model to 🤗 Transformers?
|
# How to add a model to 🤗 Transformers?
|
||||||
@@ -817,7 +821,7 @@ tests for you.
|
|||||||
|
|
||||||
Now, all the necessary functionality for *brand_new_bert* is added - you're almost done! The only thing left to add is
|
Now, all the necessary functionality for *brand_new_bert* is added - you're almost done! The only thing left to add is
|
||||||
a nice docstring and a doc page. The Cookiecutter should have added a template file called
|
a nice docstring and a doc page. The Cookiecutter should have added a template file called
|
||||||
`docs/source/model_doc/brand_new_bert.mdx` that you should fill out. Users of your model will usually first look at
|
`docs/source/model_doc/brand_new_bert.md` that you should fill out. Users of your model will usually first look at
|
||||||
this page before using your model. Hence, the documentation must be understandable and concise. It is very useful for
|
this page before using your model. Hence, the documentation must be understandable and concise. It is very useful for
|
||||||
the community to add some *Tips* to show how the model should be used. Don't hesitate to ping the Hugging Face team
|
the community to add some *Tips* to show how the model should be used. Don't hesitate to ping the Hugging Face team
|
||||||
regarding the docstrings.
|
regarding the docstrings.
|
||||||
@@ -7,6 +7,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# How to create a custom pipeline?
|
# How to create a custom pipeline?
|
||||||
@@ -7,6 +7,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# How to convert a 🤗 Transformers model to TensorFlow?
|
# How to convert a 🤗 Transformers model to TensorFlow?
|
||||||
@@ -228,9 +232,9 @@ changes:
|
|||||||
- Include the modeling file in the documentation test file list in `utils/documentation_tests.txt`
|
- Include the modeling file in the documentation test file list in `utils/documentation_tests.txt`
|
||||||
- Add the lazy loading classes related to *BrandNewBert* in `src/transformers/utils/dummy_tf_objects.py`
|
- Add the lazy loading classes related to *BrandNewBert* in `src/transformers/utils/dummy_tf_objects.py`
|
||||||
- Update the import structures for the public classes in `src/transformers/models/brand_new_bert/__init__.py`
|
- Update the import structures for the public classes in `src/transformers/models/brand_new_bert/__init__.py`
|
||||||
- Add the documentation pointers to the public methods of *BrandNewBert* in `docs/source/en/model_doc/brand_new_bert.mdx`
|
- Add the documentation pointers to the public methods of *BrandNewBert* in `docs/source/en/model_doc/brand_new_bert.md`
|
||||||
- Add yourself to the list of contributors to *BrandNewBert* in `docs/source/en/model_doc/brand_new_bert.mdx`
|
- Add yourself to the list of contributors to *BrandNewBert* in `docs/source/en/model_doc/brand_new_bert.md`
|
||||||
- Finally, add a green tick ✅ to the TensorFlow column of *BrandNewBert* in `docs/source/en/index.mdx`
|
- Finally, add a green tick ✅ to the TensorFlow column of *BrandNewBert* in `docs/source/en/index.md`
|
||||||
|
|
||||||
When you're happy with your implementation, run the following checklist to confirm that your model architecture is
|
When you're happy with your implementation, run the following checklist to confirm that your model architecture is
|
||||||
ready:
|
ready:
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Attention mechanisms
|
# Attention mechanisms
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Load pretrained instances with an AutoClass
|
# Load pretrained instances with an AutoClass
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Benchmarks
|
# Benchmarks
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# BERTology
|
# BERTology
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Instantiating a big model
|
# Instantiating a big model
|
||||||
@@ -1,4 +1,8 @@
|
|||||||
# Community
|
<!--⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
-->
|
||||||
|
|
||||||
|
# Community
|
||||||
|
|
||||||
This page regroups resources around 🤗 Transformers developed by the community.
|
This page regroups resources around 🤗 Transformers developed by the community.
|
||||||
|
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Create a custom architecture
|
# Create a custom architecture
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Sharing custom models
|
# Sharing custom models
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Custom Tools and Prompts
|
# Custom Tools and Prompts
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Use tokenizers from 🤗 Tokenizers
|
# Use tokenizers from 🤗 Tokenizers
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Text generation strategies
|
# Text generation strategies
|
||||||
@@ -331,7 +335,7 @@ The groups are selected to ensure they are distinct enough compared to the other
|
|||||||
|
|
||||||
This guide illustrates the main parameters that enable various decoding strategies. More advanced parameters exist for the
|
This guide illustrates the main parameters that enable various decoding strategies. More advanced parameters exist for the
|
||||||
[`generate`] method, which gives you even further control over the [`generate`] method's behavior.
|
[`generate`] method, which gives you even further control over the [`generate`] method's behavior.
|
||||||
For the complete list of the available parameters, refer to the [API documentation](./main_classes/text_generation.mdx).
|
For the complete list of the available parameters, refer to the [API documentation](./main_classes/text_generation.md).
|
||||||
|
|
||||||
### Assisted Decoding
|
### Assisted Decoding
|
||||||
|
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Glossary
|
# Glossary
|
||||||
@@ -7,6 +7,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Hyperparameter Search using Trainer API
|
# Hyperparameter Search using Trainer API
|
||||||
@@ -8,6 +8,9 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# 🤗 Transformers
|
# 🤗 Transformers
|
||||||
@@ -12,6 +12,10 @@ distributed under the License is distributed on an "AS IS" BASIS,
|
|||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Utilities for `FeatureExtractors`
|
# Utilities for `FeatureExtractors`
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# General Utilities
|
# General Utilities
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Utilities for Generation
|
# Utilities for Generation
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Utilities for Image Processors
|
# Utilities for Image Processors
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Custom Layers and Utilities
|
# Custom Layers and Utilities
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Utilities for pipelines
|
# Utilities for pipelines
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Time Series Utilities
|
# Time Series Utilities
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Utilities for Tokenizers
|
# Utilities for Tokenizers
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Utilities for Trainer
|
# Utilities for Trainer
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Agents & Tools
|
# Agents & Tools
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Callbacks
|
# Callbacks
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Data Collator
|
# Data Collator
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# DeepSpeed Integration
|
# DeepSpeed Integration
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Feature Extractor
|
# Feature Extractor
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Image Processor
|
# Image Processor
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Keras callbacks
|
# Keras callbacks
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Models
|
# Models
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Exporting 🤗 Transformers models to ONNX
|
# Exporting 🤗 Transformers models to ONNX
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Optimization
|
# Optimization
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Model outputs
|
# Model outputs
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Pipelines
|
# Pipelines
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Processors
|
# Processors
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Quantize 🤗 Transformers models
|
# Quantize 🤗 Transformers models
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Generation
|
# Generation
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Tokenizer
|
# Tokenizer
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Trainer
|
# Trainer
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# ALBERT
|
# ALBERT
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# ALIGN
|
# ALIGN
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# AltCLIP
|
# AltCLIP
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Audio Spectrogram Transformer
|
# Audio Spectrogram Transformer
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Auto Classes
|
# Auto Classes
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Autoformer
|
# Autoformer
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# BART
|
# BART
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# BARThez
|
# BARThez
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# BARTpho
|
# BARTpho
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# BEiT
|
# BEiT
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# BertGeneration
|
# BertGeneration
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# BertJapanese
|
# BertJapanese
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# BERT
|
# BERT
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# BERTweet
|
# BERTweet
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# BigBird
|
# BigBird
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# BigBirdPegasus
|
# BigBirdPegasus
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# BioGPT
|
# BioGPT
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Big Transfer (BiT)
|
# Big Transfer (BiT)
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Blenderbot Small
|
# Blenderbot Small
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Blenderbot
|
# Blenderbot
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# BLIP-2
|
# BLIP-2
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# BLIP
|
# BLIP
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# BLOOM
|
# BLOOM
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# BORT
|
# BORT
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# BridgeTower
|
# BridgeTower
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# ByT5
|
# ByT5
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# CamemBERT
|
# CamemBERT
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# CANINE
|
# CANINE
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Chinese-CLIP
|
# Chinese-CLIP
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# CLAP
|
# CLAP
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# CLIP
|
# CLIP
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# CLIPSeg
|
# CLIPSeg
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# CodeGen
|
# CodeGen
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# Conditional DETR
|
# Conditional DETR
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# ConvBERT
|
# ConvBERT
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# ConvNeXT
|
# ConvNeXT
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# ConvNeXt V2
|
# ConvNeXt V2
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# CPM
|
# CPM
|
||||||
@@ -8,6 +8,10 @@ http://www.apache.org/licenses/LICENSE-2.0
|
|||||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
|
||||||
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
|
||||||
specific language governing permissions and limitations under the License.
|
specific language governing permissions and limitations under the License.
|
||||||
|
|
||||||
|
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
|
||||||
|
rendered properly in your Markdown viewer.
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# CPMAnt
|
# CPMAnt
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user