doberst commited on
Commit
334aa3d
1 Parent(s): 7bdbf27

Upload README.md

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