UNPKG

transformers-fork

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) • 148 B
import { FeatureExtractor } from "../../base/feature_extraction_utils.js"; export class SpeechT5FeatureExtractor extends FeatureExtractor { }