YAML Metadata Warning: empty or missing yaml metadata in repo card

Check out the documentation for more information.

Description

A Blip-2 classifier fine-tuned for classification tasks on the Daquar dataset. See the github repository.

If you decide to reuse this model, here are the LoRa and bnb configurations that were used for training:

BitsAndBytesConfig(
    load_in_4bit=True,
    bnb_4bit_quant_type="nf4",
    bnb_4bit_compute_dtype=torch.float32,
)

LoraConfig(
    r=8,
    lora_alpha=8,
    lora_dropout=0.1,
    target_modules="all-linear",
    init_lora_weights="gaussian",
)
Downloads last month
12
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support