Spaces:
Running
Running
File size: 1,752 Bytes
be1ce5d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | {
"personas": [
"pepys",
"vangogh",
"mansfield",
"maclane"
],
"special_tokens": [
"<|entry|>",
"<|/entry|>",
"<|pepys|>",
"<|vangogh|>",
"<|mansfield|>",
"<|maclane|>"
],
"persona_token_prob": 0.5,
"prompt_frac": 0.15,
"seed": 42,
"chunk_prob": 0.25,
"chunk_max_size": 4,
"approx_tokens": 513488,
"stats": {
"pepys": {
"entries": 528,
"chunks": 368,
"chars": 901618,
"train_chunks": 361,
"val_chunks": 7
},
"vangogh": {
"entries": 117,
"chunks": 76,
"chars": 219192,
"train_chunks": 74,
"val_chunks": 2
},
"mansfield": {
"entries": 412,
"chunks": 261,
"chars": 339568,
"train_chunks": 256,
"val_chunks": 5
},
"maclane": {
"entries": 140,
"chunks": 96,
"chars": 593576,
"train_chunks": 94,
"val_chunks": 2
}
},
"generic_prompts": [
"What is on your mind today?",
"Write about your day.",
"What happened today?",
"How are you feeling, honestly?",
"What do you keep returning to?",
"Set down the truth of this day.",
"What did you notice today that no one else did?",
"What are you afraid of right now?",
"What do you want?",
"Write until something true appears.",
"What would you say if no one could ever read this?",
"Describe where you are.",
"What is the weather inside you?",
"What are you working on, and how does it go?",
"Who occupied your thoughts today?",
"What small thing mattered today?",
"Confess something.",
"What do you keep refusing to look at?",
"Make an account of yourself.",
"What does this day deserve to have remembered of it?"
]
} |