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!

14 lines • 305 B
export const ERROR_MAPPING: { 400: string; 401: string; 403: string; 404: string; 408: string; 500: string; 502: string; 503: string; 504: string; }; export const MAX_EXTERNAL_DATA_CHUNKS: 100; export const REPO_ID_REGEX: RegExp; //# sourceMappingURL=constants.d.ts.map