Learn R Programming

aifeducation (version 1.1.0)

AIFETrType: Transformer types

Description

This list contains transformer types. Elements of the list can be used in aife_transformer.make() function as input parameter type.

It has the following elements:

  • bert = 'bert'

  • roberta = 'roberta'

  • funnel = 'funnel'

  • longformer = 'longformer'

  • mpnet = 'mpnet'

  • modernbert = 'modernbert'

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

Usage

AIFETrType

Arguments

Format

An object of class list of length 6.

See Also

Other Transformer: aife_transformer.make()