get_text_classifier | R Documentation |
Create a text classifier from 'arch' and its 'config', maybe 'pretrained'
get_text_classifier(
arch,
vocab_sz,
n_class,
seq_len = 72,
config = NULL,
drop_mult = 1,
lin_ftrs = NULL,
ps = NULL,
pad_idx = 1,
max_len = 1440,
y_range = NULL
)
arch |
arch |
vocab_sz |
vocab_sz |
n_class |
n_class |
seq_len |
seq_len |
config |
config |
drop_mult |
drop_mult |
lin_ftrs |
lin_ftrs |
ps |
ps |
pad_idx |
pad_idx |
max_len |
max_len |
y_range |
y_range |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.