models:-model:NousResearch/Meta-Llama-3-8B# No parameters necessary for base model-model:NousResearch/Meta-Llama-3-8B-Instructparameters:density:0.58weight:0.4-model:mlabonne/OrpoLlama-3-8Bparameters:density:0.52weight:0.2-model:Locutusque/Llama-3-Orca-1.0-8Bparameters:density:0.52weight:0.2-model:abacusai/Llama-3-Smaug-8Bparameters:density:0.52weight:0.2merge_method:dare_tiesbase_model:NousResearch/Meta-Llama-3-8Bparameters:int8_mask:truedtype: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
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 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:
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.