aimeri / PersonalityDolphin-24B

huggingface.co
Total runs: 1
24-hour runs: 0
7-day runs: -2
30-day runs: -9
Model's Last Updated: October 15 2025

Introduction of PersonalityDolphin-24B

Model Details of PersonalityDolphin-24B

PersonalityDolphin-24B

PersonalityDolphin-24B is a merge of the following models using LazyMergekit :

🧩 Configuration
models:
  - model: PocketDoc/Dans-PersonalityEngine-V1.3.0-24b
    # No parameters necessary for base model
  - model: dphn/Dolphin-Mistral-24B-Venice-Edition
    parameters:
      density: 0.53
      weight: 0.6
  - model: PocketDoc/Dans-DangerousWinds-V1.1.1-24b
    parameters:
      density: 0.53
      weight: 0.4
merge_method: dare_ties
base_model: PocketDoc/Dans-PersonalityEngine-V1.3.0-24b
parameters:
  int8_mask: true
dtype: bfloat16
💻 Usage
!pip install -qU transformers accelerate

from transformers import AutoTokenizer
import transformers
import torch

model = "aimeri/PersonalityDolphin-24B"
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 aimeri PersonalityDolphin-24B on huggingface.co

1
Total runs
0
24-hour runs
-1
3-day runs
-2
7-day runs
-9
30-day runs

More Information About PersonalityDolphin-24B huggingface.co Model

PersonalityDolphin-24B huggingface.co

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

PersonalityDolphin-24B huggingface.co Url

https://huggingface.co/aimeri/PersonalityDolphin-24B

aimeri PersonalityDolphin-24B online free

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

aimeri PersonalityDolphin-24B online free url in huggingface.co:

https://huggingface.co/aimeri/PersonalityDolphin-24B

PersonalityDolphin-24B install

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

PersonalityDolphin-24B install url in huggingface.co:

https://huggingface.co/aimeri/PersonalityDolphin-24B

Url of PersonalityDolphin-24B

PersonalityDolphin-24B huggingface.co Url

Provider of PersonalityDolphin-24B huggingface.co

aimeri
ORGANIZATIONS

Other API from aimeri

huggingface.co

Total runs: 876
Run Growth: 876
Growth Rate: 100.00%
Updated:July 07 2026
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 28 2026