Update README.md
Browse files
README.md
CHANGED
@@ -1,37 +1,35 @@
|
|
1 |
---
|
2 |
license: llama2
|
3 |
inference: false
|
4 |
-
tags: [green, llmware-chat, p7, ov]
|
5 |
---
|
6 |
|
7 |
# llama-2-chat-ov
|
8 |
|
9 |
-
|
10 |
-
|
11 |
-
**llama-2-chat-ov** is an OpenVino int4 quantized version of Llama-2-Chat, providing a very fast, very small inference implementation, optimized for AI PCs using Intel GPU, CPU and NPU.
|
12 |
|
13 |
[**llama-2-chat**](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) is the official chat finetuned version of Llama2.
|
14 |
|
15 |
-
Get started right away with [OpenVino](https://github.com/openvinotoolkit/openvino)
|
16 |
-
|
17 |
-
Looking for AI PC solutions and demos, contact us at [llmware](https://www.llmware.ai)
|
18 |
-
|
19 |
|
20 |
### Model Description
|
21 |
|
22 |
-
- **Developed by:**
|
23 |
-
- **
|
24 |
-
- **
|
25 |
-
- **
|
|
|
26 |
- **Language(s) (NLP):** English
|
27 |
-
- **License:**
|
28 |
-
- **Uses:** Chat and general purpose LLM
|
29 |
- **RAG Benchmark Accuracy Score:** NA
|
30 |
- **Quantization:** int4
|
31 |
|
32 |
|
33 |
## Model Card Contact
|
34 |
|
|
|
|
|
35 |
[llmware on hf](https://www.huggingface.co/llmware)
|
36 |
|
37 |
-
[llmware website](https://www.llmware.ai)
|
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
inference: false
|
4 |
+
tags: [green, llmware-chat, p7, ov, emerald]
|
5 |
---
|
6 |
|
7 |
# llama-2-chat-ov
|
8 |
|
9 |
+
**llama-2-chat-ov** is an OpenVino int4 quantized version of Llama-2-Chat, providing a fast inference implementation, optimized for AI PCs using Intel GPU, CPU and NPU.
|
|
|
|
|
10 |
|
11 |
[**llama-2-chat**](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) is the official chat finetuned version of Llama2.
|
12 |
|
|
|
|
|
|
|
|
|
13 |
|
14 |
### Model Description
|
15 |
|
16 |
+
- **Developed by:** meta-llama
|
17 |
+
- **Quantified by:** llmware
|
18 |
+
- **Model type:** llama2
|
19 |
+
- **Parameters:** 7 billion
|
20 |
+
- **Model Parent:** meta-llama/Llama-2-7b-chat-hf
|
21 |
- **Language(s) (NLP):** English
|
22 |
+
- **License:** LLama2 Community License
|
23 |
+
- **Uses:** Chat and general purpose LLM
|
24 |
- **RAG Benchmark Accuracy Score:** NA
|
25 |
- **Quantization:** int4
|
26 |
|
27 |
|
28 |
## Model Card Contact
|
29 |
|
30 |
+
[llmware on github](https://www.github.com/llmware-ai/llmware)
|
31 |
+
|
32 |
[llmware on hf](https://www.huggingface.co/llmware)
|
33 |
|
34 |
+
[llmware website](https://www.llmware.ai)
|
35 |
+
|