doberst commited on
Commit
ec810ba
·
verified ·
1 Parent(s): b06d4a6

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -3
README.md CHANGED
@@ -1,3 +1,33 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ inference: false
4
+ base_model: microsoft/phi-4-mini
5
+ base_model_relation: quantized
6
+ tags: [green, llmware-chat, p4, ov, emerald]
7
+ ---
8
+
9
+ # phi-4-mini-ov
10
+
11
+ <!-- Provide a quick summary of what the model is/does. -->
12
+
13
+ **phi-4-mini-ov** is an OpenVino int4 quantized version of [Microsoft Phi-4-Mini](https://www.huggingface.co/microsoft/phi-4-mini-instruct), providing a fast, small inference implementation, optimized for AI PCs using Intel GPU, CPU and NPU.
14
+
15
+
16
+ ### Model Description
17
+
18
+ - **Developed by:** microsoft
19
+ - **Quantized by:** llmware
20
+ - **Model type:** phi4-mini
21
+ - **Parameters:** 4 billion
22
+ - **Model Parent:** microsoft/phi-4-mini-instruct
23
+ - **Language(s) (NLP):** English
24
+ - **License:** Apache 2.0
25
+ - **Uses:** Chat, general-purpose LLM
26
+ - **Quantization:** int4
27
+
28
+
29
+ ## Model Card Contact
30
+
31
+ [llmware on hf](https://www.huggingface.co/llmware)
32
+
33
+ [llmware website](https://www.llmware.ai)