Update README.md
Browse files
README.md
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
-
inference: false
|
4 |
---
|
5 |
|
6 |
-
#
|
7 |
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
|
10 |
-
**
|
11 |
|
12 |
-
[**
|
13 |
|
14 |
Get started right away with [OpenVino](https://github.com/openvinotoolkit/openvino)
|
15 |
|
@@ -19,13 +19,13 @@ Looking for AI PC solutions and demos, contact us at [llmware](https://www.llmwa
|
|
19 |
### Model Description
|
20 |
|
21 |
- **Developed by:** llmware
|
22 |
-
- **Model type:**
|
23 |
-
- **Parameters:**
|
24 |
-
- **Model Parent:**
|
25 |
- **Language(s) (NLP):** English
|
26 |
- **License:** Apache 2.0
|
27 |
-
- **Uses:**
|
28 |
-
- **RAG Benchmark Accuracy Score:**
|
29 |
- **Quantization:** int4
|
30 |
|
31 |
|
@@ -33,4 +33,4 @@ Looking for AI PC solutions and demos, contact us at [llmware](https://www.llmwa
|
|
33 |
|
34 |
[llmware on hf](https://www.huggingface.co/llmware)
|
35 |
|
36 |
-
[llmware website](https://www.llmware.ai)
|
|
|
1 |
---
|
2 |
+
license: llama2
|
3 |
+
inference: false
|
4 |
---
|
5 |
|
6 |
+
# llama-2-chat-ov
|
7 |
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
|
10 |
+
**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.
|
11 |
|
12 |
+
[**llama-2-chat**](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) is the official chat finetuned version of Llama2.
|
13 |
|
14 |
Get started right away with [OpenVino](https://github.com/openvinotoolkit/openvino)
|
15 |
|
|
|
19 |
### Model Description
|
20 |
|
21 |
- **Developed by:** llmware
|
22 |
+
- **Model type:** llama2
|
23 |
+
- **Parameters:** 7 billion
|
24 |
+
- **Model Parent:** meta-llama/Llama-2-7b-chat-hf
|
25 |
- **Language(s) (NLP):** English
|
26 |
- **License:** Apache 2.0
|
27 |
+
- **Uses:** Chat and general purpose LLM
|
28 |
+
- **RAG Benchmark Accuracy Score:** NA
|
29 |
- **Quantization:** int4
|
30 |
|
31 |
|
|
|
33 |
|
34 |
[llmware on hf](https://www.huggingface.co/llmware)
|
35 |
|
36 |
+
[llmware website](https://www.llmware.ai)
|