doberst commited on
Commit
ee6dab7
1 Parent(s): 312e8ff

Upload README.md

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