doberst commited on
Commit
98782d4
·
verified ·
1 Parent(s): 52a6f9b

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -3
README.md CHANGED
@@ -1,3 +1,41 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.2
3
+ inference: false
4
+ base_model: meta-llama/Llama-3.2-1B-Instruct
5
+ base_model_relation: quantized
6
+ tags:
7
+ - green
8
+ - p1
9
+ - llmware-chat
10
+ - ov
11
+ - emerald
12
+ ---
13
+
14
+ # llama-3.2-1b-instruct-npu-ov
15
+
16
+ **llama-3.2-1b-instruct-npu-ov** is an OpenVino int4 quantized NPU optimized version of Llama 3.2 1B Instruct, providing a very small, very fast inference implementation, optimized for AI PCs using Intel NPU.
17
+
18
+ [**llama-3.2-1b-instruct**](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct) is a new 1B chat foundation model from Meta.
19
+
20
+
21
+ ### Model Description
22
+
23
+ - **Developed by:** meta-llama
24
+ - **Quantized by:** llmware
25
+ - **Model type:** llama-3.2
26
+ - **Parameters:** 1 billion
27
+ - **Model Parent:** meta-llama/Meta-Llama-3.2-1B-Instruct
28
+ - **Language(s) (NLP):** English
29
+ - **License:** Llama 3.2 Community License
30
+ - **Uses:** General chat use cases on NPU
31
+ - **RAG Benchmark Accuracy Score:** NA
32
+ - **Quantization:** int4
33
+
34
+
35
+ ## Model Card Contact
36
+
37
+ [llmware on github](https://www.github.com/llmware-ai/llmware)
38
+
39
+ [llmware on hf](https://www.huggingface.co/llmware)
40
+
41
+ [llmware website](https://www.llmware.ai)