How to use:

from transformers import pipeline

pipe = pipeline(
    task="text-generation",
    model="dolphin-2.9-llama3-8b-flashback",
    device_map="auto"
)

text = "Vad รคr meningen med livet?"

prompt = f"""
<|im_start|>system
Du รคr en smart AI assistant som svarar pรฅ frรฅgor.<|im_end|>
<|im_start|>user
{text}<|im_end|>
<|im_start|>assistant
"""

pipe(prompt, max_length=512, do_sample=False)
>>> "Meningen med livet รคr subjektiv och varierar frรฅn person till person.
Vissa ser det som att uppnรฅ sina mรฅl,
medan andra fokuserar pรฅ att hjรคlpa andra och gรถra vรคrlden ett bรคttre stรคlle.
Det รคr viktigt att hitta en mening som passar just dig och ditt liv"

config.yaml

models:
  - model: timpal0l/Llama-3-8B-flashback-v1
    # No parameters necessary for base model
  - model: cognitivecomputations/dolphin-2.9-llama3-8b
    parameters:
      density: 0.53
      weight: 0.6
merge_method: dare_ties
base_model: timpal0l/Llama-3-8B-flashback-v1
parameters:
  int8_mask: true
dtype: bfloat16
Downloads last month
8
Safetensors
Model size
8B params
Tensor type
BF16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for timpal0l/dolphin-2.9-llama3-8b-flashback

Space using timpal0l/dolphin-2.9-llama3-8b-flashback 1