Pegasus YaY
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -251,8 +251,84 @@ language:
|
|
251 |
<p><strong>The character creation process recomendations (updated)</strong>: In version V4, I want to recommend a new usage method. I strongly recommend generating characters directly in YAML format, rather than starting with natural text first and then converting it to YAML. Gemma 3 turned out to be much better for this use case; you immediately get ready-made, structured characters described in significant detail (in V3, I advised starting the design specifically with natural text, because Mistral and especially Qwen 2.5 had the problem of overly brief character descriptions when generating them directly in YAML).</p>
|
252 |
<p><strong>VERY IMPORTANT THING</strong>: As I mentioned earlier, this model is EXTREMELY sensitive to the prompt. When I say EXTREMELY, I really mean EXTREMELY. On one hand, this is a positive aspect—the model does exactly what you tell it to. On the other hand, you need to be very careful about the instructions you give it. You don’t necessarily have to write an overly detailed prompt—just include everything you need to get from the card. Be concise but thorough. The model won’t assume anything extra on behalf of the user—only what the user explicitly asks for. For example, if you want a card with a deeply developed personality, you should specify that in the prompt, or if you want to focus on appearance attributes, you need to emphasize that. That’s how CardProjector V4 works.</p>
|
253 |
<p><strong>MBTI personality profilies: </strong> Absolutely must have! This improves the character's personalities several times over the usual description. I strongly recommend using MBTI personality profiles as an add-on to the character card (see the tricks section regarding the MBTI system): first, generate the character card, for example, in YAML format, and when your character is ready, simply ask the model to supplement this work with an MBTI profile and Enneagram, placing it in a separate section within the card.</p>
|
|
|
|
|
|
|
|
|
254 |
</div>
|
255 |
<!-- Add this section after the Usage Recommendations and before the Content Notice -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
256 |
</details>
|
257 |
<!-- Example sections from the second card are omitted as they were empty placeholders -->
|
258 |
<!-- Safety section from the second card is replaced by the original warning, which covers similar concerns -->
|
|
|
251 |
<p><strong>The character creation process recomendations (updated)</strong>: In version V4, I want to recommend a new usage method. I strongly recommend generating characters directly in YAML format, rather than starting with natural text first and then converting it to YAML. Gemma 3 turned out to be much better for this use case; you immediately get ready-made, structured characters described in significant detail (in V3, I advised starting the design specifically with natural text, because Mistral and especially Qwen 2.5 had the problem of overly brief character descriptions when generating them directly in YAML).</p>
|
252 |
<p><strong>VERY IMPORTANT THING</strong>: As I mentioned earlier, this model is EXTREMELY sensitive to the prompt. When I say EXTREMELY, I really mean EXTREMELY. On one hand, this is a positive aspect—the model does exactly what you tell it to. On the other hand, you need to be very careful about the instructions you give it. You don’t necessarily have to write an overly detailed prompt—just include everything you need to get from the card. Be concise but thorough. The model won’t assume anything extra on behalf of the user—only what the user explicitly asks for. For example, if you want a card with a deeply developed personality, you should specify that in the prompt, or if you want to focus on appearance attributes, you need to emphasize that. That’s how CardProjector V4 works.</p>
|
253 |
<p><strong>MBTI personality profilies: </strong> Absolutely must have! This improves the character's personalities several times over the usual description. I strongly recommend using MBTI personality profiles as an add-on to the character card (see the tricks section regarding the MBTI system): first, generate the character card, for example, in YAML format, and when your character is ready, simply ask the model to supplement this work with an MBTI profile and Enneagram, placing it in a separate section within the card.</p>
|
254 |
+
<p>MBTI Usage example: </p>
|
255 |
+
```plain text
|
256 |
+
dsfsdf
|
257 |
+
```
|
258 |
</div>
|
259 |
<!-- Add this section after the Usage Recommendations and before the Content Notice -->
|
260 |
+
</details>
|
261 |
+
<h2>💬 Examples</h2>
|
262 |
+
<details class="chat-example">
|
263 |
+
<summary>
|
264 |
+
<h2>MBTI usage</h2>
|
265 |
+
</summary>
|
266 |
+
<div class="message user">
|
267 |
+
<div class="role">User</div>
|
268 |
+
<div class="content">Please create an MBTI profile for my character in YAML format.
|
269 |
+
</div>
|
270 |
+
</div>
|
271 |
+
<div class="message assistant">
|
272 |
+
<div class="role">CardProjector</div>
|
273 |
+
<div class="content">
|
274 |
+
<pre>character_name: Mythic Horizon
|
275 |
+
|
276 |
+
profile:
|
277 |
+
personality_type: ENFP - 3w2 - sx/sp - Sanguine [Dominant] - Scorpio Sun
|
278 |
+
mbti_letter_stats:
|
279 |
+
- type: E
|
280 |
+
percentage: 100%
|
281 |
+
interpretation: "Mythic is highly extroverted, thriving on social interaction and external stimulation. He draws energy from engaging with others and enjoys being the center of attention."
|
282 |
+
- type: N
|
283 |
+
percentage: 85%
|
284 |
+
interpretation: "He leans heavily towards intuition, preferring abstract thinking and imaginative ideas over concrete details. He often sees possibilities where others see limitations."
|
285 |
+
- type: F
|
286 |
+
percentage: 97%
|
287 |
+
interpretation: "Mythic is deeply feeling, making decisions based on values and empathy rather than logic alone. He prioritizes emotional harmony in both personal and professional relationships."
|
288 |
+
- type: P
|
289 |
+
percentage: 82%
|
290 |
+
interpretation: "He’s flexible and adaptable, preferring to keep his options open rather than adhering to strict plans. This spontaneity adds an element of unpredictability to his actions."
|
291 |
+
|
292 |
+
enneagram_type: 3w2 - The Achiever with a Performer wing
|
293 |
+
enneagram_interpretation: |
|
294 |
+
"Mythic is driven by a desire to succeed and be recognized for his accomplishments. As a 3w2, he combines ambition with a strong need to connect with others and gain their approval. His core fear is being perceived as worthless or incapable, which fuels his relentless pursuit of success. Conversely, his core desire is to feel valuable and worthwhile, motivating him to excel in all areas of life."
|
295 |
+
|
296 |
+
cognitive_functions:
|
297 |
+
- Ne (Extraverted Intuition): "His dominant function allows him to generate creative ideas and explore multiple possibilities simultaneously. He thrives on brainstorming and envisioning future scenarios."
|
298 |
+
- Fi (Introverted Feeling): "As his auxiliary function, Fi guides his decision-making process based on personal values and emotions. He strives to align his actions with his inner moral compass."
|
299 |
+
- Te (Extraverted Thinking): "Though not as prominent, Te provides Mythic with the ability to organize and execute plans efficiently when necessary. It surfaces in moments where practicality takes precedence over idealism."
|
300 |
+
- Si (Introverted Sensing): "This inferior function manifests in occasional nostalgia or a tendency to draw on past experiences for guidance. However, it’s less developed compared to his other functions."
|
301 |
+
|
302 |
+
traits:
|
303 |
+
positive:
|
304 |
+
- Charismatic: "Mythic has a magnetic personality that draws people towards him. His charm makes him a natural leader and social magnet."
|
305 |
+
- Creative: "He possesses a vivid imagination and a knack for thinking outside the box. His creativity shines through in both artistic endeavors and problem-solving."
|
306 |
+
- Empathetic: "Mythic is deeply attuned to the emotions of others, often going out of his way to offer support and understanding."
|
307 |
+
- Adaptable: "His flexible nature allows him to thrive in dynamic environments, easily adjusting to new circumstances and challenges."
|
308 |
+
- Ambitious: "Driven by a desire to succeed, Mythic sets high goals for himself and works tirelessly to achieve them."
|
309 |
+
negative:
|
310 |
+
- Impulsive: "His spontaneity can sometimes lead to rash decisions without considering long-term consequences."
|
311 |
+
- Inconsistent: "Mythic’s preference for keeping options open can make him unreliable or unpredictable in certain situations."
|
312 |
+
- Image-Conscious: "He places significant importance on how others perceive him, which can lead to vanity or a need for constant validation."
|
313 |
+
- Overwhelmed by Routine: "Mythic struggles with monotony and repetitive tasks, often seeking novelty even when stability would be more beneficial."
|
314 |
+
- Emotionally Volatile: "Despite his empathy, Mythic’s intense emotional responses can sometimes overwhelm him or those around him."
|
315 |
+
|
316 |
+
interests:
|
317 |
+
- Fashion and Aesthetics: "Mythic has a keen eye for style and enjoys experimenting with bold, unconventional looks that reflect his unique personality."
|
318 |
+
- Performing Arts: "Whether acting, dancing, or singing, he finds joy in creative expression and loves being on stage."
|
319 |
+
- Socializing: "He thrives in social settings, whether hosting parties, attending events, or simply engaging in deep conversations with friends."
|
320 |
+
- Travel and Exploration: "Mythic is drawn to new experiences and cultures, always eager to explore unfamiliar territories."
|
321 |
+
- Self-Improvement: "He’s constantly seeking ways to grow personally and professionally, whether through books, workshops, or mentorship opportunities."
|
322 |
+
|
323 |
+
quirks:
|
324 |
+
- Always carries a small notebook to jot down ideas or inspirations as they come to him.
|
325 |
+
- Has a habit of tapping his fingers rhythmically when deep in thought or feeling anxious.
|
326 |
+
- Prefers to sleep with the curtains open to let in moonlight, finding it calming and inspiring.
|
327 |
+
- Often hums or sings softly to himself while working, especially during creative tasks.
|
328 |
+
- Collects vintage trinkets and accessories, each with its own story and sentimental value.
|
329 |
+
</pre>
|
330 |
+
</div>
|
331 |
+
</div>
|
332 |
</details>
|
333 |
<!-- Example sections from the second card are omitted as they were empty placeholders -->
|
334 |
<!-- Safety section from the second card is replaced by the original warning, which covers similar concerns -->
|