`logprobs` is a mode where LLMs return the probability of each token. `topLogProbs` also returns list list of alternate tokens
and their log probabilities. This can be useful for debugging and understanding the model's behavior.

- See [OpenAI Logprobs](https://cookbook.openai.com/examples/using_logprobs)

:::note

The `logprobs` feature is not available in all models or providers.

:::

## Logprobs

You can enable logprobs in the following ways:

- Use the `logprobs` flag on the run command

```sh
npx genaiscript run ... --logprobs
```

- add the `logprobs` flag to the `script` metadata

```js "logprobs: true"
script({ logprobs: true, ...})
```

### Colored output

When `logprobs` is enabled, the [cli](/genaiscript/reference/cli) will color the output based on the probability of each token.
Blue color indicates high probability and red color indicates low probability.


Here is an example of logprobs in action when running a poem prompt with gpt-4o. 

---


<span class="logprobs" title="97.7% (-0.02)" style="background: rgb(5, 0, 205); color: white; white-space: pre; font-family: monospace;">In</span>
<span class="logprobs" title="85.29% (-0.16)" style="background: rgb(31, 0, 179); color: white; white-space: pre; font-family: monospace;">&nbsp;the</span>
<span class="logprobs" title="44.3% (-0.81)" style="background: rgb(117, 0, 93); color: white; white-space: pre; font-family: monospace;">&nbsp;whisper</span>
<span class="logprobs" title="81.76% (-0.2)" style="background: rgb(38, 0, 172); color: white; white-space: pre; font-family: monospace;">&nbsp;of</span>
<span class="logprobs" title="0.26% (-5.95)" style="background: rgb(209, 0, 1); color: white; white-space: pre; font-family: monospace;">&nbsp;trees</span>
<span class="logprobs" title="59.33% (-0.52)" style="background: rgb(85, 0, 125); color: white; white-space: pre; font-family: monospace;">,</span>
<span class="logprobs" title="29.64% (-1.22)" style="background: rgb(148, 0, 62); color: white; white-space: pre; font-family: monospace;">&nbsp;the</span>
<span class="logprobs" title="7.45% (-2.6)" style="background: rgb(194, 0, 16); color: white; white-space: pre; font-family: monospace;">&nbsp;night</span>
<span class="logprobs" title="17.83% (-1.72)" style="background: rgb(173, 0, 37); color: white; white-space: pre; font-family: monospace;">&nbsp;softly</span>
<span class="logprobs" title="5.07% (-2.98)" style="background: rgb(199, 0, 11); color: white; white-space: pre; font-family: monospace;">&nbsp;speaks</span>
<span class="logprobs" title="99.99% (-0.0001)" style="background: rgb(0, 0, 210); color: white; white-space: pre; font-family: monospace;">,</span>
<span class="logprobs" title="99.85% (-0.002)" style="background: rgb(0, 0, 210); color: white; white-space: pre; font-family: monospace;">&nbsp;&nbsp;<br/></span>
<span class="logprobs" title="2.93% (-3.53)" style="background: rgb(204, 0, 6); color: white; white-space: pre; font-family: monospace;">Where</span>
<span class="logprobs" title="37.93% (-0.97)" style="background: rgb(130, 0, 80); color: white; white-space: pre; font-family: monospace;">&nbsp;the</span>
<span class="logprobs" title="92.55% (-0.08)" style="background: rgb(16, 0, 194); color: white; white-space: pre; font-family: monospace;">&nbsp;moon</span>
<span class="logprobs" title="44.93% (-0.8)" style="background: rgb(116, 0, 94); color: white; white-space: pre; font-family: monospace;">light</span>
<span class="logprobs" title="2.67% (-3.62)" style="background: rgb(204, 0, 6); color: white; white-space: pre; font-family: monospace;">&nbsp;we</span>
<span class="logprobs" title="99.93% (-0.001)" style="background: rgb(0, 0, 210); color: white; white-space: pre; font-family: monospace;">aves</span>
<span class="logprobs" title="41.06% (-0.89)" style="background: rgb(124, 0, 86); color: white; white-space: pre; font-family: monospace;">&nbsp;through</span>
<span class="logprobs" title="66.47% (-0.41)" style="background: rgb(70, 0, 140); color: white; white-space: pre; font-family: monospace;">&nbsp;the</span>
<span class="logprobs" title="9.79% (-2.32)" style="background: rgb(189, 0, 21); color: white; white-space: pre; font-family: monospace;">&nbsp;shadows</span>
<span class="logprobs" title="89.55% (-0.11)" style="background: rgb(22, 0, 188); color: white; white-space: pre; font-family: monospace;">&nbsp;it</span>
<span class="logprobs" title="94.19% (-0.06)" style="background: rgb(12, 0, 198); color: white; white-space: pre; font-family: monospace;">&nbsp;seeks</span>
<span class="logprobs" title="98.88% (-0.01)" style="background: rgb(2, 0, 208); color: white; white-space: pre; font-family: monospace;">.</span>
<span class="logprobs" title="99.98% (-0.0002)" style="background: rgb(0, 0, 210); color: white; white-space: pre; font-family: monospace;">&nbsp;&nbsp;<br/></span>
<span class="logprobs" title="94.53% (-0.06)" style="background: rgb(11, 0, 199); color: white; white-space: pre; font-family: monospace;">Stars</span>
<span class="logprobs" title="17.72% (-1.73)" style="background: rgb(173, 0, 37); color: white; white-space: pre; font-family: monospace;">&nbsp;tw</span>
<span class="logprobs" title="99.84% (-0.002)" style="background: rgb(0, 0, 210); color: white; white-space: pre; font-family: monospace;">inkle</span>
<span class="logprobs" title="29.51% (-1.22)" style="background: rgb(148, 0, 62); color: white; white-space: pre; font-family: monospace;">&nbsp;above</span>
<span class="logprobs" title="23.32% (-1.46)" style="background: rgb(161, 0, 49); color: white; white-space: pre; font-family: monospace;">,</span>
<span class="logprobs" title="38.94% (-0.94)" style="background: rgb(128, 0, 82); color: white; white-space: pre; font-family: monospace;">&nbsp;like</span>
<span class="logprobs" title="60.77% (-0.5)" style="background: rgb(82, 0, 128); color: white; white-space: pre; font-family: monospace;">&nbsp;dreams</span>
<span class="logprobs" title="0.65% (-5.04)" style="background: rgb(209, 0, 1); color: white; white-space: pre; font-family: monospace;">&nbsp;far</span>
<span class="logprobs" title="54.58% (-0.61)" style="background: rgb(95, 0, 115); color: white; white-space: pre; font-family: monospace;">&nbsp;away</span>
<span class="logprobs" title="99.98% (-0.0002)" style="background: rgb(0, 0, 210); color: white; white-space: pre; font-family: monospace;">,</span>
<span class="logprobs" title="99.97% (-0.0003)" style="background: rgb(0, 0, 210); color: white; white-space: pre; font-family: monospace;">&nbsp;&nbsp;<br/></span>
<span class="logprobs" title="2.97% (-3.52)" style="background: rgb(204, 0, 6); color: white; white-space: pre; font-family: monospace;">Painting</span>
<span class="logprobs" title="92.42% (-0.08)" style="background: rgb(16, 0, 194); color: white; white-space: pre; font-family: monospace;">&nbsp;the</span>
<span class="logprobs" title="12.22% (-2.1)" style="background: rgb(184, 0, 26); color: white; white-space: pre; font-family: monospace;">&nbsp;night</span>
<span class="logprobs" title="79.99% (-0.22)" style="background: rgb(42, 0, 168); color: white; white-space: pre; font-family: monospace;">&nbsp;with</span>
<span class="logprobs" title="30.31% (-1.19)" style="background: rgb(146, 0, 64); color: white; white-space: pre; font-family: monospace;">&nbsp;the</span>
<span class="logprobs" title="9.13% (-2.39)" style="background: rgb(191, 0, 19); color: white; white-space: pre; font-family: monospace;">&nbsp;dawn</span>
<span class="logprobs" title="43.62% (-0.83)" style="background: rgb(118, 0, 92); color: white; white-space: pre; font-family: monospace;">&#39;s</span>
<span class="logprobs" title="75.24% (-0.28)" style="background: rgb(52, 0, 158); color: white; white-space: pre; font-family: monospace;">&nbsp;gentle</span>
<span class="logprobs" title="65.6% (-0.42)" style="background: rgb(72, 0, 138); color: white; white-space: pre; font-family: monospace;">&nbsp;sway</span>
<span class="logprobs" title="99.24% (-0.01)" style="background: rgb(2, 0, 208); color: white; white-space: pre; font-family: monospace;">.</span>
<span class="logprobs" title="58.2% (-0.54)" style="background: rgb(88, 0, 122); color: white; white-space: pre; font-family: monospace;">&nbsp;&nbsp;</span>

---

## Top logprobs

You can enable `top-logprobs` in the following ways:

- Use the `top-logprobs` flag on the run command. It enables `logprobs` as well.

```sh
npx genaiscript run ... --top-logprobs 4
```

- add the `topLogprobs` flag to the `script` metadata

```js "logprobs: true"
script({ topLogProbs: 4, ...})
```

### Colored output

When `top-logprobs` are enabled, the console window is colored with the [entropy](https://people.math.harvard.edu/~ctm/home/text/others/shannon/entropy/entropy.pdf) of the alternate tokens. 

---

<span class="logprobs" title="0.1" style="background: rgb(21, 0, 189); color: white; white-space: pre; font-family: monospace;">In</span>
<span class="logprobs" title="0.4" style="background: rgb(83, 0, 127); color: white; white-space: pre; font-family: monospace;">&nbsp;the</span>
<span class="logprobs" title="0.93" style="background: rgb(196, 0, 14); color: white; white-space: pre; font-family: monospace;">&nbsp;whisper</span>
<span class="logprobs" title="0.43" style="background: rgb(91, 0, 119); color: white; white-space: pre; font-family: monospace;">&nbsp;of</span>
<span class="logprobs" title="0.6" style="background: rgb(126, 0, 84); color: white; white-space: pre; font-family: monospace;">&nbsp;trees</span>
<span class="logprobs" title="0.73" style="background: rgb(152, 0, 58); color: white; white-space: pre; font-family: monospace;">,</span>
<span class="logprobs" title="0.97" style="background: rgb(203, 0, 7); color: white; white-space: pre; font-family: monospace;">&nbsp;the</span>
<span class="logprobs" title="0.8" style="background: rgb(167, 0, 43); color: white; white-space: pre; font-family: monospace;">&nbsp;night</span>
<span class="logprobs" title="0.78" style="background: rgb(163, 0, 47); color: white; white-space: pre; font-family: monospace;">&nbsp;softly</span>
<span class="logprobs" title="0.87" style="background: rgb(183, 0, 27); color: white; white-space: pre; font-family: monospace;">&nbsp;speaks</span>
<span class="logprobs" title="0.001" style="background: rgb(0, 0, 210); color: white; white-space: pre; font-family: monospace;">,</span>
<span class="logprobs" title="0.01" style="background: rgb(2, 0, 208); color: white; white-space: pre; font-family: monospace;">&nbsp;&nbsp;<br/></span>
<span class="logprobs" title="0.87" style="background: rgb(183, 0, 27); color: white; white-space: pre; font-family: monospace;">Where</span>
<span class="logprobs" title="0.86" style="background: rgb(180, 0, 30); color: white; white-space: pre; font-family: monospace;">&nbsp;the</span>
<span class="logprobs" title="0.25" style="background: rgb(53, 0, 157); color: white; white-space: pre; font-family: monospace;">&nbsp;moon</span>
<span class="logprobs" title="0.75" style="background: rgb(157, 0, 53); color: white; white-space: pre; font-family: monospace;">light</span>
<span class="logprobs" title="0.39" style="background: rgb(82, 0, 128); color: white; white-space: pre; font-family: monospace;">&nbsp;we</span>
<span class="logprobs" title="0.01" style="background: rgb(1, 0, 209); color: white; white-space: pre; font-family: monospace;">aves</span>
<span class="logprobs" title="0.93" style="background: rgb(196, 0, 14); color: white; white-space: pre; font-family: monospace;">&nbsp;through</span>
<span class="logprobs" title="0.57" style="background: rgb(119, 0, 91); color: white; white-space: pre; font-family: monospace;">&nbsp;the</span>
<span class="logprobs" title="0.68" style="background: rgb(143, 0, 67); color: white; white-space: pre; font-family: monospace;">&nbsp;shadows</span>
<span class="logprobs" title="0.32" style="background: rgb(68, 0, 142); color: white; white-space: pre; font-family: monospace;">&nbsp;it</span>
<span class="logprobs" title="0.18" style="background: rgb(38, 0, 172); color: white; white-space: pre; font-family: monospace;">&nbsp;seeks</span>
<span class="logprobs" title="0.06" style="background: rgb(12, 0, 198); color: white; white-space: pre; font-family: monospace;">.</span>
<span class="logprobs" title="0.002" style="background: rgb(0, 0, 210); color: white; white-space: pre; font-family: monospace;">&nbsp;&nbsp;<br/></span>
<span class="logprobs" title="0.18" style="background: rgb(38, 0, 172); color: white; white-space: pre; font-family: monospace;">Stars</span>
<span class="logprobs" title="0.75" style="background: rgb(157, 0, 53); color: white; white-space: pre; font-family: monospace;">&nbsp;tw</span>
<span class="logprobs" title="0.01" style="background: rgb(2, 0, 208); color: white; white-space: pre; font-family: monospace;">inkle</span>
<span class="logprobs" title="0.98" style="background: rgb(206, 0, 4); color: white; white-space: pre; font-family: monospace;">&nbsp;above</span>
<span class="logprobs" title="0.78" style="background: rgb(163, 0, 47); color: white; white-space: pre; font-family: monospace;">,</span>
<span class="logprobs" title="0.94" style="background: rgb(197, 0, 13); color: white; white-space: pre; font-family: monospace;">&nbsp;like</span>
<span class="logprobs" title="0.71" style="background: rgb(149, 0, 61); color: white; white-space: pre; font-family: monospace;">&nbsp;dreams</span>
<span class="logprobs" title="0.77" style="background: rgb(161, 0, 49); color: white; white-space: pre; font-family: monospace;">&nbsp;far</span>
<span class="logprobs" title="0.69" style="background: rgb(144, 0, 66); color: white; white-space: pre; font-family: monospace;">&nbsp;away</span>
<span class="logprobs" title="0.002" style="background: rgb(0, 0, 210); color: white; white-space: pre; font-family: monospace;">,</span>
<span class="logprobs" title="0.003" style="background: rgb(1, 0, 209); color: white; white-space: pre; font-family: monospace;">&nbsp;&nbsp;<br/></span>
<span class="logprobs" title="0.37" style="background: rgb(77, 0, 133); color: white; white-space: pre; font-family: monospace;">Painting</span>
<span class="logprobs" title="0.17" style="background: rgb(37, 0, 173); color: white; white-space: pre; font-family: monospace;">&nbsp;the</span>
<span class="logprobs" title="0.75" style="background: rgb(158, 0, 52); color: white; white-space: pre; font-family: monospace;">&nbsp;night</span>
<span class="logprobs" title="0.57" style="background: rgb(120, 0, 90); color: white; white-space: pre; font-family: monospace;">&nbsp;with</span>
<span class="logprobs" title="0.99" style="background: rgb(208, 0, 2); color: white; white-space: pre; font-family: monospace;">&nbsp;the</span>
<span class="logprobs" title="0.79" style="background: rgb(166, 0, 44); color: white; white-space: pre; font-family: monospace;">&nbsp;dawn</span>
<span class="logprobs" title="0.81" style="background: rgb(170, 0, 40); color: white; white-space: pre; font-family: monospace;">&#39;s</span>
<span class="logprobs" title="0.49" style="background: rgb(103, 0, 107); color: white; white-space: pre; font-family: monospace;">&nbsp;gentle</span>
<span class="logprobs" title="0.73" style="background: rgb(154, 0, 56); color: white; white-space: pre; font-family: monospace;">&nbsp;sway</span>
<span class="logprobs" title="0.04" style="background: rgb(9, 0, 201); color: white; white-space: pre; font-family: monospace;">.</span>
<span class="logprobs" title="0.78" style="background: rgb(163, 0, 47); color: white; white-space: pre; font-family: monospace;">&nbsp;&nbsp;</span>

---

### Alternate tokens

The trace contains a rendering of the alternate tokens with colored output based on the logprobs.

---


<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="97.7% (-0.02)" style="background: rgb(5, 0, 205); color: white; white-space: pre; font-family: monospace;">In</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="1.79% (-4.02)" style="background: rgb(206, 0, 4); color: white; white-space: pre; font-family: monospace;">B</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="0.27% (-5.9)" style="background: rgb(209, 0, 1); color: white; white-space: pre; font-family: monospace;">Am</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="85.29% (-0.16)" style="background: rgb(31, 0, 179); color: white; white-space: pre; font-family: monospace;"> the</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="7% (-2.66)" style="background: rgb(195, 0, 15); color: white; white-space: pre; font-family: monospace;"> whispers</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="3.31% (-3.41)" style="background: rgb(203, 0, 7); color: white; white-space: pre; font-family: monospace;"> twilight</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="44.3% (-0.81)" style="background: rgb(117, 0, 93); color: white; white-space: pre; font-family: monospace;"> whisper</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="26.87% (-1.31)" style="background: rgb(154, 0, 56); color: white; white-space: pre; font-family: monospace;"> hush</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="18.47% (-1.69)" style="background: rgb(171, 0, 39); color: white; white-space: pre; font-family: monospace;"> quiet</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="81.76% (-0.2)" style="background: rgb(38, 0, 172); color: white; white-space: pre; font-family: monospace;"> of</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="18.24% (-1.7)" style="background: rgb(172, 0, 38); color: white; white-space: pre; font-family: monospace;">ing</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="0.001% (-12.2)" style="background: rgb(210, 0, 0); color: white; white-space: pre; font-family: monospace;">&#39;s</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="72.22% (-0.33)" style="background: rgb(58, 0, 152); color: white; white-space: pre; font-family: monospace;"> the</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="23.44% (-1.45)" style="background: rgb(161, 0, 49); color: white; white-space: pre; font-family: monospace;"> dawn</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="2.18% (-3.83)" style="background: rgb(205, 0, 5); color: white; white-space: pre; font-family: monospace;"> leaves</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="59.33% (-0.52)" style="background: rgb(85, 0, 125); color: white; white-space: pre; font-family: monospace;">,</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="15% (-1.9)" style="background: rgb(178, 0, 32); color: white; white-space: pre; font-family: monospace;"> at</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="8.03% (-2.52)" style="background: rgb(193, 0, 17); color: white; white-space: pre; font-family: monospace;"> where</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="29.64% (-1.22)" style="background: rgb(148, 0, 62); color: white; white-space: pre; font-family: monospace;"> the</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="26.16% (-1.34)" style="background: rgb(155, 0, 55); color: white; white-space: pre; font-family: monospace;"> a</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="26.16% (-1.34)" style="background: rgb(155, 0, 55); color: white; white-space: pre; font-family: monospace;"> where</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="29.48% (-1.22)" style="background: rgb(148, 0, 62); color: white; white-space: pre; font-family: monospace;"> wind</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="12.29% (-2.1)" style="background: rgb(184, 0, 26); color: white; white-space: pre; font-family: monospace;"> secrets</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="12.29% (-2.1)" style="background: rgb(184, 0, 26); color: white; white-space: pre; font-family: monospace;"> breeze</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="37.74% (-0.97)" style="background: rgb(131, 0, 79); color: white; white-space: pre; font-family: monospace;"> unfolds</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="17.83% (-1.72)" style="background: rgb(173, 0, 37); color: white; white-space: pre; font-family: monospace;"> softly</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="6.56% (-2.72)" style="background: rgb(196, 0, 14); color: white; white-space: pre; font-family: monospace;"> does</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="29.19% (-1.23)" style="background: rgb(149, 0, 61); color: white; white-space: pre; font-family: monospace;"> sigh</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="29.19% (-1.23)" style="background: rgb(149, 0, 61); color: white; white-space: pre; font-family: monospace;"> sings</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="10.74% (-2.23)" style="background: rgb(187, 0, 23); color: white; white-space: pre; font-family: monospace;"> hum</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="99.99% (-0.0001)" style="background: rgb(0, 0, 210); color: white; white-space: pre; font-family: monospace;">,</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="0.004% (-10.13)" style="background: rgb(210, 0, 0); color: white; white-space: pre; font-family: monospace;">,\ </span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="0.001% (-11.63)" style="background: rgb(210, 0, 0); color: white; white-space: pre; font-family: monospace;">, </span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="99.85% (-0.002)" style="background: rgb(0, 0, 210); color: white; white-space: pre; font-family: monospace;">   </span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="0.15% (-6.5)" style="background: rgb(210, 0, 0); color: white; white-space: pre; font-family: monospace;">    </span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="0.002% (-11)" style="background: rgb(210, 0, 0); color: white; white-space: pre; font-family: monospace;">     </span></td></tr></table><br/>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="45.76% (-0.78)" style="background: rgb(114, 0, 96); color: white; white-space: pre; font-family: monospace;">Stars</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="16.83% (-1.78)" style="background: rgb(175, 0, 35); color: white; white-space: pre; font-family: monospace;">A</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="16.83% (-1.78)" style="background: rgb(175, 0, 35); color: white; white-space: pre; font-family: monospace;">Moon</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="42.98% (-0.84)" style="background: rgb(120, 0, 90); color: white; white-space: pre; font-family: monospace;"> moon</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="37.93% (-0.97)" style="background: rgb(130, 0, 80); color: white; white-space: pre; font-family: monospace;"> the</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="8.46% (-2.47)" style="background: rgb(192, 0, 18); color: white; white-space: pre; font-family: monospace;"> stars</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="92.55% (-0.08)" style="background: rgb(16, 0, 194); color: white; white-space: pre; font-family: monospace;"> moon</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="5.22% (-2.95)" style="background: rgb(199, 0, 11); color: white; white-space: pre; font-family: monospace;"> stars</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="1.16% (-4.45)" style="background: rgb(208, 0, 2); color: white; white-space: pre; font-family: monospace;"> silver</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="44.93% (-0.8)" style="background: rgb(116, 0, 94); color: white; white-space: pre; font-family: monospace;">light</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="10.03% (-2.3)" style="background: rgb(189, 0, 21); color: white; white-space: pre; font-family: monospace;">&#39;s</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="10.03% (-2.3)" style="background: rgb(189, 0, 21); color: white; white-space: pre; font-family: monospace;"> paints</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="78.16% (-0.25)" style="background: rgb(46, 0, 164); color: white; white-space: pre; font-family: monospace;"> dances</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="4.41% (-3.12)" style="background: rgb(201, 0, 9); color: white; white-space: pre; font-family: monospace;"> gently</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="2.67% (-3.62)" style="background: rgb(204, 0, 6); color: white; white-space: pre; font-family: monospace;"> we</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="99.93% (-0.001)" style="background: rgb(0, 0, 210); color: white; white-space: pre; font-family: monospace;">aves</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="0.07% (-7.25)" style="background: rgb(210, 0, 0); color: white; white-space: pre; font-family: monospace;">eps</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="0.001% (-11.13)" style="background: rgb(210, 0, 0); color: white; white-space: pre; font-family: monospace;">avers</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="41.06% (-0.89)" style="background: rgb(124, 0, 86); color: white; white-space: pre; font-family: monospace;"> through</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="28.22% (-1.27)" style="background: rgb(151, 0, 59); color: white; white-space: pre; font-family: monospace;"> dreams</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="17.12% (-1.77)" style="background: rgb(174, 0, 36); color: white; white-space: pre; font-family: monospace;"> silver</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="66.47% (-0.41)" style="background: rgb(70, 0, 140); color: white; white-space: pre; font-family: monospace;"> the</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="9% (-2.41)" style="background: rgb(191, 0, 19); color: white; white-space: pre; font-family: monospace;"> shadow</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="4.25% (-3.16)" style="background: rgb(201, 0, 9); color: white; white-space: pre; font-family: monospace;"> shadows</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="14.25% (-1.95)" style="background: rgb(180, 0, 30); color: white; white-space: pre; font-family: monospace;"> gentle</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="11.1% (-2.2)" style="background: rgb(187, 0, 23); color: white; white-space: pre; font-family: monospace;"> sky</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="9.79% (-2.32)" style="background: rgb(189, 0, 21); color: white; white-space: pre; font-family: monospace;"> shadows</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="89.55% (-0.11)" style="background: rgb(22, 0, 188); color: white; white-space: pre; font-family: monospace;"> it</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="5.05% (-2.99)" style="background: rgb(199, 0, 11); color: white; white-space: pre; font-family: monospace;"> and</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="3.06% (-3.49)" style="background: rgb(204, 0, 6); color: white; white-space: pre; font-family: monospace;">&#39;</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="94.19% (-0.06)" style="background: rgb(12, 0, 198); color: white; white-space: pre; font-family: monospace;"> seeks</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="1.73% (-4.06)" style="background: rgb(206, 0, 4); color: white; white-space: pre; font-family: monospace;"> keeps</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="1.73% (-4.06)" style="background: rgb(206, 0, 4); color: white; white-space: pre; font-family: monospace;"> streak</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="98.88% (-0.01)" style="background: rgb(2, 0, 208); color: white; white-space: pre; font-family: monospace;">.</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="1.1% (-4.51)" style="background: rgb(208, 0, 2); color: white; white-space: pre; font-family: monospace;">,</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="0.02% (-8.39)" style="background: rgb(210, 0, 0); color: white; white-space: pre; font-family: monospace;">;</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="99.98% (-0.0002)" style="background: rgb(0, 0, 210); color: white; white-space: pre; font-family: monospace;">   </span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="0.02% (-8.63)" style="background: rgb(210, 0, 0); color: white; white-space: pre; font-family: monospace;">    </span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="0.002% (-11)" style="background: rgb(210, 0, 0); color: white; white-space: pre; font-family: monospace;">     </span></td></tr></table><br/>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="94.53% (-0.06)" style="background: rgb(11, 0, 199); color: white; white-space: pre; font-family: monospace;">Stars</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="2.52% (-3.68)" style="background: rgb(205, 0, 5); color: white; white-space: pre; font-family: monospace;">A</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="1.19% (-4.43)" style="background: rgb(208, 0, 2); color: white; white-space: pre; font-family: monospace;">Dream</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="17.72% (-1.73)" style="background: rgb(173, 0, 37); color: white; white-space: pre; font-family: monospace;"> tw</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="12.18% (-2.11)" style="background: rgb(184, 0, 26); color: white; white-space: pre; font-family: monospace;"> like</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="12.18% (-2.11)" style="background: rgb(184, 0, 26); color: white; white-space: pre; font-family: monospace;"> dance</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="99.84% (-0.002)" style="background: rgb(0, 0, 210); color: white; white-space: pre; font-family: monospace;">inkle</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="0.1% (-6.88)" style="background: rgb(210, 0, 0); color: white; white-space: pre; font-family: monospace;">ink</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="0.06% (-7.5)" style="background: rgb(210, 0, 0); color: white; white-space: pre; font-family: monospace;">irl</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="33.44% (-1.1)" style="background: rgb(140, 0, 70); color: white; white-space: pre; font-family: monospace;"> like</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="29.51% (-1.22)" style="background: rgb(148, 0, 62); color: white; white-space: pre; font-family: monospace;"> above</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="26.04% (-1.35)" style="background: rgb(155, 0, 55); color: white; white-space: pre; font-family: monospace;"> gently</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="63.4% (-0.46)" style="background: rgb(77, 0, 133); color: white; white-space: pre; font-family: monospace;"> in</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="23.32% (-1.46)" style="background: rgb(161, 0, 49); color: white; white-space: pre; font-family: monospace;">,</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="9.72% (-2.33)" style="background: rgb(190, 0, 20); color: white; white-space: pre; font-family: monospace;"> like</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="38.94% (-0.94)" style="background: rgb(128, 0, 82); color: white; white-space: pre; font-family: monospace;"> like</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="38.94% (-0.94)" style="background: rgb(128, 0, 82); color: white; white-space: pre; font-family: monospace;"> in</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="16.23% (-1.82)" style="background: rgb(176, 0, 34); color: white; white-space: pre; font-family: monospace;"> a</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="60.77% (-0.5)" style="background: rgb(82, 0, 128); color: white; white-space: pre; font-family: monospace;"> dreams</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="13.56% (-2)" style="background: rgb(182, 0, 28); color: white; white-space: pre; font-family: monospace;"> eyes</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="8.22% (-2.5)" style="background: rgb(193, 0, 17); color: white; white-space: pre; font-family: monospace;"> secrets</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="51.63% (-0.66)" style="background: rgb(102, 0, 108); color: white; white-space: pre; font-family: monospace;"> in</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="16.76% (-1.79)" style="background: rgb(175, 0, 35); color: white; white-space: pre; font-family: monospace;"> taking</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="7.92% (-2.54)" style="background: rgb(193, 0, 17); color: white; white-space: pre; font-family: monospace;"> set</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="54.58% (-0.61)" style="background: rgb(95, 0, 115); color: white; white-space: pre; font-family: monospace;"> away</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="42.51% (-0.86)" style="background: rgb(121, 0, 89); color: white; white-space: pre; font-family: monospace;"> and</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="1.45% (-4.23)" style="background: rgb(207, 0, 3); color: white; white-space: pre; font-family: monospace;"> yet</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="99.98% (-0.0002)" style="background: rgb(0, 0, 210); color: white; white-space: pre; font-family: monospace;">,</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="0.01% (-9.13)" style="background: rgb(210, 0, 0); color: white; white-space: pre; font-family: monospace;">—</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="0.01% (-9.25)" style="background: rgb(210, 0, 0); color: white; white-space: pre; font-family: monospace;">;</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="99.97% (-0.0003)" style="background: rgb(0, 0, 210); color: white; white-space: pre; font-family: monospace;">   </span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="0.03% (-8.13)" style="background: rgb(210, 0, 0); color: white; white-space: pre; font-family: monospace;">    </span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="0.001% (-11.13)" style="background: rgb(210, 0, 0); color: white; white-space: pre; font-family: monospace;">     </span></td></tr></table><br/>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="86.73% (-0.14)" style="background: rgb(28, 0, 182); color: white; white-space: pre; font-family: monospace;">Guid</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="6.28% (-2.77)" style="background: rgb(197, 0, 13); color: white; white-space: pre; font-family: monospace;">In</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="2.97% (-3.52)" style="background: rgb(204, 0, 6); color: white; white-space: pre; font-family: monospace;">Painting</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="92.42% (-0.08)" style="background: rgb(16, 0, 194); color: white; white-space: pre; font-family: monospace;"> the</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="2.17% (-3.83)" style="background: rgb(205, 0, 5); color: white; white-space: pre; font-family: monospace;"> silence</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="0.71% (-4.95)" style="background: rgb(209, 0, 1); color: white; white-space: pre; font-family: monospace;"> night&#39;s</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="54.77% (-0.6)" style="background: rgb(95, 0, 115); color: white; white-space: pre; font-family: monospace;"> sky</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="12.22% (-2.1)" style="background: rgb(184, 0, 26); color: white; white-space: pre; font-family: monospace;"> night</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="10.78% (-2.23)" style="background: rgb(187, 0, 23); color: white; white-space: pre; font-family: monospace;"> darkness</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="79.99% (-0.22)" style="background: rgb(42, 0, 168); color: white; white-space: pre; font-family: monospace;"> with</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="12.27% (-2.1)" style="background: rgb(184, 0, 26); color: white; white-space: pre; font-family: monospace;"> in</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="7.44% (-2.6)" style="background: rgb(194, 0, 16); color: white; white-space: pre; font-family: monospace;"> sky</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="34.35% (-1.07)" style="background: rgb(138, 0, 72); color: white; white-space: pre; font-family: monospace;"> a</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="30.31% (-1.19)" style="background: rgb(146, 0, 64); color: white; white-space: pre; font-family: monospace;"> the</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="30.31% (-1.19)" style="background: rgb(146, 0, 64); color: white; white-space: pre; font-family: monospace;"> their</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="21.89% (-1.52)" style="background: rgb(164, 0, 46); color: white; white-space: pre; font-family: monospace;"> glow</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="13.28% (-2.02)" style="background: rgb(182, 0, 28); color: white; white-space: pre; font-family: monospace;"> light</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="13.28% (-2.02)" style="background: rgb(182, 0, 28); color: white; white-space: pre; font-family: monospace;"> colors</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="49.42% (-0.7)" style="background: rgb(106, 0, 104); color: white; white-space: pre; font-family: monospace;"> of</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="43.62% (-0.83)" style="background: rgb(118, 0, 92); color: white; white-space: pre; font-family: monospace;">&#39;s</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="6.69% (-2.7)" style="background: rgb(196, 0, 14); color: white; white-space: pre; font-family: monospace;">’s</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="75.24% (-0.28)" style="background: rgb(52, 0, 158); color: white; white-space: pre; font-family: monospace;"> gentle</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="7.93% (-2.53)" style="background: rgb(193, 0, 17); color: white; white-space: pre; font-family: monospace;"> first</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="3.75% (-3.28)" style="background: rgb(202, 0, 8); color: white; white-space: pre; font-family: monospace;"> early</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="65.6% (-0.42)" style="background: rgb(72, 0, 138); color: white; white-space: pre; font-family: monospace;"> sway</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="16.59% (-1.8)" style="background: rgb(175, 0, 35); color: white; white-space: pre; font-family: monospace;"> gray</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="10.06% (-2.3)" style="background: rgb(189, 0, 21); color: white; white-space: pre; font-family: monospace;"> ray</span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="99.24% (-0.01)" style="background: rgb(2, 0, 208); color: white; white-space: pre; font-family: monospace;">.</span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="0.76% (-4.88)" style="background: rgb(208, 0, 2); color: white; white-space: pre; font-family: monospace;">.  </span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="0.0001% (-14.26)" style="background: rgb(210, 0, 0); color: white; white-space: pre; font-family: monospace;">. </span></td></tr></table>
<table class="toplogprobs" style="display: inline-block; padding: 0; margin: 0; border: solid 1px grey; border-radius: 0.2rem;"><tr><td style="border: none; padding: 0;"><span class="logprobs" title="58.2% (-0.54)" style="background: rgb(88, 0, 122); color: white; white-space: pre; font-family: monospace;">  </span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="35.3% (-1.04)" style="background: rgb(136, 0, 74); color: white; white-space: pre; font-family: monospace;">    </span></td></tr><tr><td style="border: none; padding: 0;"><span class="logprobs" title="6.13% (-2.79)" style="background: rgb(197, 0, 13); color: white; white-space: pre; font-family: monospace;">&lt;|end|&gt;</span></td></tr></table>

---