Video-Text-to-Text
Transformers
Safetensors
English
qwen3_5
image-text-to-text
video
multimodal
video-captioning
temporal-grounding
qwen
text-generation
VLM
gptq
4-bit precision
quantized
custom_code
Instructions to use prasannaJagadesh/marlin-2B-GPTQ-4BITS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use prasannaJagadesh/marlin-2B-GPTQ-4BITS with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("prasannaJagadesh/marlin-2B-GPTQ-4BITS", trust_remote_code=True) model = AutoModelForMultimodalLM.from_pretrained("prasannaJagadesh/marlin-2B-GPTQ-4BITS", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "bits": 4, | |
| "group_size": 128, | |
| "desc_act": true, | |
| "lm_head": false, | |
| "method": "gptq", | |
| "quant_method": "gptq", | |
| "format": "gptq", | |
| "checkpoint_format": "gptq", | |
| "pack_dtype": "int32", | |
| "meta": { | |
| "quantizer": [ | |
| "gptqmodel:7.1.0" | |
| ], | |
| "uri": "https://github.com/modelcloud/gptqmodel", | |
| "damp_percent": 0.05, | |
| "damp_auto_increment": 0.01, | |
| "static_groups": false, | |
| "true_sequential": true, | |
| "mse": 0.0, | |
| "gptaq": null, | |
| "foem": null, | |
| "act_group_aware": false, | |
| "fallback": { | |
| "strategy": "rtn", | |
| "threshold": "0.5%", | |
| "smooth": null | |
| }, | |
| "offload_to_disk": true, | |
| "offload_to_disk_path": "/data/nemostation/outputs/.quantize_tmp/gptqmodel_eus5n9zo", | |
| "pack_impl": "cpu", | |
| "gc_mode": "interval", | |
| "wait_for_submodule_finalizers": false, | |
| "auto_forward_data_parallel": true, | |
| "dense_vram_strategy": "exclusive", | |
| "dense_vram_strategy_devices": null, | |
| "moe_vram_strategy": "exclusive", | |
| "moe_vram_strategy_devices": null, | |
| "mock_quantization": false, | |
| "hessian": { | |
| "chunk_size": null, | |
| "chunk_bytes": null, | |
| "staging_dtype": "float32" | |
| } | |
| }, | |
| "sym": true | |
| } |