doberst commited on
Commit
6ea3696
·
verified ·
1 Parent(s): 6724755

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -13
README.md CHANGED
@@ -12,30 +12,28 @@ tags:
12
 
13
  <!-- Provide a quick summary of what the model is/does. -->
14
 
15
- **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.
16
 
17
- [**bling-tiny-llama**](https://huggingface.co/llmware/bling-tiny-llama-v0) is a fact-based question-answering model, optimized for complex business documents.
18
-
19
- Get started right away with [OpenVino](https://github.com/openvinotoolkit/openvino)
20
-
21
- Looking for AI PC solutions and demos, contact us at [llmware](https://www.llmware.ai)
22
 
23
 
24
  ### Model Description
25
 
26
- - **Developed by:** llmware
27
- - **Model type:** tinyllama
28
- - **Parameters:** 1.1 billion
29
- - **Model Parent:** llmware/bling-tiny-llama-v0
30
  - **Language(s) (NLP):** English
31
- - **License:** Apache 2.0
32
  - **Uses:** Fact-based question-answering
33
- - **RAG Benchmark Accuracy Score:** 86.5
34
  - **Quantization:** int4
35
 
36
 
37
  ## Model Card Contact
38
 
 
 
39
  [llmware on hf](https://www.huggingface.co/llmware)
40
 
41
- [llmware website](https://www.llmware.ai)
 
12
 
13
  <!-- Provide a quick summary of what the model is/does. -->
14
 
15
+ **llama-2-chat-onnx** is an ONNX int4 quantized version of Llama-2-Chat, providing a fast, small inference implementation, optimized for AI PCs using Intel GPU, CPU and NPU.
16
 
17
+ [**llama-2-chat**](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) is the official chat finetune of the classic Llama 2 model, one of the most most iconic (and still one the best) 7B instruct trained models.
 
 
 
 
18
 
19
 
20
  ### Model Description
21
 
22
+ - **Developed by:** meta-llama
23
+ - **Model type:** llama2
24
+ - **Parameters:** 7 billion
25
+ - **Model Parent:** meta-llama/Llama-2-7b-chat-hf
26
  - **Language(s) (NLP):** English
27
+ - **License:** Llama-2 Community License
28
  - **Uses:** Fact-based question-answering
29
+ - **RAG Benchmark Accuracy Score:** NA
30
  - **Quantization:** int4
31
 
32
 
33
  ## Model Card Contact
34
 
35
+ [llmware on github](https://www.github.com/llmware-ai/llmware.git)
36
+
37
  [llmware on hf](https://www.huggingface.co/llmware)
38
 
39
+ [llmware website](https://www.llmware.ai)