qwen-7b-cmr-blocks-masked-01

Model fine-tuned with Model Garden. Base model: Qwen/Qwen2.5-VL-7B-Instruct

Model Details

  • Base Model: Qwen/Qwen2.5-VL-7B-Instruct
  • Fine-tuned with: Model Garden
  • Training Date: 2025-11-07T11:01:55.719165Z
  • Model Type: unknown

Usage

With Model Garden

# Serve the model
uv run model-garden serve-model --model-path terra-cognita-ai/qwen-7b-cmr-blocks-masked-01

# Generate text
uv run model-garden inference-generate \
    --model-path terra-cognita-ai/qwen-7b-cmr-blocks-masked-01 \
    --prompt "Your prompt here"

With Transformers

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("terra-cognita-ai/qwen-7b-cmr-blocks-masked-01")
tokenizer = AutoTokenizer.from_pretrained("terra-cognita-ai/qwen-7b-cmr-blocks-masked-01")

# Generate text
inputs = tokenizer("Your prompt here", return_tensors="pt")
outputs = model.generate(**inputs)
print(tokenizer.decode(outputs[0]))

Training Details

This model was fine-tuned using Model Garden with the following configuration:

  • Dataset: custom
  • Training Steps: unknown
  • LoRA Rank: unknown

Carbon Footprint

Training emissions: unknown gCO2eq


Generated with Model Garden

Downloads last month
3
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for terra-cognita-ai/qwen-7b-cmr-blocks-masked-01

Finetuned
(1045)
this model