WorldGen-v1.1

WorldGen is a merge designed to enhance the capabilities of the character creation model, CharGen. While CharGen is great for creating characters, even to this day given its age, but it struggles at effectively making Lorebook/WorldInfo entries.
However, by merging it with an RP LLM and two LLMs that contain some scientific data and are good at instruction following I was able to make it more reliable at world-building.

Prompting Guide

Formatting

ChatML

Roles Usage

User: Prompts with this role are used to give the AI writing tasks.

Examples

Lore writing:

Write an overview of cat demi-humans tongues and how they can't taste sweet things due to their cat biology.

Persona writing:
(Do not use a name. Because CharGen is trained on 'User' for personas it's important to use such when creating a persona.)

Here is a brief overview of a character. Expand it into a detailed description. Include details about character's personality, their outfit and figure. Mention their age and gender, if applicable.
User is a 21-year-old human male. He's very kind and caring especially to his adopted sister, Luna, whom he tends to spoil.

Backstory writing:

Write a backstory on the crescent moon choker User gifted to Luna.

System: Prompts for output guidance and feeding important information not in the context.(And for the system prompt, obviously.)

Examples

Guidance prompt:

When writing the backstory, use the following information:

- It was gifted to Luna on her 14th birthday.
- User spent all the money he got from his part-time job at the time just so he could give her the special gift.
- Ever since then, she kept wearing it ever since.

Give the backstory a header.
Keep the backstory direct and concise with less than 50 words.

System prompt:

You are an expert in creating interesting roleplay characters and lore for the world they reside in.

Assistant: The AI's output

Examples
### Cat Demi-Human Tongues:
Much like their fully feline counterparts, cat demi-humans possess a specialized tongue structure that lacks the taste buds responsible for detecting sweet flavors. Their tongues have a higher concentration of taste buds for salty, sour, and umami flavors, which aligns with their natural dietary preferences.

Merge Details

Merge Method

This model was merged using the TIES merge method using kubernetes-bad/chargen-v2 as a base, created using mergekit.

Models Merged

The following models were included in the merge: Merge Tree:

kubernetes-bad/chargen-v2
    โŒŠ NeverSleep/Noromaid-7B-0.4-DPO
    โŒŠ Weyaxi/Einstein-v4-7B
    โŒŠ NousResearch/Hermes-2-Pro-Mistral-7B

Configuration

The following YAML configuration was used to produce this model: Merge Recipe:
models:
  - model: kubernetes-bad/chargen-v2
    parameters:
      density: 1
      weight: 1
  - model: NeverSleep/Noromaid-7B-0.4-DPO
    parameters:
      density: 0.5
      weight: 0.2
  - model: Weyaxi/Einstein-v4-7B
    parameters:
      density: [0.6, 0.5, 0.4, 0.5, 0.6]
      weight: 0.15
  - model: NousResearch/Hermes-2-Pro-Mistral-7B
    parameters:
      density: [0.4, 0.5, 0.6, 0.5, 0.4]
      weight: 0.15
merge_method: ties
base_model: kubernetes-bad/chargen-v2
parameters:
  normalize: true
dtype: float32
out_dtype: bfloat16
Downloads last month
19
Safetensors
Model size
7.24B params
Tensor type
BF16
ยท
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Model tree for Casual-Autopsy/WorldGen-v1.1