--- language: en tags: - onnx - transformers.js --- # eligapris/microsoft-speecht5_tts-ONNX This is an ONNX-converted version of the model for use with [🤗 Transformers.js](https://github.com/xenova/transformers.js). ## Usage ```javascript import { pipeline } from '@xenova/transformers'; // Load the model const model = await pipeline('task-type', 'eligapris/microsoft-speecht5_tts-ONNX'); // Use the model // Check the original model's documentation for specific usage instructions ``` ## Original Model This model was converted from the original HuggingFace model. Please refer to the original model's documentation for detailed information about its architecture, training, and usage. ## Conversion Details This model was converted to ONNX format using the Transformers.js conversion script. The conversion includes quantization for optimal performance.