Echo9Zulu commited on
Commit
3ea3624
·
verified ·
1 Parent(s): b8a1c48

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
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
+ ```