Skip to contents

This list contains transformer types. Elements of the list can be used in the public make of the AIFETransformerMaker R6 class as input parameter type.

It has the following elements:

  • bert = 'bert'

  • roberta = 'roberta'

  • deberta_v2 = 'deberta_v2'

  • funnel = 'funnel'

  • longformer = 'longformer'

  • mpnet = 'mpnet'

    Elements can be used like AIFETrType$bert, AIFETrType$deberta_v2, AIFETrType$funnel, etc.

Usage

AIFETrType

Format

An object of class list of length 6.

See also