1# Generate with a specific genre2python generate.py --model . --genre bedtime --max_new_tokens 51234# Generate with a custom instruction5python generate.py --model . --instruction_text "Write a story about a cat who makes new friends" --max_new_tokens 51267# Adjust generation parameters8python generate.py --model . --genre fantasy --temperature 0.9 --top_k 40 --top_p 0.92 --max_new_tokens 1024
Available Genres
Genre
Flag
Description
Bedtime
--genre bedtime
Gentle, calming bedtime and lullaby stories
Animals
--genre animals
Simple animal adventure stories
Friendship
--genre friendship
Stories about sharing, kindness, and making friends