pyvene.models.llava.modelings_intervenable_llava

pyvene.models.llava.modelings_intervenable_llava#

Each modeling file in this library is a mapping between abstract naming of intervention anchor points and actual model module defined in the huggingface library.

We also want to let the intervention library know how to config the dimensions of intervention based on model config defined in the huggingface library.

Module Attributes

llava_type_to_dimension_mapping

llava model with LM head

llava_lm_type_to_dimension_mapping

llava model with classifier head

Functions

create_llava([name, cache_dir, dtype])

Creates a llava Causal LM model, config, and tokenizer from the given name and revision