UNPKG

@huggingface/transformers

Version:

State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!

5 lines (2 loc) • 144 B
import { FeatureExtractor } from "../../base/feature_extraction_utils.js"; export class SpeechT5FeatureExtractor extends FeatureExtractor { }