Views
No views yet
| Benchmark | Score |
|---|---|
| Average | 66.13 |
| ARC-c | 59.81 |
| ARC-e | 85.27 |
| Boolq | 84.10 |
| HellaSwag | 62.47 |
| Lambada | 73.28 |
| MMLU | 64.11 |
| OpenbookQA | 37.2 |
| Piqa | 80.30 |
| TruthfulQA | 50.21 |
| Winogrande | 73.72 |
| Model | Average | AGIEval | GPT4All | TruthfulQA | Bigbench |
|---|---|---|---|---|---|
| mlabonne/Daredevil-8B 📄 | 55.87 | 44.13 | 73.52 | 59.05 | 46.77 |
| cstr/llama3-8b-spaetzle-v33 📄 | 55.26 | 42.61 | 73.9 | 59.28 | 45.25 |
| mlabonne/Daredevil-8B-abliterated 📄 | 55.06 | 43.29 | 73.33 | 57.47 | 46.17 |
| NousResearch/Hermes-2-Theta-Llama-3-8B 📄 | 54.28 | 43.9 | 72.62 | 56.36 | 44.23 |
| openchat/openchat-3.6-8b-20240522 📄 | 53.49 | 44.03 | 73.67 | 49.78 | 46.48 |
| mlabonne/Llama-3-8B-Instruct-abliterated-dpomix 📄 | 52.26 | 41.6 | 69.95 | 54.22 | 43.26 |
| meta-llama/Meta-Llama-3-8B-Instruct 📄 | 51.34 | 41.22 | 69.86 | 51.65 | 42.64 |
| failspy/Meta-Llama-3-8B-Instruct-abliterated-v3 📄 | 51.21 | 40.23 | 69.5 | 52.44 | 42.69 |
| mlabonne/OrpoLlama-3-8B 📄 | 48.63 | 34.17 | 70.59 | 52.39 | 37.36 |
| meta-llama/Meta-Llama-3-8B 📄 | 45.42 | 31.1 | 69.95 | 43.91 | 36.7 |
1models:
2 - model: cstr/llama3-8b-spaetzle-v20
3 # no parameters necessary for base model
4 - model: cstr/llama3-8b-spaetzle-v31
5 parameters:
6 density: 0.65
7 weight: 0.25
8 - model: cstr/llama3-8b-spaetzle-v28
9 parameters:
10 density: 0.65
11 weight: 0.25
12 - model: cstr/llama3-8b-spaetzle-v26
13 parameters:
14 density: 0.65
15 weight: 0.15
16merge_method: dare_ties
17base_model: cstr/llama3-8b-spaetzle-v20
18parameters:
19 int8_mask: true
20dtype: bfloat16
21random_seed: 0
22tokenizer_source: base1!pip install -qU transformers accelerate
2
3from transformers import AutoTokenizer
4import transformers
5import torch
6
7model = "cstr/llama3-8b-spaetzle-v33"
8messages = [{"role": "user", "content": "What is a large language model?"}]
9
10tokenizer = AutoTokenizer.from_pretrained(model)
11prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
12pipeline = transformers.pipeline(
13 "text-generation",
14 model=model,
15 torch_dtype=torch.float16,
16 device_map="auto",
17)
18
19outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
20print(outputs[0]["generated_text"])cstr/* repositories
are GGUF conversions, where the upstream research team remains the provider of
the model and the conversion changes only the numeric representation of the
weights. A merge produces a model that did not previously exist, so under
Regulation (EU) 2024/1689 the maintainer of this repository is plausibly the
provider of it, and the duties that survive the Art. 53(2)
free-and-open-source exemption — Art. 53(1)(c) and 53(1)(d) — attach here rather
than upstream.cstr/llama3-8b-spaetzle-v28, cstr/llama3-8b-spaetzle-v26. For those, the training-content chain cannot be followed from this card, and no summary is reconstructed here in their place — an untraceable summary presented as a traceable one would be worse than the gap.