mlabonne / ChimeraLlama-3-8B

huggingface.co
Total runs: 52
24-hour runs: 0
7-day runs: 0
30-day runs: 21
Model's Last Updated: April 25 2024
text-generation

Introduction of ChimeraLlama-3-8B

Model Details of ChimeraLlama-3-8B

ChimeraLlama-3-8B

ChimeraLlama-3-8B outperforms Llama 3 8B Instruct on Nous' benchmark suite.

ChimeraLlama-3-8B is a merge of the following models using LazyMergekit :

🏆 Evaluation
Nous

Evaluation performed using LLM AutoEval , see the entire leaderboard here .

Model Average AGIEval GPT4All TruthfulQA Bigbench
mlabonne/ChimeraLlama-3-8B 📄 51.58 39.12 71.81 52.4 42.98
meta-llama/Meta-Llama-3-8B-Instruct 📄 51.34 41.22 69.86 51.65 42.64
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
🧩 Configuration
models:
  - model: NousResearch/Meta-Llama-3-8B
    # No parameters necessary for base model
  - model: NousResearch/Meta-Llama-3-8B-Instruct
    parameters:
      density: 0.58
      weight: 0.4
  - model: mlabonne/OrpoLlama-3-8B
    parameters:
      density: 0.52
      weight: 0.2
  - model: Locutusque/Llama-3-Orca-1.0-8B
    parameters:
      density: 0.52
      weight: 0.2
  - model: abacusai/Llama-3-Smaug-8B
    parameters:
      density: 0.52
      weight: 0.2
merge_method: dare_ties
base_model: NousResearch/Meta-Llama-3-8B
parameters:
  int8_mask: true
dtype: float16
💻 Usage
!pip install -qU transformers accelerate

from transformers import AutoTokenizer
import transformers
import torch

model = "mlabonne/ChimeraLlama-3-8B"
messages = [{"role": "user", "content": "What is a large language model?"}]

tokenizer = AutoTokenizer.from_pretrained(model)
prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
pipeline = transformers.pipeline(
    "text-generation",
    model=model,
    torch_dtype=torch.float16,
    device_map="auto",
)

outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
print(outputs[0]["generated_text"])

Runs of mlabonne ChimeraLlama-3-8B on huggingface.co

52
Total runs
0
24-hour runs
-2
3-day runs
0
7-day runs
21
30-day runs

More Information About ChimeraLlama-3-8B huggingface.co Model

More ChimeraLlama-3-8B license Visit here:

https://choosealicense.com/licenses/other

ChimeraLlama-3-8B huggingface.co

ChimeraLlama-3-8B huggingface.co is an AI model on huggingface.co that provides ChimeraLlama-3-8B's model effect (), which can be used instantly with this mlabonne ChimeraLlama-3-8B model. huggingface.co supports a free trial of the ChimeraLlama-3-8B model, and also provides paid use of the ChimeraLlama-3-8B. Support call ChimeraLlama-3-8B model through api, including Node.js, Python, http.

ChimeraLlama-3-8B huggingface.co Url

https://huggingface.co/mlabonne/ChimeraLlama-3-8B

mlabonne ChimeraLlama-3-8B online free

ChimeraLlama-3-8B huggingface.co is an online trial and call api platform, which integrates ChimeraLlama-3-8B's modeling effects, including api services, and provides a free online trial of ChimeraLlama-3-8B, you can try ChimeraLlama-3-8B online for free by clicking the link below.

mlabonne ChimeraLlama-3-8B online free url in huggingface.co:

https://huggingface.co/mlabonne/ChimeraLlama-3-8B

ChimeraLlama-3-8B install

ChimeraLlama-3-8B is an open source model from GitHub that offers a free installation service, and any user can find ChimeraLlama-3-8B on GitHub to install. At the same time, huggingface.co provides the effect of ChimeraLlama-3-8B install, users can directly use ChimeraLlama-3-8B installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

ChimeraLlama-3-8B install url in huggingface.co:

https://huggingface.co/mlabonne/ChimeraLlama-3-8B

Url of ChimeraLlama-3-8B

ChimeraLlama-3-8B huggingface.co Url

Provider of ChimeraLlama-3-8B huggingface.co

mlabonne
ORGANIZATIONS

Other API from mlabonne

huggingface.co

Total runs: 156
Run Growth: -18
Growth Rate: -11.54%
Updated:March 04 2024
huggingface.co

Total runs: 76
Run Growth: 25
Growth Rate: 32.89%
Updated:March 04 2024