HF_Text2TextAfterBatchTransform {fastai}R Documentation

HF_Text2TextAfterBatchTransform

Description

Delegates ('__call__','decode','setup') to (<code>encodes</code>,<code>decodes</code>,<code>setups</code>) if 'split_idx' matches

Usage

HF_Text2TextAfterBatchTransform(
  hf_tokenizer,
  input_return_type = HF_BaseInput()
)

Arguments

hf_tokenizer

tokenizer

input_return_type

input return type

Value

None


[Package fastai version 2.2.2 Index]