Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: llama-3
|
4 |
+
license_link: https://llama.meta.com/llama3/license/
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
base_model: Replete-AI/Llama-3-11.5B-Instruct-V2
|
7 |
+
tags:
|
8 |
+
- facebook
|
9 |
+
- meta
|
10 |
+
- pytorch
|
11 |
+
- llama
|
12 |
+
- llama-3
|
13 |
+
- instruct
|
14 |
+
- finetune
|
15 |
+
- frankenmerge
|
16 |
+
- merge
|
17 |
+
- gguf
|
18 |
+
- imatrix
|
19 |
+
- importance matrix
|
20 |
+
model-index:
|
21 |
+
- name: Yi-1.5-34B-Chat-16K-iMat-GGUF
|
22 |
+
results: []
|
23 |
+
---
|
24 |
+
|
25 |
+
# Quant Infos
|
26 |
+
|
27 |
+
- quants done with an importance matrix for improved quantization loss
|
28 |
+
- ggufs & imatrix generated from bf16 for "optimal" accuracy loss
|
29 |
+
- Wide coverage of different gguf quant types from Q\_8\_0 down to IQ1\_S
|
30 |
+
- Quantized with [llama.cpp](https://github.com/ggerganov/llama.cpp) commit [fabf30b4c4fca32e116009527180c252919ca922](https://github.com/ggerganov/llama.cpp/commit/fabf30b4c4fca32e116009527180c252919ca922) (master as of 2024-05-20)
|
31 |
+
- Imatrix generated with [this](https://github.com/ggerganov/llama.cpp/discussions/5263#discussioncomment-8395384) multi-purpose dataset.
|
32 |
+
```
|
33 |
+
./imatrix -c 512 -m $model_name-f16.gguf -f $llama_cpp_path/groups_merged.txt -o $out_path/imat-f16-gmerged.dat
|
34 |
+
```
|
35 |
+
|
36 |
+
# Original Model Card:
|
37 |
+
|
38 |
+
## Llama-3-11.5B-v2
|
39 |
+
|
40 |
+
Thank you to Meta for the weights for Meta-Llama-3-8B
|
41 |
+
|
42 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/642cc1c253e76b4c2286c58e/aJJxKus1wP5N-euvHEUq7.png)
|
43 |
+
|
44 |
+
This is an upscaling of the Meta-Llama-3-8B Ai using techniques created for chargoddard/mistral-11b-slimorca. This Ai model has been upscaled from 8b parameters to 11.5b parameters without any continuous pretraining or fine-tuning.
|
45 |
+
|
46 |
+
Unlike version 1 this model has no issues at fp16 or any quantizations.
|
47 |
+
|
48 |
+
The model that was used to create this one is linked below:
|
49 |
+
|
50 |
+
https://huggingface.co/meta-llama/Meta-Llama-3-8B
|