Skip to content

components Foundational Models documentation

github-actions[bot] edited this page May 25, 2023 · 26 revisions

Foundational Models

Components in this category


  • question_answering_datapreprocess

    Component to preprocess data for question answering task. See docs to learn more.

  • question_answering_model_import

    Component to import PyTorch / MLFlow model. See docs to learn more.

  • question_answering_pipeline

    Pipeline Component to finetune Hugging Face pretrained models for extractive question answering task. The component supports optimizations such as LoRA, Deepspeed and ONNXRuntime for performance enhancement. See docs to learn more.

  • summarization_datapreprocess

    Component to preprocess data for summarization task. See docs to learn more.

  • summarization_finetune

    Component to finetune Hugging Face pretrained models for summarization task. The component supports optimizations such as LoRA, Deepspeed and ONNXRuntime for performance enhancement. See docs to learn more.

  • summarization_model_import

    Component to import PyTorch / MLFlow model. See docs to learn more.

  • summarization_pipeline

    Pipeline Component to finetune Hugging Face pretrained models for summarization task. The component supports optimizations such as LoRA, Deepspeed and ONNXRuntime for performance enhancement. See docs to learn more.

  • text_classification_datapreprocess

    Component to preprocess data for single label classification task. See docs to learn more.

  • text_classification_finetune

    Component to finetune Hugging Face pretrained models for text classification task. The component supports optimizations such as LoRA, Deepspeed and ONNXRuntime for performance enhancement. See docs to learn more.

  • text_classification_model_import

    Component to import PyTorch / MLFlow model. See docs to learn more.

  • text_classification_pipeline

    Pipeline component to finetune Hugging Face pretrained models for text classification task. The component supports optimizations such as LoRA, Deepspeed and ONNXRuntime for performance enhancement. See docs to learn more.

  • token_classification_datapreprocess

    Component to preprocess data for token classification task. See docs to learn more.

  • token_classification_finetune

    Component to finetune Hugging Face pretrained models for token classification task. The component supports optimizations such as LoRA, Deepspeed and ONNXRuntime for performance enhancement. See docs to learn more.

  • token_classification_model_import

    Component to import PyTorch / MLFlow model. See docs to learn more.

  • token_classification_pipeline

    Pipeline component to finetune Hugging Face pretrained models for token classification task. The component supports optimizations such as LoRA, Deepspeed and ONNXRuntime for performance enhancement. See docs to learn more.

  • translation_datapreprocess

    Component to preprocess data for translation task. See docs to learn more.

  • translation_finetune

    Component to finetune Hugging Face pretrained models for translation task. The component supports optimizations such as LoRA, Deepspeed and ONNXRuntime for performance enhancement. See docs to learn more.

  • translation_model_import

    Component to import PyTorch / MLFlow model. See docs to learn more.

  • translation_pipeline

    Pipeline component to finetune Hugging Face pretrained models for translation task. The component supports optimizations such as LoRA, Deepspeed and ONNXRuntime for performance enhancement. See docs to learn more.

Clone this wiki locally