TLDRocket
Sign in

Tools & Coding

975 summarised stories in Tools & Coding, each linking back to the original source. Browse all topics →

Wednesday, 22 June 2022

Convert Transformers to ONNX with Hugging Face Optimum

Hugging Face 4 years ago 46

Hugging Face Optimum provides three methods to convert Transformer models to ONNX format, ranging from low-level PyTorch APIs to high-level abstraction classes. The simplest approach uses ORTModelForSequenceClassification with a single from_pretrained() call and the from_transformers=True parameter. Developers can choose between torch.onnx for fine-grained control, transformers.onnx for simplified configuration, or Optimum for immediate inference capability without additional conversion steps.

The daily briefing

Every AI story that matters, in your inbox by 8am.

TLDRocket reads all relevant sources, removes duplicate coverage, and summarises the day in two minutes. Follow companies and topics for alerts, or get the briefing in Slack. Free, no spam, unsubscribe anytime.