-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 383d063 🚀
- Loading branch information
1 parent
be1828f
commit 811364d
Showing
103 changed files
with
951 additions
and
181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 2a4bd9441600d6f87ec45cdb9c8c85e0 | ||
config: 67a75a999b8281c3988fcac7056d30e5 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+2.2 KB
(120%)
.doctrees/python/ctranslate2.models.WhisperGenerationResult.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+518 Bytes
(100%)
.doctrees/python/ctranslate2.specs.LanguageModelSpec.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Wav2Vec2Bert | ||
============ | ||
|
||
.. autoclass:: ctranslate2.models.Wav2Vec2Bert | ||
:members: | ||
:undoc-members: | ||
:inherited-members: | ||
|
||
**Inherits from:** :class:`pybind11_builtins.pybind11_object` | ||
|
||
**Attributes:** | ||
|
||
- :obj:`~ctranslate2.models.Wav2Vec2Bert.compute_type` | ||
- :obj:`~ctranslate2.models.Wav2Vec2Bert.device` | ||
- :obj:`~ctranslate2.models.Wav2Vec2Bert.device_index` | ||
- :obj:`~ctranslate2.models.Wav2Vec2Bert.model_is_loaded` | ||
- :obj:`~ctranslate2.models.Wav2Vec2Bert.num_active_batches` | ||
- :obj:`~ctranslate2.models.Wav2Vec2Bert.num_queued_batches` | ||
- :obj:`~ctranslate2.models.Wav2Vec2Bert.num_workers` | ||
- :obj:`~ctranslate2.models.Wav2Vec2Bert.tensor_parallel` | ||
|
||
**Methods:** | ||
|
||
- :obj:`~ctranslate2.models.Wav2Vec2Bert.encode` | ||
- :obj:`~ctranslate2.models.Wav2Vec2Bert.load_model` | ||
- :obj:`~ctranslate2.models.Wav2Vec2Bert.unload_model` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
_sources/python/ctranslate2.specs.Wav2Vec2BertSpec.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Wav2Vec2BertSpec | ||
================ | ||
|
||
.. autoclass:: ctranslate2.specs.Wav2Vec2BertSpec | ||
:members: | ||
:undoc-members: | ||
:inherited-members: | ||
|
||
**Inherits from:** :class:`ctranslate2.specs.LanguageModelSpec` | ||
|
||
**Attributes:** | ||
|
||
- :obj:`~ctranslate2.specs.Wav2Vec2BertSpec.config` | ||
- :obj:`~ctranslate2.specs.Wav2Vec2BertSpec.name` | ||
- :obj:`~ctranslate2.specs.Wav2Vec2BertSpec.revision` | ||
|
||
**Methods:** | ||
|
||
- :obj:`~ctranslate2.specs.Wav2Vec2BertSpec.get_default_config` | ||
- :obj:`~ctranslate2.specs.Wav2Vec2BertSpec.get_vocabulary_size` | ||
- :obj:`~ctranslate2.specs.Wav2Vec2BertSpec.optimize` | ||
- :obj:`~ctranslate2.specs.Wav2Vec2BertSpec.register_file` | ||
- :obj:`~ctranslate2.specs.Wav2Vec2BertSpec.register_vocabulary` | ||
- :obj:`~ctranslate2.specs.Wav2Vec2BertSpec.save` | ||
- :obj:`~ctranslate2.specs.Wav2Vec2BertSpec.validate` | ||
- :obj:`~ctranslate2.specs.Wav2Vec2BertSpec.variables` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.