How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("image-text-to-text", model="ApocalypseParty/v2-ConfigB")
# Load model directly
from transformers import AutoProcessor, AutoModelForImageTextToText

processor = AutoProcessor.from_pretrained("ApocalypseParty/v2-ConfigB")
model = AutoModelForImageTextToText.from_pretrained("ApocalypseParty/v2-ConfigB")
Quick Links

v2-ConfigB

This is a merge of pre-trained language models created using mergekit.

Merge Details

Merge Method

This model was merged using the SLERP merge method.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

models:
  - model: google/gemma-4-31B-it
  - model: ApocalypseParty/G4-31B-Exp-3
merge_method: slerp
base_model: google/gemma-4-31B-it
parameters:
  t: 0.5
dtype: bfloat16
Downloads last month
29
Safetensors
Model size
31B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ApocalypseParty/v2-ConfigB