get_hf_objects: Get_hf_objects

View source: R/blurr_hugging_face.R

get_hf_objectsR 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


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