--- license: apache-2.0 base_model: - ReadyArt/The-Omega-Abomination-Gemma3-12B-v1.0 tags: - OpenVINO - OpenArc - nsfw - unaligned --- This model was converted to OpenVINO IR with the following command: ``` optimum-cli export openvino -m "input" --task image-text-to-text --weight-format nf4 "output" ``` NOTE: Performed much better on CPU only (perhaps due to NF4 datatype)