Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- PygmalionAI/Pygmalion-3-12B
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
---
|
9 |
+
|
10 |
+
# Eleusis-12B ExLlamaV2
|
11 |
+
|
12 |
+
This repo contains the ExLlamaV2 quants of the [Pygmalion-3-12B](https://huggingface.co/PygmalionAI/Pygmalion-3-12B) model.
|
13 |
+
The main branch only contains the `measurement.json` file, to produce your own quants of the model with a different bpw.
|
14 |
+
You can find the pre-quanted checkpoints in the following branches:
|
15 |
+
|
16 |
+
- [3.0bpw](https://huggingface.co/PygmalionAI/Pygmalion-3-12B-EXL2/tree/3.0bpw)
|
17 |
+
- [4.0bpw](https://huggingface.co/PygmalionAI/Pygmalion-3-12B-EXL2/tree/4.0bpw)
|
18 |
+
- [5.0bpw](https://huggingface.co/PygmalionAI/Pygmalion-3-12B-EXL2/tree/5.0bpw)
|
19 |
+
- [6.0bpw](https://huggingface.co/PygmalionAI/Pygmalion-3-12B-EXL2/tree/6.0bpw)
|
20 |
+
- [7.0bpw](https://huggingface.co/PygmalionAI/Pygmalion-3-12B-EXL2/tree/7.0bpw)
|
21 |
+
- [8.0bpw](https://huggingface.co/PygmalionAI/Pygmalion-3-12B-EXL2/tree/8.0bpw)
|