doberst commited on
Commit
da265af
·
verified ·
1 Parent(s): c11e639

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -1,15 +1,15 @@
1
  ---
2
- license: apache-2.0
3
- inference: false
4
  ---
5
 
6
- # bling-tiny-llama-ov
7
 
8
  <!-- Provide a quick summary of what the model is/does. -->
9
 
10
- **bling-tiny-llama-ov** is an OpenVino int4 quantized version of BLING Tiny-Llama 1B, providing a very fast, very small inference implementation, optimized for AI PCs using Intel GPU, CPU and NPU.
11
 
12
- [**bling-tiny-llama**](https://huggingface.co/llmware/bling-tiny-llama-v0) is a fact-based question-answering model, optimized for complex business documents.
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:** tinyllama
23
- - **Parameters:** 1.1 billion
24
- - **Model Parent:** llmware/bling-tiny-llama-v0
25
  - **Language(s) (NLP):** English
26
  - **License:** Apache 2.0
27
- - **Uses:** Fact-based question-answering
28
- - **RAG Benchmark Accuracy Score:** 86.5
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)