CaraML Docs
search
⌘Ctrlk
CaraML Homepage
CaraML Docs
  • Introduction
    • What is CaraML?
    • Architecture
    • Core Concepts
  • User guides
    • Projects
    • Feature Store
    • Models
    • Routers
    • Experiments
    • Pipelines
  • Tutorial and Examples
    • Model Sample Notebooks
      • Deploy Standard Models
      • Deploy PyFunc Model
      • Using Transformers
      • Run Batch Prediction Job
      • Others examples on Models
    • Router Examples
    • Feature Store Examples
    • Pipeline Examples
    • Performing load test in CaraML
    • Best practice for CaraML
  • CaraML SDK
    • Feature Store SDK
    • Models SDK
    • Routers SDK
    • Pipeline SDK
  • Troubleshooting and FAQs
    • CaraML System FAQ
    • Models FAQ
    • Routers FAQ
    • Experiments FAQ
    • Feature Store FAQ
    • Pipelines FAQ
    • CaraML Error Messages
  • Deployment Guide
    • Deploying CaraML
    • Monitoring and alerting
    • Prerequisites and Dependencies
    • System Benchmark results
    • Experiment Treatment Service
  • Release Notes
    • CaraML Release Notes
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Tutorial and Exampleschevron-right
  2. Model Sample Notebooks

Using Transformers

Try out the notebooks below to learn how to deploy models with each type of transformers in Merlin.

hashtag
Deploy PyFunc Model with Standard Transformer

Logomerlin/examples/transformer/standard-transformer/Standard-Transformer.ipynb at main · caraml-dev/merlinGitHubchevron-right

hashtag
Deploy PyFunc Model with Custom Transformer

Logomerlin/examples/transformer/custom-transformer/PyFunc-Transformer.ipynb at main · caraml-dev/merlinGitHubchevron-right

hashtag
Deploy PyTorch Model with Custom Transformer

Logomerlin/examples/transformer/custom-transformer/PyTorch-Transformer.ipynb at main · caraml-dev/merlinGitHubchevron-right

hashtag
Deploy PyFunc Model with Feast Enricher Transformer

Logomerlin/examples/transformer/feast-enricher-transformer/Feast-Enricher.ipynb at main · caraml-dev/merlinGitHubchevron-right
PreviousDeploy PyFunc Modelchevron-leftNextRun Batch Prediction Jobchevron-right

Last updated 2 years ago

  • Deploy PyFunc Model with Standard Transformer
  • Deploy PyFunc Model with Custom Transformer
  • Deploy PyTorch Model with Custom Transformer
  • Deploy PyFunc Model with Feast Enricher Transformer