Update README.md
Browse files
README.md
CHANGED
@@ -1,17 +1,19 @@
|
|
1 |
-
---
|
2 |
-
library_name: ExLlama2
|
3 |
-
pipeline_tag: text-generation
|
4 |
-
base_model: openai-community/gpt2
|
5 |
-
base_model_relation: quantized
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
[
|
17 |
-
[
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: ExLlama2
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
base_model: openai-community/gpt2
|
5 |
+
base_model_relation: quantized
|
6 |
+
language: en
|
7 |
+
license: mit
|
8 |
+
---
|
9 |
+
|
10 |
+
# Exl2 quants for [gpt2](https://huggingface.co/openai-community/gpt2)
|
11 |
+
|
12 |
+
## Automatically quantized using the auto quant script from [hf-scripts](https://huggingface.co/anthonyg5005/hf-scripts)
|
13 |
+
|
14 |
+
### BPW:
|
15 |
+
|
16 |
+
[6.0](https://huggingface.co/Anthonyg5005/gpt2-exl2/tree/6.0bpw)\
|
17 |
+
[6.5](https://huggingface.co/Anthonyg5005/gpt2-exl2/tree/6.5bpw)\
|
18 |
+
[8.0](https://huggingface.co/Anthonyg5005/gpt2-exl2/tree/8.0bpw)\
|
19 |
+
[measurement.json](https://huggingface.co/Anthonyg5005/gpt2-exl2/blob/main/measurement.json)
|