Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- ReadyArt/The-Omega-Abomination-Gemma3-12B-v1.0
|
5 |
+
tags:
|
6 |
+
- OpenVINO
|
7 |
+
- OpenArc
|
8 |
+
---
|
9 |
+
|
10 |
+
This model was converted to OpenVINO IR with the following command:
|
11 |
+
|
12 |
+
```
|
13 |
+
optimum-cli export openvino -m "input" --task image-text-to-text --weight-format nf4 "output"
|
14 |
+
```
|