get_hf_objects {fastai}R Documentation

Get_hf_objects

Description

Returns the architecture (str), config (obj), tokenizer (obj), and model (obj) given at minimum a

Usage

get_hf_objects(...)

Arguments

...

parameters to pass

Details

'pre-trained model name or path'. Specify a 'task' to ensure the right "AutoModelFor<task>" is used to create the model. Optionally, you can pass a config (obj), tokenizer (class), and/or model (class) (along with any related kwargs for each) to get as specific as you want w/r/t what huggingface objects are returned.

Value

None


[Package fastai version 2.2.2 Index]