{ "model_name": "jonathan_tombstone_v2", "base_model": "unsloth/Qwen2-0.5B", "train_dataset": "tombstone_train", "test_dataset": "tombstone_test", "rank": 32, "alpha": 32, "epoch": 5, "learning_rate": 0.001, "learning_rate_scheduler": "LINEAR", "template": { "name": "tombstone_writer", "version": "0.0.1", "template_description": "A tombstone generator for a medieval game, generates based on characters recent events", "inputs": [ { "variable_name": "age", "type": "int", "description": "the age of the character" }, { "variable_name": "name", "type": "str", "description": "The name of the character" }, { "variable_name": "cause_of_death", "type": "str", "description": "The cause of death of the character" }, { "variable_name": "defining_traits", "type": "str", "description": "The defining traits of the character, ex. job or marital status" }, { "variable_name": "occupation", "type": "str", "description": "" } ], "output": { "header": "str", "text": "str" }, "prompt": "Based on the characters name : {{name}}, age : {{age}}, cause of death: {{cause_of_death}} and defining traits : {{defining_traits}}, generate a tombstone with a short headline (10-15 words) and a text (20-30 words). The text should include mentions of one or more of the characters defining_traits, it can include cause_of_death if appropriate. It should include the name({{name}}) in the header." } }