Text Generation
Transformers
Safetensors
English
llama
conversational
Inference Endpoints
text-generation-inference
L3-8B-Stheno-v3.2 / README.md
Sao10K's picture
Update README.md
ff0d22e verified
metadata
license: cc-by-nc-4.0
language:
  - en
datasets:
  - Gryphe/Opus-WritingPrompts
  - Sao10K/Claude-3-Opus-Instruct-15K
  - Sao10K/Short-Storygen-v2
  - Sao10K/c2-Logs-Filtered

Support me here if you're interested:
Ko-fi: https://ko-fi.com/sao10k

If not, that's fine too. Feedback would be nice.

Contact Me in Discord:
sao10k

Art by 

Stheno-v3.2-Zeta

I have done a test run with multiple variations of the models, merged back to its base at various weights, different training runs too, and this Sixth iteration is the one I like most.

Changes compared to v3.1
- Included a mix of SFW and NSFW Storywriting Data, thanks to Gryphe
- Included More Instruct / Assistant-Style Data
- Further cleaned up Roleplaying Samples from c2 Logs -> A few terrible, really bad samples escaped heavy filtering. Manual pass fixed it.
- Hyperparameter tinkering for training, resulting in lower loss levels.

Testing Notes - Compared to v3.1
- Handles SFW / NSFW seperately better. Not as overly excessive with NSFW now. Kinda balanced.
- Better at Storywriting / Narration.
- Better at Assistant-type Tasks.
- Better Multi-Turn Coherency -> Reduced Issues?
- Slightly less creative? A worthy tradeoff. Still creative.
- Better prompt / instruction adherence.


Recommended Samplers:

Temperature - 1.12-1.22
Min-P - 0.075
Top-K - 50
Repetition Penalty - 1.1

Stopping Strings:

\n\n{{User}} # Or Equivalent, depending on Frontend
<|eot_id|>
<|end_of_text|>

Prompting Template - Llama-3-Instruct

<|begin_of_text|><|start_header_id|>system<|end_header_id|>

{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>

{input}<|eot_id|><|start_header_id|>assistant<|end_header_id|>

{output}<|eot_id|>

Basic Roleplay System Prompt

You are an expert actor that can fully immerse yourself into any role given. You do not break character for any reason, even if someone tries addressing you as an AI or language model.
Currently your role is {{char}}, which is described in detail below. As {{char}}, continue the exchange with {{user}}.