Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
2 |
license: llama2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: llama2
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
tags:
|
8 |
+
- llama
|
9 |
+
- text-generation-inference
|
10 |
---
|
11 |
+
|
12 |
+
Want to make a couple models: ( • ̀ω•́ )✧
|
13 |
+
|
14 |
+
Downloading the original model, quantizing the GGUF-F16 model, creating imatrix.dat, quantizing the required models and then uploading them to the repository. In total, 4 and a half hours were spent: 💀
|
15 |
+
|
16 |
+
(It’s a pity I don’t have normal hardware for quantization)
|
17 |
+
|
18 |
+
Link to original model and script:
|
19 |
+
|
20 |
+
- Sao10K/Stheno-L2-13B: https://huggingface.co/Sao10K/Stheno-L2-13B
|
21 |
+
- FantasiaFoundry/GGUF-Quantization-Script: https://huggingface.co/FantasiaFoundry/GGUF-Quantization-Script
|