Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

TextBlock

TextBlock


Description

A 'TransformBlock' for texts

Usage

TextBlock(
  tok_tfm,
  vocab = NULL,
  is_lm = FALSE,
  seq_len = 72,
  backwards = FALSE,
  min_freq = 3,
  max_vocab = 60000,
  special_toks = NULL,
  pad_tok = NULL
)

Arguments

tok_tfm

tok_tfm

vocab

vocab

is_lm

is_lm

seq_len

seq_len

backwards

backwards

min_freq

min_freq

max_vocab

max_vocab

special_toks

special_toks

pad_tok

pad_tok

Value

block object


fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.