Skip to content

Commit

Permalink
Add notebook for RunInference with Hugging Face (#28376)
Browse files Browse the repository at this point in the history
* add notebook example for hugging face

* update readme

* update example

* update example

* address comments from review
  • Loading branch information
riteshghorse authored Sep 12, 2023
1 parent abdea13 commit cb05bd1
Show file tree
Hide file tree
Showing 2 changed files with 535 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 @@ -54,6 +54,7 @@ This section contains the following example notebooks.
* [Apache Beam RunInference for scikit-learn](https://github.com/apache/beam/blob/master/examples/notebooks/beam-ml/run_inference_sklearn.ipynb)
* [Apache Beam RunInference with TensorFlow](https://github.com/apache/beam/blob/master/examples/notebooks/beam-ml/run_inference_tensorflow.ipynb)
* [Use RunInference with a model from TensorFlow Hub](https://github.com/apache/beam/blob/master/examples/notebooks/beam-ml/run_inference_with_tensorflow_hub.ipynb)
* [Apache Beam RunInference with Hugging Face](https://github.com/apache/beam/blob/master/examples/notebooks/beam-ml/run_inference_huggingface.ipynb)
* [Apache Beam RunInference with XGBoost](https://github.com/apache/beam/blob/master/examples/notebooks/beam-ml/run_inference_xgboost.ipynb)
* [Use RunInference with TFX](https://github.com/apache/beam/blob/master/examples/notebooks/beam-ml/run_inference_tensorflow_with_tfx.ipynb)
* [Use RunInference in Apache Beam](https://github.com/apache/beam/blob/master/examples/notebooks/beam-ml/run_inference_pytorch_tensorflow_sklearn.ipynb)
Expand Down
Loading

0 comments on commit cb05bd1

Please sign in to comment.