@huggingface/transformers
Version:
State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!
67 lines • 4.39 kB
TypeScript
export const MODEL_FOR_SPEECH_SEQ_2_SEQ_MAPPING_NAMES: Map<string, string>;
export const MODEL_FOR_SEQ_TO_SEQ_CAUSAL_LM_MAPPING_NAMES: Map<string, string>;
export const MODEL_FOR_CAUSAL_LM_MAPPING_NAMES: Map<string, string>;
export const MODEL_FOR_VISION_2_SEQ_MAPPING_NAMES: Map<string, string>;
export const MODEL_CLASS_TYPE_MAPPING: (number | Map<string, string>)[][];
export const CUSTOM_ARCHITECTURES_MAPPING: Map<string, Map<string, string>>;
export const CUSTOM_ARCHITECTURES: Set<string>;
export namespace MODEL_MAPPINGS {
export { MODEL_FOR_SEQUENCE_CLASSIFICATION_MAPPING_NAMES };
export { MODEL_FOR_TOKEN_CLASSIFICATION_MAPPING_NAMES };
export { MODEL_FOR_TEXT_TO_SPECTROGRAM_MAPPING_NAMES };
export { MODEL_FOR_TEXT_TO_WAVEFORM_MAPPING_NAMES };
export { MODEL_FOR_MASKED_LM_MAPPING_NAMES };
export { MODEL_FOR_QUESTION_ANSWERING_MAPPING_NAMES };
export { MODEL_FOR_IMAGE_CLASSIFICATION_MAPPING_NAMES };
export { MODEL_FOR_IMAGE_SEGMENTATION_MAPPING_NAMES };
export { MODEL_FOR_SEMANTIC_SEGMENTATION_MAPPING_NAMES };
export { MODEL_FOR_UNIVERSAL_SEGMENTATION_MAPPING_NAMES };
export { MODEL_FOR_OBJECT_DETECTION_MAPPING_NAMES };
export { MODEL_FOR_ZERO_SHOT_OBJECT_DETECTION_MAPPING_NAMES };
export { MODEL_FOR_MASK_GENERATION_MAPPING_NAMES };
export { MODEL_FOR_CTC_MAPPING_NAMES };
export { MODEL_FOR_AUDIO_CLASSIFICATION_MAPPING_NAMES };
export { MODEL_FOR_AUDIO_XVECTOR_MAPPING_NAMES };
export { MODEL_FOR_AUDIO_FRAME_CLASSIFICATION_MAPPING_NAMES };
export { MODEL_FOR_DOCUMENT_QUESTION_ANSWERING_MAPPING_NAMES };
export { MODEL_FOR_IMAGE_MATTING_MAPPING_NAMES };
export { MODEL_FOR_IMAGE_TO_IMAGE_MAPPING_NAMES };
export { MODEL_FOR_DEPTH_ESTIMATION_MAPPING_NAMES };
export { MODEL_FOR_NORMAL_ESTIMATION_MAPPING_NAMES };
export { MODEL_FOR_POSE_ESTIMATION_MAPPING_NAMES };
export { MODEL_FOR_IMAGE_FEATURE_EXTRACTION_MAPPING_NAMES };
export { MODEL_FOR_IMAGE_TEXT_TO_TEXT_MAPPING_NAMES };
export { MODEL_FOR_AUDIO_TEXT_TO_TEXT_MAPPING_NAMES };
export { MODEL_FOR_SEQ_TO_SEQ_CAUSAL_LM_MAPPING_NAMES };
export { MODEL_FOR_SPEECH_SEQ_2_SEQ_MAPPING_NAMES };
export { MODEL_FOR_CAUSAL_LM_MAPPING_NAMES };
export { MODEL_FOR_VISION_2_SEQ_MAPPING_NAMES };
}
declare const MODEL_FOR_SEQUENCE_CLASSIFICATION_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_TOKEN_CLASSIFICATION_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_TEXT_TO_SPECTROGRAM_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_TEXT_TO_WAVEFORM_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_MASKED_LM_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_QUESTION_ANSWERING_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_IMAGE_CLASSIFICATION_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_IMAGE_SEGMENTATION_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_SEMANTIC_SEGMENTATION_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_UNIVERSAL_SEGMENTATION_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_OBJECT_DETECTION_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_ZERO_SHOT_OBJECT_DETECTION_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_MASK_GENERATION_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_CTC_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_AUDIO_CLASSIFICATION_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_AUDIO_XVECTOR_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_AUDIO_FRAME_CLASSIFICATION_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_DOCUMENT_QUESTION_ANSWERING_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_IMAGE_MATTING_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_IMAGE_TO_IMAGE_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_DEPTH_ESTIMATION_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_NORMAL_ESTIMATION_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_POSE_ESTIMATION_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_IMAGE_FEATURE_EXTRACTION_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_IMAGE_TEXT_TO_TEXT_MAPPING_NAMES: Map<string, string>;
declare const MODEL_FOR_AUDIO_TEXT_TO_TEXT_MAPPING_NAMES: Map<string, string>;
export {};
//# sourceMappingURL=registry.d.ts.map