doberst commited on
Commit
adcec3c
·
verified ·
1 Parent(s): 61ed073

Upload README.md

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