Lights

Lights coming up, one by one

Photo by Joshua Rivera on Unsplash

PROMPT: The world was all still, together in their homes
No one was lonely, except for robot 5-Komb
He'd hardly recharged, his sleep mode wouldn't activate
From all the silence, and the frozen precipitate

Reflexively, and the insistent pulse, and the immersion

Lights coming up, one by one

in the darkness, to see the robots

Lights coming up, one by one

Reflexively, till something caught

[END TRANSMISSION]


Editor’s Notes

Written by AI, this text was taken from text generated from my cyberpunk model, and using my “multi-temp” script, that goes from 0.8 to 1.3 temperature settings, iterating by 0.10 and generating 20 or so texts per temperature setting before raising the temp. That gave me a good sampling of what temperature makes what types of text from the prompt I’ve given it. I checked each line of this for overfit against my text corpus the model was built on, and it always surprises me when it has no matches with output like this.

Prompt

The same 5-Komb robot prompt I wrote for “The Earth Was Real”

Edits

Excerpt of first half of a generated text. The rest was inconsistent with this part.

GPT-2 Settings
{
  "return_as_list": true,
  "length": 300,
  "top_k": 80,
  "top_p": 0.9,
  "truncate": "<|endoftext|>",
  "nsamples": 3,
  "batch_size": 1,
  "run_name": "model-cyberpunk-run1",
  "prefix": "\nThe world was all still, together in their homes\nNo one was lonely, except for robot 5-Komb\nHe'd hardly recharged, his sleep mode wouldn't activate\nFrom all the silence, and the frozen precipitate\n",
  "temperature": 0.9999999999999999
}