HF_QABeforeBatchTransform: HF_QABeforeBatchTransform

View source: R/blurr_hugging_face.R

HF_QABeforeBatchTransformR Documentation

HF_QABeforeBatchTransform

Description

Handles everything you need to assemble a mini-batch of inputs and targets, as well as decode the dictionary produced

Usage

HF_QABeforeBatchTransform(
  hf_arch,
  hf_tokenizer,
  max_length = NULL,
  padding = TRUE,
  truncation = TRUE,
  is_split_into_words = FALSE,
  n_tok_inps = 1,
  ...
)

Arguments

hf_arch

architecture

hf_tokenizer

tokenizer

max_length

maximum length

padding

padding or not

truncation

truncation or not

is_split_into_words

into split into words or not

n_tok_inps

number of tok inputs

...

additional arguments

Details

as a byproduct of the tokenization process in the 'encodes' method.

Value

None


fastai documentation built on June 22, 2024, 11:15 a.m.