Echo9Zulu commited on
Commit
1b26c36
·
verified ·
1 Parent(s): 5a68259

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,3 +1,12 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - microsoft/phi-4
5
+ pipeline_tag: text-generation
6
+ ---
7
+
8
+ This model was converted with the following command:
9
+
10
+ ```
11
+ optimum-cli export openvino -m "input_dir" --task text-generation-with-past --weight-format int4 --ratio 1 --group-size 128 --dataset wikitext2 --awq --scale-estimation "output_dir"
12
+ ```