Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Jais-13B OpenVINO INT4
|
2 |
|
3 |
This repository contains the [inceptionai/jais-13b](https://huggingface.co/inceptionai/jais-13b) model optimized for inference with Intel's OpenVINO runtime. The model has been quantized to INT4 using the AWQ quantization scheme for improved performance while maintaining quality.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- ar
|
5 |
+
library_name: openvino
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
license: apache-2.0
|
8 |
+
base_model: inceptionai/jais-13b
|
9 |
+
tags:
|
10 |
+
- openvino
|
11 |
+
- optimized
|
12 |
+
- int4
|
13 |
+
- awq
|
14 |
+
- bilingual
|
15 |
+
- arabic
|
16 |
+
- english
|
17 |
+
- jais
|
18 |
+
---
|
19 |
+
|
20 |
+
# Jais-13B OpenVINO INT4
|
21 |
+
|
22 |
+
This repository contains the [inceptionai/jais-13b](https://huggingface.co/inceptionai/jais-13b) model...
|
23 |
# Jais-13B OpenVINO INT4
|
24 |
|
25 |
This repository contains the [inceptionai/jais-13b](https://huggingface.co/inceptionai/jais-13b) model optimized for inference with Intel's OpenVINO runtime. The model has been quantized to INT4 using the AWQ quantization scheme for improved performance while maintaining quality.
|