-
Notifications
You must be signed in to change notification settings - Fork 476
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expose premade package. Update version to release 0.4.2.
PiperOrigin-RevId: 386338223
- Loading branch information
1 parent
e0c009e
commit 6cf8f70
Showing
32 changed files
with
3,402 additions
and
72 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ library. | |
__version__<a id="__version__"></a> | ||
</td> | ||
<td> | ||
`'0.4.1.dev'` | ||
`'0.4.2.dev'` | ||
</td> | ||
</tr> | ||
</table> |
608 changes: 594 additions & 14 deletions
608
tensorflow_ranking/g3doc/api_docs/python/tfr/_api_cache.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
82 changes: 82 additions & 0 deletions
82
tensorflow_ranking/g3doc/api_docs/python/tfr/keras/premade.md
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,82 @@ | ||
description: TensorFlow Ranking Premade Orbit Task Module. | ||
|
||
<div itemscope itemtype="http://developers.google.com/ReferenceObject"> | ||
<meta itemprop="name" content="tfr.keras.premade" /> | ||
<meta itemprop="path" content="Stable" /> | ||
<meta itemprop="property" content="DOCUMENT_ID"/> | ||
<meta itemprop="property" content="QUERY_ID"/> | ||
</div> | ||
|
||
# Module: tfr.keras.premade | ||
|
||
<!-- Insert buttons and diff --> | ||
|
||
<table class="tfo-notebook-buttons tfo-api nocontent" align="left"> | ||
<td> | ||
<a target="_blank" href="https://github.com/tensorflow/ranking/tree/master/tensorflow_ranking/python/keras/premade/__init__.py"> | ||
<img src="https://www.tensorflow.org/images/GitHub-Mark-32px.png" /> | ||
View source on GitHub | ||
</a> | ||
</td> | ||
</table> | ||
|
||
TensorFlow Ranking Premade Orbit Task Module. | ||
|
||
## Modules | ||
|
||
[`tfrbert_task`](../../tfr/keras/premade/tfrbert_task.md) module: TF-Ranking | ||
BERT task. | ||
|
||
## Classes | ||
|
||
[`class TFRBertConfig`](../../tfr/keras/premade/TFRBertConfig.md): The | ||
tf-ranking BERT task config. | ||
|
||
[`class TFRBertDataConfig`](../../tfr/keras/premade/TFRBertDataConfig.md): Data | ||
config for TFR-BERT task. | ||
|
||
[`class TFRBertDataLoader`](../../tfr/keras/premade/TFRBertDataLoader.md): A | ||
class to load dataset for TFR-BERT task. | ||
|
||
[`class TFRBertModelBuilder`](../../tfr/keras/premade/TFRBertModelBuilder.md): | ||
Model builder for TFR-BERT models. | ||
|
||
[`class TFRBertModelConfig`](../../tfr/keras/premade/TFRBertModelConfig.md): A | ||
TFR-BERT model configuration. | ||
|
||
[`class TFRBertScorer`](../../tfr/keras/premade/TFRBertScorer.md): Univariate | ||
BERT-based scorer. | ||
|
||
[`class TFRBertTask`](../../tfr/keras/premade/TFRBertTask.md): Task object for | ||
tf-ranking BERT. | ||
|
||
## Type Aliases | ||
|
||
[`TensorDict`](../../tfr/keras/premade/TensorDict.md): The central part of | ||
internal API. | ||
|
||
[`TensorLike`](../../tfr/keras/model/TensorLike.md): Union of all types that can | ||
be converted to a `tf.Tensor` by `tf.convert_to_tensor`. | ||
|
||
<!-- Tabular view --> | ||
|
||
<table class="responsive fixed orange"> | ||
<colgroup><col width="214px"><col></colgroup> | ||
<tr><th colspan="2"><h2 class="add-link">Other Members</h2></th></tr> | ||
|
||
<tr> | ||
<td> | ||
DOCUMENT_ID<a id="DOCUMENT_ID"></a> | ||
</td> | ||
<td> | ||
`'document_id'` | ||
</td> | ||
</tr><tr> | ||
<td> | ||
QUERY_ID<a id="QUERY_ID"></a> | ||
</td> | ||
<td> | ||
`'query_id'` | ||
</td> | ||
</tr> | ||
</table> |
Oops, something went wrong.