Edit model card

eligapris/microsoft-speecht5_tts-ONNX

This is an ONNX-converted version of the model for use with 🤗 Transformers.js.

Usage

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.

Downloads last month
6
Inference Examples
Inference API (serverless) does not yet support transformers.js models for this pipeline type.