Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- pl
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- finetuned
|
8 |
+
- gguf
|
9 |
+
inference: false
|
10 |
+
pipeline_tag: text-generation
|
11 |
+
base_model: speakleash/Bielik-11B-v2.3-Instruct
|
12 |
+
---
|
13 |
+
|
14 |
+
<p align="center">
|
15 |
+
<img src="https://huggingface.co/speakleash/Bielik-7B-Instruct-v0.1/raw/main/speakleash_cyfronet.png">
|
16 |
+
</p>
|
17 |
+
|
18 |
+
# Bielik-11B-v2.2-Instruct-GPTQ
|
19 |
+
|
20 |
+
This repo contains GPTQ format model files for [SpeakLeash](https://speakleash.org/)'s [Bielik-11B-v.2.3-Instruct](https://huggingface.co/speakleash/Bielik-11B-v2.3-Instruct).
|
21 |
+
|
22 |
+
<b><u>DISCLAIMER: Be aware that quantised models show reduced response quality and possible hallucinations!</u></b><br>
|
23 |
+
|
24 |
+
### Model description:
|
25 |
+
|
26 |
+
* **Developed by:** [SpeakLeash](https://speakleash.org/) & [ACK Cyfronet AGH](https://www.cyfronet.pl/)
|
27 |
+
* **Language:** Polish
|
28 |
+
* **Model type:** causal decoder-only
|
29 |
+
* **Quant from:** [Bielik-11B-v2.3-Instruct](https://huggingface.co/speakleash/Bielik-11B-v2.3-Instruct)
|
30 |
+
* **Finetuned from:** [Bielik-11B-v2](https://huggingface.co/speakleash/Bielik-11B-v2)
|
31 |
+
* **License:** Apache 2.0 and [Terms of Use](https://bielik.ai/terms/)
|
32 |
+
|
33 |
+
### Responsible for model quantization
|
34 |
+
* [Remigiusz Kinas](https://www.linkedin.com/in/remigiusz-kinas/)<sup>SpeakLeash</sup> - team leadership, conceptualizing, calibration data preparation, process creation and quantized model delivery.
|
35 |
+
|
36 |
+
## Contact Us
|
37 |
+
|
38 |
+
If you have any questions or suggestions, please use the discussion tab. If you want to contact us directly, join our [Discord SpeakLeash](https://discord.gg/CPBxPce4).
|