Views
No views yet
| Type | Misc | Author |
|---|---|---|
| GGUF | iMat Q3 | Nexesenex |
| GGUF | iMat | mradermacher |
| GGUF | Full Set | mradermacher |
| GGUF | Misc | LoneStriker |
| exl2 | 2.4 bpw | LoneStriker |
| exl2 | 3.5 bpw | LoneStriker |
| exl2 | 4.0 bpw | LoneStriker |
| exl2 | 4.65 bpw | LoneStriker |
t: Union[float, np.ndarray],
v0: Union[np.ndarray, torch.Tensor],
v1: Union[np.ndarray, torch.Tensor],
...
lweight = numpy.absolute(v0-v1)
lweight = t / lweight
lweight = numpy.nan_to_num(lweight, nan=1.0, posinf=1.0, neginf=1.0)
numpy.clip(lweight, a_min=0.0, a_max=1.0, out=lweight)
res = lerp(lweight,v0,v1)| Metric | Value |
|---|---|
| Avg. | 76.48 |
| AI2 Reasoning Challenge (25-Shot) | 73.89 |
| HellaSwag (10-Shot) | 89.37 |
| MMLU (5-Shot) | 75.19 |
| TruthfulQA (0-shot) | 68.6 |
| Winogrande (5-shot) | 84.53 |
| GSM8k (5-shot) | 67.32 |