doberst commited on
Commit
e515fa9
·
verified ·
1 Parent(s): ed87959

Upload README.md

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