doberst commited on
Commit
84db0cc
1 Parent(s): 117d91d

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -3
README.md CHANGED
@@ -1,3 +1,34 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ inference: false
4
+ tags: [green, p2, llmware-chat, ov]
5
+ ---
6
+
7
+ # gemma-2b-it-ov
8
+
9
+ **gemma-2b-it-ov-ov** is an OpenVino int4 quantized version of Google's Gemma-2B with Instruct Training (IT), providing a very fast, very small inference implementation, optimized for AI PCs using Intel GPU, CPU and NPU.
10
+
11
+ [**gemma-2b-it-ov**](https://huggingface.co/google/gemma-2b-it) is a leading open source foundation model from Google.
12
+
13
+
14
+ ### Model Description
15
+
16
+ - **Developed by:** Google
17
+ - **Quantized by:** llmware
18
+ - **Model type:** gemma-2b
19
+ - **Parameters:** 2 billion
20
+ - **Model Parent:** google/gemma-2b-it
21
+ - **Language(s) (NLP):** English
22
+ - **License:** Apache 2.0
23
+ - **Uses:** General purpose chat
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)