You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "andres-vv (via GitHub)" <gi...@apache.org> on 2023/03/06 13:02:18 UTC

[GitHub] [beam] andres-vv commented on a diff in pull request #25083: Multi language/runinference example

andres-vv commented on code in PR #25083:
URL: https://github.com/apache/beam/pull/25083#discussion_r1126384992


##########
website/www/site/content/en/documentation/ml/overview.md:
##########
@@ -105,3 +105,4 @@ You can find examples of end-to-end AI/ML pipelines for several use cases:
 * [Anomaly Detection in Beam](/documentation/ml/anomaly-detection): Demonstrates how to set up an anomaly detection pipeline that reads text from Pub/Sub in real time and then detects anomalies using a trained HDBSCAN clustering model with the RunInference API.
 * [Large Language Model Inference in Beam](/documentation/ml/large-language-modeling): Demonstrates a pipeline that uses RunInference to perform translation with the T5 language model which contains 11 billion parameters.
 * [Per Entity Training in Beam](/documentation/ml/per-entity-training): Demonstrates a pipeline that trains a Decision Tree Classifier per education level for predicting if the salary of a person is >= 50k.
+* [Cross-language RunInference in Beam](/documentation/ml/multi-language-inference): Demonstrates a cross-language java pipeline that uses a custom python transform to do preprocessing, postprocessing, and inference.

Review Comment:
   Okay, thanks for the heads-up!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org