Skip to content

Commit

Permalink
Add notebook for per key models (#28327)
Browse files Browse the repository at this point in the history
* Add notebook for per key models

* Wording updates

* Add new notebook to readme

* Apply suggestions from Rebecca

Co-authored-by: Rebecca Szper <[email protected]>

* Clarify return type

* Missing comma

* temporarily install from head so this is linkable

---------

Co-authored-by: Rebecca Szper <[email protected]>
  • Loading branch information
damccorm and rszper authored Oct 3, 2023
1 parent f3df03d commit 12b0714
Show file tree
Hide file tree
Showing 2 changed files with 609 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/notebooks/beam-ml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ This section contains the following example notebooks.
### Multi-model pipelines

* [Ensemble model using an image captioning and ranking](https://github.com/apache/beam/blob/master/examples/notebooks/beam-ml/run_inference_multi_model.ipynb)
* [Run ML Inference with Different Models Per Key](https://github.com/apache/beam/blob/master/examples/notebooks/beam-ml/per_key_models.ipynb)

### Model Evaluation

Expand Down
Loading

0 comments on commit 12b0714

Please sign in to comment.