Compression-Lens / tests /golden /stress.output.html
Jellyfish042's picture
Checkpoint before tooltip palette update
350392a
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Model Comparison</title>
<style>
body {
font-family: Consolas, 'Courier New', monospace;
margin: 0;
padding: 0;
background-color: #f5f5f5;
}
.header {
background-color: #333;
color: white;
padding: 20px;
position: sticky;
top: 0;
z-index: 100;
}
.header h1 {
margin: 0 0 15px 0;
font-size: 18px;
}
.meta {
display: flex;
flex-wrap: wrap;
gap: 20px;
font-size: 12px;
color: #c8c8c8;
}
.legend {
display: flex;
gap: 15px;
margin-top: 10px;
}
.legend-item {
display: flex;
align-items: center;
gap: 5px;
}
.legend-box {
width: 20px;
height: 12px;
border: 1px solid #666;
}
.content {
background-color: white;
margin: 10px;
padding: 15px;
border: 1px solid #ccc;
font-size: 14px;
line-height: 1.8;
white-space: pre-wrap;
overflow-wrap: anywhere;
word-wrap: break-word;
position: relative;
}
.content span {
padding: 1px 0;
}
.word {
cursor: pointer;
position: relative;
}
.word:hover {
outline: 2px solid #007bff;
outline-offset: 1px;
}
.word.highlighted {
outline: 2px solid #ff6b6b;
outline-offset: 1px;
}
#svg-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 1000;
}
.link-line {
stroke: #007bff;
stroke-width: 2;
fill: none;
opacity: 0.7;
}
.link-dot {
fill: #007bff;
opacity: 0.8;
}
.token {
position: relative;
cursor: help;
}
.token:hover {
outline: 1px dashed #666;
}
.token-kind-control {
color: #f59e0b;
}
.token-kind-raw {
color: #fb7185;
}
#tooltip {
position: fixed;
background-color: rgba(0, 0, 0, 0.9);
color: white;
padding: 10px 14px;
border-radius: 6px;
font-size: 12px;
max-width: 500px;
z-index: 2000;
pointer-events: none;
display: none;
line-height: 1.6;
box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
#tooltip .label {
color: #aaa;
font-weight: bold;
}
#tooltip .bytes {
color: #a5f3fc;
font-family: monospace;
}
#tooltip .loss-a {
color: #86efac;
font-family: monospace;
}
#tooltip .loss-b {
color: #fca5a5;
font-family: monospace;
}
#tooltip .model-a {
color: #fcd34d;
}
#tooltip .model-b {
color: #7dd3fc;
}
#tooltip .topk-section {
margin-top: 8px;
padding-top: 8px;
border-top: 1px solid #555;
}
#tooltip .topk-container {
display: flex;
gap: 16px;
}
#tooltip .topk-column {
flex: 1;
min-width: 180px;
}
#tooltip .topk-title {
color: #aaa;
font-weight: bold;
margin-bottom: 4px;
font-size: 11px;
}
#tooltip .topk-title.model-a {
color: #86efac;
}
#tooltip .topk-title.model-b {
color: #fca5a5;
}
#tooltip .topk-list {
font-size: 11px;
}
#tooltip .topk-item {
display: flex;
gap: 4px;
padding: 1px 0;
align-items: flex-start;
}
#tooltip .token-block {
margin-top: 6px;
display: flex;
align-items: center;
gap: 6px;
white-space: nowrap;
}
#tooltip .token-chips {
display: flex;
flex-wrap: nowrap;
gap: 4px;
}
#tooltip .token-chip-group {
display: inline-flex;
align-items: center;
gap: 4px;
}
#tooltip .token-id {
color: #888;
font-family: monospace;
}
#tooltip .token-chip {
max-width: 100%;
}
#tooltip .topk-rank {
color: #888;
min-width: 18px;
}
#tooltip .topk-rank.hit {
color: #ffd700;
}
#tooltip .topk-token {
color: #a5f3fc;
white-space: pre-wrap;
overflow-wrap: anywhere;
word-break: break-word;
font-family: monospace;
background-color: rgba(255, 255, 255, 0.08);
padding: 0 4px;
border-radius: 3px;
display: inline-block;
max-width: 100%;
}
#tooltip .esc-control {
color: #fbbf24;
}
#tooltip .esc-raw {
color: #fb7185;
}
#tooltip .topk-prob {
color: #86efac;
min-width: 45px;
text-align: right;
}
#tooltip .topk-hit {
color: #22c55e;
}
#tooltip .topk-miss {
color: #ef4444;
font-style: italic;
}
</style>
</head>
<body>
<svg id="svg-overlay"></svg>
<div id="tooltip"></div>
<div class="header">
<div class="meta">
<div>Model A: RWKV7 (dummy)</div>
<div>Model B: Qwen3 (dummy)</div>
<div>RWKV Compression: 9.02%</div>
<div>Qwen Compression: 10.82%</div>
<div style="color: #64ff64">Avg Delta: -1.80%</div>
</div>
<div class="legend">
<div class="legend-item">
<div class="legend-box" style="background-color: rgb(77, 255, 77)"></div>
<span>RWKV better than avg</span>
</div>
<div class="legend-item">
<div class="legend-box" style="background-color: rgb(255, 255, 255)"></div>
<span>Equal to avg</span>
</div>
<div class="legend-item">
<div class="legend-box" style="background-color: rgb(255, 77, 77)"></div>
<span>RWKV worse than avg</span>
</div>
<div class="legend-item" style="margin-left: 20px;">
<span style="color: #aaa;">Color Range:</span>
<input type="range" id="color-range-slider" min="0" max="100" value="10" step="0.1" style="width: 200px; vertical-align: middle;">
<span id="color-range-value" style="color: #fff; min-width: 45px; display: inline-block;">10%</span>
</div>
</div>
</div>
<div class="content"></div>
<script id="render-model" type="application/json">{"text": "BEGIN TEST\n Leading spaces (2) + trailing spaces (2)··\nTAB_LITERAL: [START]\t[END] (there is a real TAB between)\n\nRaw escape-like text: \\n \\r \\t \\\\n \\\\r \\\\t \\\\x00 \\\\x1f \\\\x7f \\\\xff \\u0000 \\u202E \\u200F \\u200E\nBytes-ish hex: e5 bd 93 e7 84 b6 | 00 1f 7f ff | 0x00 0x1F 0x7F 0xFF | b\"\\x00\\x1f\\x7f\\xff\"\n\nHTML tags (should render as text, not tags):\n\u003cthink\u003e\u003c/think\u003e \u003cthink\u003einner\u003c/think\u003e \u003cscript\u003ealert('x')\u003c/script\u003e \u003cstyle\u003ebody{color:red}\u003c/style\u003e\n\u003cdiv class=\"x\" data-x=\"1 \u0026 2\"\u003eHello\u003c/div\u003e \u003cspan\u003eSpan\u003c/span\u003e \u003ca href=\"https://example.com?q=1\u0026x=\u003ctag\u003e\"\u003elink\u003c/a\u003e\n\u003cimg src=x onerror=alert(1)\u003e \u003cbr\u003e \u003chr\u003e \u003cp\u003epara\u003c/p\u003e \u003ctable\u003e\u003ctr\u003e\u003ctd\u003ecell\u003c/td\u003e\u003c/tr\u003e\u003c/table\u003e\nNested-ish: \u003c/span\u003e\u003cspan data-x=\"\u003c/span\u003e\"\u003econfuse\u003c/span\u003e\n\nHTML entities:\n\u0026lt;think\u0026gt; \u0026lt;/think\u0026gt; \u0026amp; \u0026quot; \u0026#39; \u0026nbsp; \u0026#10; \u0026#x3C; \u0026#x3E; \u0026#x26;\n\nMarkdown-ish:\n# H1\n## H2\n- list item 1\n- list item 2\n\u003e blockquote\n--- (three hyphens)\n\nLanguages:\n中文 简体/繁體 日本語 かな カタカナ 한국어 العربية עברית हिन्दी ไทย Русский Ελληνικά Español Français Português Türkçe Việt\nRTL mix: العربية ABC עברית 123 (mixed direction)\n", "tokens": [{"byte_start": 0, "byte_end": 1, "display": {"text": "B", "kind": "normal"}, "is_word": true, "word_id": 0, "word_key": "b", "bytes_hex": "42", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1, "byte_end": 2, "display": {"text": "E", "kind": "normal"}, "is_word": true, "word_id": 1, "word_key": "e", "bytes_hex": "45", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 2, "byte_end": 3, "display": {"text": "G", "kind": "normal"}, "is_word": true, "word_id": 2, "word_key": "g", "bytes_hex": "47", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 3, "byte_end": 4, "display": {"text": "I", "kind": "normal"}, "is_word": true, "word_id": 3, "word_key": "i", "bytes_hex": "49", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 4, "byte_end": 5, "display": {"text": "N", "kind": "normal"}, "is_word": true, "word_id": 4, "word_key": "n", "bytes_hex": "4e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 5, "byte_end": 6, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 6, "byte_end": 7, "display": {"text": "T", "kind": "normal"}, "is_word": true, "word_id": 5, "word_key": "t", "bytes_hex": "54", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 7, "byte_end": 8, "display": {"text": "E", "kind": "normal"}, "is_word": true, "word_id": 6, "word_key": "e", "bytes_hex": "45", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 8, "byte_end": 9, "display": {"text": "S", "kind": "normal"}, "is_word": true, "word_id": 7, "word_key": "s", "bytes_hex": "53", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 9, "byte_end": 10, "display": {"text": "T", "kind": "normal"}, "is_word": true, "word_id": 8, "word_key": "t", "bytes_hex": "54", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 10, "byte_end": 11, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 11, "byte_end": 12, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 12, "byte_end": 13, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 13, "byte_end": 14, "display": {"text": "L", "kind": "normal"}, "is_word": true, "word_id": 9, "word_key": "l", "bytes_hex": "4c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 14, "byte_end": 15, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 10, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 15, "byte_end": 16, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 11, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 16, "byte_end": 17, "display": {"text": "d", "kind": "normal"}, "is_word": true, "word_id": 12, "word_key": "d", "bytes_hex": "64", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 17, "byte_end": 18, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 13, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 18, "byte_end": 19, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 14, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 19, "byte_end": 20, "display": {"text": "g", "kind": "normal"}, "is_word": true, "word_id": 15, "word_key": "g", "bytes_hex": "67", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 20, "byte_end": 21, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 21, "byte_end": 22, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 16, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 22, "byte_end": 23, "display": {"text": "p", "kind": "normal"}, "is_word": true, "word_id": 17, "word_key": "p", "bytes_hex": "70", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 23, "byte_end": 24, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 18, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 24, "byte_end": 25, "display": {"text": "c", "kind": "normal"}, "is_word": true, "word_id": 19, "word_key": "c", "bytes_hex": "63", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 25, "byte_end": 26, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 20, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 26, "byte_end": 27, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 21, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 27, "byte_end": 28, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 28, "byte_end": 29, "display": {"text": "(", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "28", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 29, "byte_end": 30, "display": {"text": "2", "kind": "normal"}, "is_word": true, "word_id": 22, "word_key": "2", "bytes_hex": "32", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 30, "byte_end": 31, "display": {"text": ")", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "29", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 31, "byte_end": 32, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 32, "byte_end": 33, "display": {"text": "+", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 33, "byte_end": 34, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 34, "byte_end": 35, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 23, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 35, "byte_end": 36, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 24, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 36, "byte_end": 37, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 25, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 37, "byte_end": 38, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 26, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 38, "byte_end": 39, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 27, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 39, "byte_end": 40, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 28, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 40, "byte_end": 41, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 29, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 41, "byte_end": 42, "display": {"text": "g", "kind": "normal"}, "is_word": true, "word_id": 30, "word_key": "g", "bytes_hex": "67", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 42, "byte_end": 43, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 43, "byte_end": 44, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 31, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 44, "byte_end": 45, "display": {"text": "p", "kind": "normal"}, "is_word": true, "word_id": 32, "word_key": "p", "bytes_hex": "70", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 45, "byte_end": 46, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 33, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 46, "byte_end": 47, "display": {"text": "c", "kind": "normal"}, "is_word": true, "word_id": 34, "word_key": "c", "bytes_hex": "63", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 47, "byte_end": 48, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 35, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 48, "byte_end": 49, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 36, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 49, "byte_end": 50, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 50, "byte_end": 51, "display": {"text": "(", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "28", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 51, "byte_end": 52, "display": {"text": "2", "kind": "normal"}, "is_word": true, "word_id": 37, "word_key": "2", "bytes_hex": "32", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 52, "byte_end": 53, "display": {"text": ")", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "29", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 53, "byte_end": 55, "display": {"text": "·", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "c2 b7", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 55, "byte_end": 57, "display": {"text": "·", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "c2 b7", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 57, "byte_end": 58, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 58, "byte_end": 59, "display": {"text": "T", "kind": "normal"}, "is_word": true, "word_id": 38, "word_key": "t", "bytes_hex": "54", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 59, "byte_end": 60, "display": {"text": "A", "kind": "normal"}, "is_word": true, "word_id": 39, "word_key": "a", "bytes_hex": "41", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 60, "byte_end": 61, "display": {"text": "B", "kind": "normal"}, "is_word": true, "word_id": 40, "word_key": "b", "bytes_hex": "42", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 61, "byte_end": 62, "display": {"text": "_", "kind": "normal"}, "is_word": true, "word_id": 41, "word_key": "_", "bytes_hex": "5f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 62, "byte_end": 63, "display": {"text": "L", "kind": "normal"}, "is_word": true, "word_id": 42, "word_key": "l", "bytes_hex": "4c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 63, "byte_end": 64, "display": {"text": "I", "kind": "normal"}, "is_word": true, "word_id": 43, "word_key": "i", "bytes_hex": "49", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 64, "byte_end": 65, "display": {"text": "T", "kind": "normal"}, "is_word": true, "word_id": 44, "word_key": "t", "bytes_hex": "54", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 65, "byte_end": 66, "display": {"text": "E", "kind": "normal"}, "is_word": true, "word_id": 45, "word_key": "e", "bytes_hex": "45", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 66, "byte_end": 67, "display": {"text": "R", "kind": "normal"}, "is_word": true, "word_id": 46, "word_key": "r", "bytes_hex": "52", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 67, "byte_end": 68, "display": {"text": "A", "kind": "normal"}, "is_word": true, "word_id": 47, "word_key": "a", "bytes_hex": "41", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 68, "byte_end": 69, "display": {"text": "L", "kind": "normal"}, "is_word": true, "word_id": 48, "word_key": "l", "bytes_hex": "4c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 69, "byte_end": 70, "display": {"text": ":", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 70, "byte_end": 71, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 71, "byte_end": 72, "display": {"text": "[", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 72, "byte_end": 73, "display": {"text": "S", "kind": "normal"}, "is_word": true, "word_id": 49, "word_key": "s", "bytes_hex": "53", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 73, "byte_end": 74, "display": {"text": "T", "kind": "normal"}, "is_word": true, "word_id": 50, "word_key": "t", "bytes_hex": "54", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 74, "byte_end": 75, "display": {"text": "A", "kind": "normal"}, "is_word": true, "word_id": 51, "word_key": "a", "bytes_hex": "41", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 75, "byte_end": 76, "display": {"text": "R", "kind": "normal"}, "is_word": true, "word_id": 52, "word_key": "r", "bytes_hex": "52", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 76, "byte_end": 77, "display": {"text": "T", "kind": "normal"}, "is_word": true, "word_id": 53, "word_key": "t", "bytes_hex": "54", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 77, "byte_end": 78, "display": {"text": "]", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 78, "byte_end": 79, "display": {"text": "\t", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "09", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 79, "byte_end": 80, "display": {"text": "[", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 80, "byte_end": 81, "display": {"text": "E", "kind": "normal"}, "is_word": true, "word_id": 54, "word_key": "e", "bytes_hex": "45", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 81, "byte_end": 82, "display": {"text": "N", "kind": "normal"}, "is_word": true, "word_id": 55, "word_key": "n", "bytes_hex": "4e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 82, "byte_end": 83, "display": {"text": "D", "kind": "normal"}, "is_word": true, "word_id": 56, "word_key": "d", "bytes_hex": "44", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 83, "byte_end": 84, "display": {"text": "]", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 84, "byte_end": 85, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 85, "byte_end": 86, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 86, "byte_end": 87, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 87, "byte_end": 88, "display": {"text": "(", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "28", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 88, "byte_end": 89, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 57, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 89, "byte_end": 90, "display": {"text": "h", "kind": "normal"}, "is_word": true, "word_id": 58, "word_key": "h", "bytes_hex": "68", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 90, "byte_end": 91, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 59, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 91, "byte_end": 92, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 60, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 92, "byte_end": 93, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 61, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 93, "byte_end": 94, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 94, "byte_end": 95, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 62, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 95, "byte_end": 96, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 63, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 96, "byte_end": 97, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 97, "byte_end": 98, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 64, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 98, "byte_end": 99, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 99, "byte_end": 100, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 65, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 100, "byte_end": 101, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 66, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 101, "byte_end": 102, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 67, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 102, "byte_end": 103, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 68, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 103, "byte_end": 104, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 104, "byte_end": 105, "display": {"text": "T", "kind": "normal"}, "is_word": true, "word_id": 69, "word_key": "t", "bytes_hex": "54", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 105, "byte_end": 106, "display": {"text": "A", "kind": "normal"}, "is_word": true, "word_id": 70, "word_key": "a", "bytes_hex": "41", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 106, "byte_end": 107, "display": {"text": "B", "kind": "normal"}, "is_word": true, "word_id": 71, "word_key": "b", "bytes_hex": "42", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 107, "byte_end": 108, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 108, "byte_end": 109, "display": {"text": "b", "kind": "normal"}, "is_word": true, "word_id": 72, "word_key": "b", "bytes_hex": "62", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 109, "byte_end": 110, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 73, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 110, "byte_end": 111, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 74, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 111, "byte_end": 112, "display": {"text": "w", "kind": "normal"}, "is_word": true, "word_id": 75, "word_key": "w", "bytes_hex": "77", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 112, "byte_end": 113, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 76, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 113, "byte_end": 114, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 77, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 114, "byte_end": 115, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 78, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 115, "byte_end": 116, "display": {"text": ")", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "29", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 116, "byte_end": 117, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 117, "byte_end": 118, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 118, "byte_end": 119, "display": {"text": "R", "kind": "normal"}, "is_word": true, "word_id": 79, "word_key": "r", "bytes_hex": "52", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 119, "byte_end": 120, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 80, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 120, "byte_end": 121, "display": {"text": "w", "kind": "normal"}, "is_word": true, "word_id": 81, "word_key": "w", "bytes_hex": "77", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 121, "byte_end": 122, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 122, "byte_end": 123, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 82, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 123, "byte_end": 124, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 83, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 124, "byte_end": 125, "display": {"text": "c", "kind": "normal"}, "is_word": true, "word_id": 84, "word_key": "c", "bytes_hex": "63", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 125, "byte_end": 126, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 85, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 126, "byte_end": 127, "display": {"text": "p", "kind": "normal"}, "is_word": true, "word_id": 86, "word_key": "p", "bytes_hex": "70", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 127, "byte_end": 128, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 87, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 128, "byte_end": 129, "display": {"text": "-", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 129, "byte_end": 130, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 88, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 130, "byte_end": 131, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 89, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 131, "byte_end": 132, "display": {"text": "k", "kind": "normal"}, "is_word": true, "word_id": 90, "word_key": "k", "bytes_hex": "6b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 132, "byte_end": 133, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 91, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 133, "byte_end": 134, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 134, "byte_end": 135, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 92, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 135, "byte_end": 136, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 93, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 136, "byte_end": 137, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 94, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 137, "byte_end": 138, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 95, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 138, "byte_end": 139, "display": {"text": ":", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 139, "byte_end": 140, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 140, "byte_end": 141, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 141, "byte_end": 142, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 96, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 142, "byte_end": 143, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 143, "byte_end": 144, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 144, "byte_end": 145, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 97, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 145, "byte_end": 146, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 146, "byte_end": 147, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 147, "byte_end": 148, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 98, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 148, "byte_end": 149, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 149, "byte_end": 150, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 150, "byte_end": 151, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 151, "byte_end": 152, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 99, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 152, "byte_end": 153, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 153, "byte_end": 154, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 154, "byte_end": 155, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 155, "byte_end": 156, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 100, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 156, "byte_end": 157, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 157, "byte_end": 158, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 158, "byte_end": 159, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 159, "byte_end": 160, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 101, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 160, "byte_end": 161, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 161, "byte_end": 162, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 162, "byte_end": 163, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 163, "byte_end": 164, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 102, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 164, "byte_end": 165, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 103, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 165, "byte_end": 166, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 104, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 166, "byte_end": 167, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 167, "byte_end": 168, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 168, "byte_end": 169, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 169, "byte_end": 170, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 105, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 170, "byte_end": 171, "display": {"text": "1", "kind": "normal"}, "is_word": true, "word_id": 106, "word_key": "1", "bytes_hex": "31", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 171, "byte_end": 172, "display": {"text": "f", "kind": "normal"}, "is_word": true, "word_id": 107, "word_key": "f", "bytes_hex": "66", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 172, "byte_end": 173, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 173, "byte_end": 174, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 174, "byte_end": 175, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 175, "byte_end": 176, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 108, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 176, "byte_end": 177, "display": {"text": "7", "kind": "normal"}, "is_word": true, "word_id": 109, "word_key": "7", "bytes_hex": "37", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 177, "byte_end": 178, "display": {"text": "f", "kind": "normal"}, "is_word": true, "word_id": 110, "word_key": "f", "bytes_hex": "66", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 178, "byte_end": 179, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 179, "byte_end": 180, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 180, "byte_end": 181, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 181, "byte_end": 182, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 111, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 182, "byte_end": 183, "display": {"text": "f", "kind": "normal"}, "is_word": true, "word_id": 112, "word_key": "f", "bytes_hex": "66", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 183, "byte_end": 184, "display": {"text": "f", "kind": "normal"}, "is_word": true, "word_id": 113, "word_key": "f", "bytes_hex": "66", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 184, "byte_end": 185, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 185, "byte_end": 186, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 186, "byte_end": 187, "display": {"text": "u", "kind": "normal"}, "is_word": true, "word_id": 114, "word_key": "u", "bytes_hex": "75", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 187, "byte_end": 188, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 115, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 188, "byte_end": 189, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 116, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 189, "byte_end": 190, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 117, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 190, "byte_end": 191, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 118, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 191, "byte_end": 192, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 192, "byte_end": 193, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 193, "byte_end": 194, "display": {"text": "u", "kind": "normal"}, "is_word": true, "word_id": 119, "word_key": "u", "bytes_hex": "75", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 194, "byte_end": 195, "display": {"text": "2", "kind": "normal"}, "is_word": true, "word_id": 120, "word_key": "2", "bytes_hex": "32", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 195, "byte_end": 196, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 121, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 196, "byte_end": 197, "display": {"text": "2", "kind": "normal"}, "is_word": true, "word_id": 122, "word_key": "2", "bytes_hex": "32", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 197, "byte_end": 198, "display": {"text": "E", "kind": "normal"}, "is_word": true, "word_id": 123, "word_key": "e", "bytes_hex": "45", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 198, "byte_end": 199, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 199, "byte_end": 200, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 200, "byte_end": 201, "display": {"text": "u", "kind": "normal"}, "is_word": true, "word_id": 124, "word_key": "u", "bytes_hex": "75", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 201, "byte_end": 202, "display": {"text": "2", "kind": "normal"}, "is_word": true, "word_id": 125, "word_key": "2", "bytes_hex": "32", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 202, "byte_end": 203, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 126, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 203, "byte_end": 204, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 127, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 204, "byte_end": 205, "display": {"text": "F", "kind": "normal"}, "is_word": true, "word_id": 128, "word_key": "f", "bytes_hex": "46", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 205, "byte_end": 206, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 206, "byte_end": 207, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 207, "byte_end": 208, "display": {"text": "u", "kind": "normal"}, "is_word": true, "word_id": 129, "word_key": "u", "bytes_hex": "75", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 208, "byte_end": 209, "display": {"text": "2", "kind": "normal"}, "is_word": true, "word_id": 130, "word_key": "2", "bytes_hex": "32", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 209, "byte_end": 210, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 131, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 210, "byte_end": 211, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 132, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 211, "byte_end": 212, "display": {"text": "E", "kind": "normal"}, "is_word": true, "word_id": 133, "word_key": "e", "bytes_hex": "45", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 212, "byte_end": 213, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 213, "byte_end": 214, "display": {"text": "B", "kind": "normal"}, "is_word": true, "word_id": 134, "word_key": "b", "bytes_hex": "42", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 214, "byte_end": 215, "display": {"text": "y", "kind": "normal"}, "is_word": true, "word_id": 135, "word_key": "y", "bytes_hex": "79", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 215, "byte_end": 216, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 136, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 216, "byte_end": 217, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 137, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 217, "byte_end": 218, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 138, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 218, "byte_end": 219, "display": {"text": "-", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 219, "byte_end": 220, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 139, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 220, "byte_end": 221, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 140, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 221, "byte_end": 222, "display": {"text": "h", "kind": "normal"}, "is_word": true, "word_id": 141, "word_key": "h", "bytes_hex": "68", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 222, "byte_end": 223, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 223, "byte_end": 224, "display": {"text": "h", "kind": "normal"}, "is_word": true, "word_id": 142, "word_key": "h", "bytes_hex": "68", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 224, "byte_end": 225, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 143, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 225, "byte_end": 226, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 144, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 226, "byte_end": 227, "display": {"text": ":", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 227, "byte_end": 228, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 228, "byte_end": 229, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 145, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 229, "byte_end": 230, "display": {"text": "5", "kind": "normal"}, "is_word": true, "word_id": 146, "word_key": "5", "bytes_hex": "35", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 230, "byte_end": 231, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 231, "byte_end": 232, "display": {"text": "b", "kind": "normal"}, "is_word": true, "word_id": 147, "word_key": "b", "bytes_hex": "62", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 232, "byte_end": 233, "display": {"text": "d", "kind": "normal"}, "is_word": true, "word_id": 148, "word_key": "d", "bytes_hex": "64", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 233, "byte_end": 234, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 234, "byte_end": 235, "display": {"text": "9", "kind": "normal"}, "is_word": true, "word_id": 149, "word_key": "9", "bytes_hex": "39", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 235, "byte_end": 236, "display": {"text": "3", "kind": "normal"}, "is_word": true, "word_id": 150, "word_key": "3", "bytes_hex": "33", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 236, "byte_end": 237, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 237, "byte_end": 238, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 151, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 238, "byte_end": 239, "display": {"text": "7", "kind": "normal"}, "is_word": true, "word_id": 152, "word_key": "7", "bytes_hex": "37", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 239, "byte_end": 240, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 240, "byte_end": 241, "display": {"text": "8", "kind": "normal"}, "is_word": true, "word_id": 153, "word_key": "8", "bytes_hex": "38", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 241, "byte_end": 242, "display": {"text": "4", "kind": "normal"}, "is_word": true, "word_id": 154, "word_key": "4", "bytes_hex": "34", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 242, "byte_end": 243, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 243, "byte_end": 244, "display": {"text": "b", "kind": "normal"}, "is_word": true, "word_id": 155, "word_key": "b", "bytes_hex": "62", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 244, "byte_end": 245, "display": {"text": "6", "kind": "normal"}, "is_word": true, "word_id": 156, "word_key": "6", "bytes_hex": "36", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 245, "byte_end": 246, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 246, "byte_end": 247, "display": {"text": "|", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "7c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 247, "byte_end": 248, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 248, "byte_end": 249, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 157, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 249, "byte_end": 250, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 158, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 250, "byte_end": 251, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 251, "byte_end": 252, "display": {"text": "1", "kind": "normal"}, "is_word": true, "word_id": 159, "word_key": "1", "bytes_hex": "31", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 252, "byte_end": 253, "display": {"text": "f", "kind": "normal"}, "is_word": true, "word_id": 160, "word_key": "f", "bytes_hex": "66", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 253, "byte_end": 254, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 254, "byte_end": 255, "display": {"text": "7", "kind": "normal"}, "is_word": true, "word_id": 161, "word_key": "7", "bytes_hex": "37", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 255, "byte_end": 256, "display": {"text": "f", "kind": "normal"}, "is_word": true, "word_id": 162, "word_key": "f", "bytes_hex": "66", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 256, "byte_end": 257, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 257, "byte_end": 258, "display": {"text": "f", "kind": "normal"}, "is_word": true, "word_id": 163, "word_key": "f", "bytes_hex": "66", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 258, "byte_end": 259, "display": {"text": "f", "kind": "normal"}, "is_word": true, "word_id": 164, "word_key": "f", "bytes_hex": "66", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 259, "byte_end": 260, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 260, "byte_end": 261, "display": {"text": "|", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "7c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 261, "byte_end": 262, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 262, "byte_end": 263, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 165, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 263, "byte_end": 264, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 166, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 264, "byte_end": 265, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 167, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 265, "byte_end": 266, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 168, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 266, "byte_end": 267, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 267, "byte_end": 268, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 169, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 268, "byte_end": 269, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 170, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 269, "byte_end": 270, "display": {"text": "1", "kind": "normal"}, "is_word": true, "word_id": 171, "word_key": "1", "bytes_hex": "31", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 270, "byte_end": 271, "display": {"text": "F", "kind": "normal"}, "is_word": true, "word_id": 172, "word_key": "f", "bytes_hex": "46", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 271, "byte_end": 272, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 272, "byte_end": 273, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 173, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 273, "byte_end": 274, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 174, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 274, "byte_end": 275, "display": {"text": "7", "kind": "normal"}, "is_word": true, "word_id": 175, "word_key": "7", "bytes_hex": "37", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 275, "byte_end": 276, "display": {"text": "F", "kind": "normal"}, "is_word": true, "word_id": 176, "word_key": "f", "bytes_hex": "46", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 276, "byte_end": 277, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 277, "byte_end": 278, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 177, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 278, "byte_end": 279, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 178, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 279, "byte_end": 280, "display": {"text": "F", "kind": "normal"}, "is_word": true, "word_id": 179, "word_key": "f", "bytes_hex": "46", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 280, "byte_end": 281, "display": {"text": "F", "kind": "normal"}, "is_word": true, "word_id": 180, "word_key": "f", "bytes_hex": "46", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 281, "byte_end": 282, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 282, "byte_end": 283, "display": {"text": "|", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "7c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 283, "byte_end": 284, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 284, "byte_end": 285, "display": {"text": "b", "kind": "normal"}, "is_word": true, "word_id": 181, "word_key": "b", "bytes_hex": "62", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 285, "byte_end": 286, "display": {"text": "\"", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "22", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 286, "byte_end": 287, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 287, "byte_end": 288, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 182, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 288, "byte_end": 289, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 183, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 289, "byte_end": 290, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 184, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 290, "byte_end": 291, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 291, "byte_end": 292, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 185, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 292, "byte_end": 293, "display": {"text": "1", "kind": "normal"}, "is_word": true, "word_id": 186, "word_key": "1", "bytes_hex": "31", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 293, "byte_end": 294, "display": {"text": "f", "kind": "normal"}, "is_word": true, "word_id": 187, "word_key": "f", "bytes_hex": "66", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 294, "byte_end": 295, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 295, "byte_end": 296, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 188, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 296, "byte_end": 297, "display": {"text": "7", "kind": "normal"}, "is_word": true, "word_id": 189, "word_key": "7", "bytes_hex": "37", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 297, "byte_end": 298, "display": {"text": "f", "kind": "normal"}, "is_word": true, "word_id": 190, "word_key": "f", "bytes_hex": "66", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 298, "byte_end": 299, "display": {"text": "\\", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "5c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 299, "byte_end": 300, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 191, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 300, "byte_end": 301, "display": {"text": "f", "kind": "normal"}, "is_word": true, "word_id": 192, "word_key": "f", "bytes_hex": "66", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 301, "byte_end": 302, "display": {"text": "f", "kind": "normal"}, "is_word": true, "word_id": 193, "word_key": "f", "bytes_hex": "66", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 302, "byte_end": 303, "display": {"text": "\"", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "22", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 303, "byte_end": 304, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 304, "byte_end": 305, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 305, "byte_end": 306, "display": {"text": "H", "kind": "normal"}, "is_word": true, "word_id": 194, "word_key": "h", "bytes_hex": "48", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 306, "byte_end": 307, "display": {"text": "T", "kind": "normal"}, "is_word": true, "word_id": 195, "word_key": "t", "bytes_hex": "54", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 307, "byte_end": 308, "display": {"text": "M", "kind": "normal"}, "is_word": true, "word_id": 196, "word_key": "m", "bytes_hex": "4d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 308, "byte_end": 309, "display": {"text": "L", "kind": "normal"}, "is_word": true, "word_id": 197, "word_key": "l", "bytes_hex": "4c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 309, "byte_end": 310, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 310, "byte_end": 311, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 198, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 311, "byte_end": 312, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 199, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 312, "byte_end": 313, "display": {"text": "g", "kind": "normal"}, "is_word": true, "word_id": 200, "word_key": "g", "bytes_hex": "67", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 313, "byte_end": 314, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 201, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 314, "byte_end": 315, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 315, "byte_end": 316, "display": {"text": "(", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "28", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 316, "byte_end": 317, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 202, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 317, "byte_end": 318, "display": {"text": "h", "kind": "normal"}, "is_word": true, "word_id": 203, "word_key": "h", "bytes_hex": "68", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 318, "byte_end": 319, "display": {"text": "o", "kind": "normal"}, "is_word": true, "word_id": 204, "word_key": "o", "bytes_hex": "6f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 319, "byte_end": 320, "display": {"text": "u", "kind": "normal"}, "is_word": true, "word_id": 205, "word_key": "u", "bytes_hex": "75", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 320, "byte_end": 321, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 206, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 321, "byte_end": 322, "display": {"text": "d", "kind": "normal"}, "is_word": true, "word_id": 207, "word_key": "d", "bytes_hex": "64", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 322, "byte_end": 323, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 323, "byte_end": 324, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 208, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 324, "byte_end": 325, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 209, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 325, "byte_end": 326, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 210, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 326, "byte_end": 327, "display": {"text": "d", "kind": "normal"}, "is_word": true, "word_id": 211, "word_key": "d", "bytes_hex": "64", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 327, "byte_end": 328, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 212, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 328, "byte_end": 329, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 213, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 329, "byte_end": 330, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 330, "byte_end": 331, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 214, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 331, "byte_end": 332, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 215, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 332, "byte_end": 333, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 333, "byte_end": 334, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 216, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 334, "byte_end": 335, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 217, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 335, "byte_end": 336, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 218, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 336, "byte_end": 337, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 219, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 337, "byte_end": 338, "display": {"text": ",", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 338, "byte_end": 339, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 339, "byte_end": 340, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 220, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 340, "byte_end": 341, "display": {"text": "o", "kind": "normal"}, "is_word": true, "word_id": 221, "word_key": "o", "bytes_hex": "6f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 341, "byte_end": 342, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 222, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 342, "byte_end": 343, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 343, "byte_end": 344, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 223, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 344, "byte_end": 345, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 224, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 345, "byte_end": 346, "display": {"text": "g", "kind": "normal"}, "is_word": true, "word_id": 225, "word_key": "g", "bytes_hex": "67", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 346, "byte_end": 347, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 226, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 347, "byte_end": 348, "display": {"text": ")", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "29", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 348, "byte_end": 349, "display": {"text": ":", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 349, "byte_end": 350, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 350, "byte_end": 351, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 351, "byte_end": 352, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 227, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 352, "byte_end": 353, "display": {"text": "h", "kind": "normal"}, "is_word": true, "word_id": 228, "word_key": "h", "bytes_hex": "68", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 353, "byte_end": 354, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 229, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 354, "byte_end": 355, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 230, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 355, "byte_end": 356, "display": {"text": "k", "kind": "normal"}, "is_word": true, "word_id": 231, "word_key": "k", "bytes_hex": "6b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 356, "byte_end": 357, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 357, "byte_end": 358, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 358, "byte_end": 359, "display": {"text": "/", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 359, "byte_end": 360, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 232, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 360, "byte_end": 361, "display": {"text": "h", "kind": "normal"}, "is_word": true, "word_id": 233, "word_key": "h", "bytes_hex": "68", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 361, "byte_end": 362, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 234, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 362, "byte_end": 363, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 235, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 363, "byte_end": 364, "display": {"text": "k", "kind": "normal"}, "is_word": true, "word_id": 236, "word_key": "k", "bytes_hex": "6b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 364, "byte_end": 365, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 365, "byte_end": 366, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 366, "byte_end": 367, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 367, "byte_end": 368, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 237, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 368, "byte_end": 369, "display": {"text": "h", "kind": "normal"}, "is_word": true, "word_id": 238, "word_key": "h", "bytes_hex": "68", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 369, "byte_end": 370, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 239, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 370, "byte_end": 371, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 240, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 371, "byte_end": 372, "display": {"text": "k", "kind": "normal"}, "is_word": true, "word_id": 241, "word_key": "k", "bytes_hex": "6b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 372, "byte_end": 373, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 373, "byte_end": 374, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 242, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 374, "byte_end": 375, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 243, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 375, "byte_end": 376, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 244, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 376, "byte_end": 377, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 245, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 377, "byte_end": 378, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 246, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 378, "byte_end": 379, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 379, "byte_end": 380, "display": {"text": "/", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 380, "byte_end": 381, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 247, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 381, "byte_end": 382, "display": {"text": "h", "kind": "normal"}, "is_word": true, "word_id": 248, "word_key": "h", "bytes_hex": "68", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 382, "byte_end": 383, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 249, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 383, "byte_end": 384, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 250, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 384, "byte_end": 385, "display": {"text": "k", "kind": "normal"}, "is_word": true, "word_id": 251, "word_key": "k", "bytes_hex": "6b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 385, "byte_end": 386, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 386, "byte_end": 387, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 387, "byte_end": 388, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 388, "byte_end": 389, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 252, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 389, "byte_end": 390, "display": {"text": "c", "kind": "normal"}, "is_word": true, "word_id": 253, "word_key": "c", "bytes_hex": "63", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 390, "byte_end": 391, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 254, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 391, "byte_end": 392, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 255, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 392, "byte_end": 393, "display": {"text": "p", "kind": "normal"}, "is_word": true, "word_id": 256, "word_key": "p", "bytes_hex": "70", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 393, "byte_end": 394, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 257, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 394, "byte_end": 395, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 395, "byte_end": 396, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 258, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 396, "byte_end": 397, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 259, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 397, "byte_end": 398, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 260, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 398, "byte_end": 399, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 261, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 399, "byte_end": 400, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 262, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 400, "byte_end": 401, "display": {"text": "(", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "28", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 401, "byte_end": 402, "display": {"text": "'", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "27", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 402, "byte_end": 403, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 263, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 403, "byte_end": 404, "display": {"text": "'", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "27", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 404, "byte_end": 405, "display": {"text": ")", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "29", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 405, "byte_end": 406, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 406, "byte_end": 407, "display": {"text": "/", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 407, "byte_end": 408, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 264, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 408, "byte_end": 409, "display": {"text": "c", "kind": "normal"}, "is_word": true, "word_id": 265, "word_key": "c", "bytes_hex": "63", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 409, "byte_end": 410, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 266, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 410, "byte_end": 411, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 267, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 411, "byte_end": 412, "display": {"text": "p", "kind": "normal"}, "is_word": true, "word_id": 268, "word_key": "p", "bytes_hex": "70", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 412, "byte_end": 413, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 269, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 413, "byte_end": 414, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 414, "byte_end": 415, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 415, "byte_end": 416, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 416, "byte_end": 417, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 270, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 417, "byte_end": 418, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 271, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 418, "byte_end": 419, "display": {"text": "y", "kind": "normal"}, "is_word": true, "word_id": 272, "word_key": "y", "bytes_hex": "79", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 419, "byte_end": 420, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 273, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 420, "byte_end": 421, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 274, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 421, "byte_end": 422, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 422, "byte_end": 423, "display": {"text": "b", "kind": "normal"}, "is_word": true, "word_id": 275, "word_key": "b", "bytes_hex": "62", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 423, "byte_end": 424, "display": {"text": "o", "kind": "normal"}, "is_word": true, "word_id": 276, "word_key": "o", "bytes_hex": "6f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 424, "byte_end": 425, "display": {"text": "d", "kind": "normal"}, "is_word": true, "word_id": 277, "word_key": "d", "bytes_hex": "64", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 425, "byte_end": 426, "display": {"text": "y", "kind": "normal"}, "is_word": true, "word_id": 278, "word_key": "y", "bytes_hex": "79", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 426, "byte_end": 427, "display": {"text": "{", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "7b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 427, "byte_end": 428, "display": {"text": "c", "kind": "normal"}, "is_word": true, "word_id": 279, "word_key": "c", "bytes_hex": "63", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 428, "byte_end": 429, "display": {"text": "o", "kind": "normal"}, "is_word": true, "word_id": 280, "word_key": "o", "bytes_hex": "6f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 429, "byte_end": 430, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 281, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 430, "byte_end": 431, "display": {"text": "o", "kind": "normal"}, "is_word": true, "word_id": 282, "word_key": "o", "bytes_hex": "6f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 431, "byte_end": 432, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 283, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 432, "byte_end": 433, "display": {"text": ":", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 433, "byte_end": 434, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 284, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 434, "byte_end": 435, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 285, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 435, "byte_end": 436, "display": {"text": "d", "kind": "normal"}, "is_word": true, "word_id": 286, "word_key": "d", "bytes_hex": "64", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 436, "byte_end": 437, "display": {"text": "}", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "7d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 437, "byte_end": 438, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 438, "byte_end": 439, "display": {"text": "/", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 439, "byte_end": 440, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 287, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 440, "byte_end": 441, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 288, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 441, "byte_end": 442, "display": {"text": "y", "kind": "normal"}, "is_word": true, "word_id": 289, "word_key": "y", "bytes_hex": "79", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 442, "byte_end": 443, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 290, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 443, "byte_end": 444, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 291, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 444, "byte_end": 445, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 445, "byte_end": 446, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 446, "byte_end": 447, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 447, "byte_end": 448, "display": {"text": "d", "kind": "normal"}, "is_word": true, "word_id": 292, "word_key": "d", "bytes_hex": "64", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 448, "byte_end": 449, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 293, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 449, "byte_end": 450, "display": {"text": "v", "kind": "normal"}, "is_word": true, "word_id": 294, "word_key": "v", "bytes_hex": "76", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 450, "byte_end": 451, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 451, "byte_end": 452, "display": {"text": "c", "kind": "normal"}, "is_word": true, "word_id": 295, "word_key": "c", "bytes_hex": "63", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 452, "byte_end": 453, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 296, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 453, "byte_end": 454, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 297, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 454, "byte_end": 455, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 298, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 455, "byte_end": 456, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 299, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 456, "byte_end": 457, "display": {"text": "=", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 457, "byte_end": 458, "display": {"text": "\"", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "22", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 458, "byte_end": 459, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 300, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 459, "byte_end": 460, "display": {"text": "\"", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "22", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 460, "byte_end": 461, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 461, "byte_end": 462, "display": {"text": "d", "kind": "normal"}, "is_word": true, "word_id": 301, "word_key": "d", "bytes_hex": "64", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 462, "byte_end": 463, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 302, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 463, "byte_end": 464, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 303, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 464, "byte_end": 465, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 304, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 465, "byte_end": 466, "display": {"text": "-", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 466, "byte_end": 467, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 305, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 467, "byte_end": 468, "display": {"text": "=", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 468, "byte_end": 469, "display": {"text": "\"", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "22", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 469, "byte_end": 470, "display": {"text": "1", "kind": "normal"}, "is_word": true, "word_id": 306, "word_key": "1", "bytes_hex": "31", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 470, "byte_end": 471, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 471, "byte_end": 472, "display": {"text": "\u0026", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "26", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 472, "byte_end": 473, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 473, "byte_end": 474, "display": {"text": "2", "kind": "normal"}, "is_word": true, "word_id": 307, "word_key": "2", "bytes_hex": "32", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 474, "byte_end": 475, "display": {"text": "\"", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "22", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 475, "byte_end": 476, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 476, "byte_end": 477, "display": {"text": "H", "kind": "normal"}, "is_word": true, "word_id": 308, "word_key": "h", "bytes_hex": "48", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 477, "byte_end": 478, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 309, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 478, "byte_end": 479, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 310, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 479, "byte_end": 480, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 311, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 480, "byte_end": 481, "display": {"text": "o", "kind": "normal"}, "is_word": true, "word_id": 312, "word_key": "o", "bytes_hex": "6f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 481, "byte_end": 482, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 482, "byte_end": 483, "display": {"text": "/", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 483, "byte_end": 484, "display": {"text": "d", "kind": "normal"}, "is_word": true, "word_id": 313, "word_key": "d", "bytes_hex": "64", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 484, "byte_end": 485, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 314, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 485, "byte_end": 486, "display": {"text": "v", "kind": "normal"}, "is_word": true, "word_id": 315, "word_key": "v", "bytes_hex": "76", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 486, "byte_end": 487, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 487, "byte_end": 488, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 488, "byte_end": 489, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 489, "byte_end": 490, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 316, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 490, "byte_end": 491, "display": {"text": "p", "kind": "normal"}, "is_word": true, "word_id": 317, "word_key": "p", "bytes_hex": "70", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 491, "byte_end": 492, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 318, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 492, "byte_end": 493, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 319, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 493, "byte_end": 494, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 494, "byte_end": 495, "display": {"text": "S", "kind": "normal"}, "is_word": true, "word_id": 320, "word_key": "s", "bytes_hex": "53", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 495, "byte_end": 496, "display": {"text": "p", "kind": "normal"}, "is_word": true, "word_id": 321, "word_key": "p", "bytes_hex": "70", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 496, "byte_end": 497, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 322, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 497, "byte_end": 498, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 323, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 498, "byte_end": 499, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 499, "byte_end": 500, "display": {"text": "/", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 500, "byte_end": 501, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 324, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 501, "byte_end": 502, "display": {"text": "p", "kind": "normal"}, "is_word": true, "word_id": 325, "word_key": "p", "bytes_hex": "70", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 502, "byte_end": 503, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 326, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 503, "byte_end": 504, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 327, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 504, "byte_end": 505, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 505, "byte_end": 506, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 506, "byte_end": 507, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 507, "byte_end": 508, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 328, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 508, "byte_end": 509, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 509, "byte_end": 510, "display": {"text": "h", "kind": "normal"}, "is_word": true, "word_id": 329, "word_key": "h", "bytes_hex": "68", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 510, "byte_end": 511, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 330, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 511, "byte_end": 512, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 331, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 512, "byte_end": 513, "display": {"text": "f", "kind": "normal"}, "is_word": true, "word_id": 332, "word_key": "f", "bytes_hex": "66", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 513, "byte_end": 514, "display": {"text": "=", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 514, "byte_end": 515, "display": {"text": "\"", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "22", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 515, "byte_end": 516, "display": {"text": "h", "kind": "normal"}, "is_word": true, "word_id": 333, "word_key": "h", "bytes_hex": "68", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 516, "byte_end": 517, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 334, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 517, "byte_end": 518, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 335, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 518, "byte_end": 519, "display": {"text": "p", "kind": "normal"}, "is_word": true, "word_id": 336, "word_key": "p", "bytes_hex": "70", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 519, "byte_end": 520, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 337, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 520, "byte_end": 521, "display": {"text": ":", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 521, "byte_end": 522, "display": {"text": "/", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 522, "byte_end": 523, "display": {"text": "/", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 523, "byte_end": 524, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 338, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 524, "byte_end": 525, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 339, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 525, "byte_end": 526, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 340, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 526, "byte_end": 527, "display": {"text": "m", "kind": "normal"}, "is_word": true, "word_id": 341, "word_key": "m", "bytes_hex": "6d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 527, "byte_end": 528, "display": {"text": "p", "kind": "normal"}, "is_word": true, "word_id": 342, "word_key": "p", "bytes_hex": "70", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 528, "byte_end": 529, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 343, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 529, "byte_end": 530, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 344, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 530, "byte_end": 531, "display": {"text": ".", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 531, "byte_end": 532, "display": {"text": "c", "kind": "normal"}, "is_word": true, "word_id": 345, "word_key": "c", "bytes_hex": "63", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 532, "byte_end": 533, "display": {"text": "o", "kind": "normal"}, "is_word": true, "word_id": 346, "word_key": "o", "bytes_hex": "6f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 533, "byte_end": 534, "display": {"text": "m", "kind": "normal"}, "is_word": true, "word_id": 347, "word_key": "m", "bytes_hex": "6d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 534, "byte_end": 535, "display": {"text": "?", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 535, "byte_end": 536, "display": {"text": "q", "kind": "normal"}, "is_word": true, "word_id": 348, "word_key": "q", "bytes_hex": "71", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 536, "byte_end": 537, "display": {"text": "=", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 537, "byte_end": 538, "display": {"text": "1", "kind": "normal"}, "is_word": true, "word_id": 349, "word_key": "1", "bytes_hex": "31", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 538, "byte_end": 539, "display": {"text": "\u0026", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "26", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 539, "byte_end": 540, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 350, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 540, "byte_end": 541, "display": {"text": "=", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 541, "byte_end": 542, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 542, "byte_end": 543, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 351, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 543, "byte_end": 544, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 352, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 544, "byte_end": 545, "display": {"text": "g", "kind": "normal"}, "is_word": true, "word_id": 353, "word_key": "g", "bytes_hex": "67", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 545, "byte_end": 546, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 546, "byte_end": 547, "display": {"text": "\"", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "22", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 547, "byte_end": 548, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 548, "byte_end": 549, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 354, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 549, "byte_end": 550, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 355, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 550, "byte_end": 551, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 356, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 551, "byte_end": 552, "display": {"text": "k", "kind": "normal"}, "is_word": true, "word_id": 357, "word_key": "k", "bytes_hex": "6b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 552, "byte_end": 553, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 553, "byte_end": 554, "display": {"text": "/", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 554, "byte_end": 555, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 358, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 555, "byte_end": 556, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 556, "byte_end": 557, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 557, "byte_end": 558, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 558, "byte_end": 559, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 359, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 559, "byte_end": 560, "display": {"text": "m", "kind": "normal"}, "is_word": true, "word_id": 360, "word_key": "m", "bytes_hex": "6d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 560, "byte_end": 561, "display": {"text": "g", "kind": "normal"}, "is_word": true, "word_id": 361, "word_key": "g", "bytes_hex": "67", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 561, "byte_end": 562, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 562, "byte_end": 563, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 362, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 563, "byte_end": 564, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 363, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 564, "byte_end": 565, "display": {"text": "c", "kind": "normal"}, "is_word": true, "word_id": 364, "word_key": "c", "bytes_hex": "63", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 565, "byte_end": 566, "display": {"text": "=", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 566, "byte_end": 567, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 365, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 567, "byte_end": 568, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 568, "byte_end": 569, "display": {"text": "o", "kind": "normal"}, "is_word": true, "word_id": 366, "word_key": "o", "bytes_hex": "6f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 569, "byte_end": 570, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 367, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 570, "byte_end": 571, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 368, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 571, "byte_end": 572, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 369, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 572, "byte_end": 573, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 370, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 573, "byte_end": 574, "display": {"text": "o", "kind": "normal"}, "is_word": true, "word_id": 371, "word_key": "o", "bytes_hex": "6f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 574, "byte_end": 575, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 372, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 575, "byte_end": 576, "display": {"text": "=", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 576, "byte_end": 577, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 373, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 577, "byte_end": 578, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 374, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 578, "byte_end": 579, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 375, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 579, "byte_end": 580, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 376, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 580, "byte_end": 581, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 377, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 581, "byte_end": 582, "display": {"text": "(", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "28", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 582, "byte_end": 583, "display": {"text": "1", "kind": "normal"}, "is_word": true, "word_id": 378, "word_key": "1", "bytes_hex": "31", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 583, "byte_end": 584, "display": {"text": ")", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "29", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 584, "byte_end": 585, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 585, "byte_end": 586, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 586, "byte_end": 587, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 587, "byte_end": 588, "display": {"text": "b", "kind": "normal"}, "is_word": true, "word_id": 379, "word_key": "b", "bytes_hex": "62", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 588, "byte_end": 589, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 380, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 589, "byte_end": 590, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 590, "byte_end": 591, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 591, "byte_end": 592, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 592, "byte_end": 593, "display": {"text": "h", "kind": "normal"}, "is_word": true, "word_id": 381, "word_key": "h", "bytes_hex": "68", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 593, "byte_end": 594, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 382, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 594, "byte_end": 595, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 595, "byte_end": 596, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 596, "byte_end": 597, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 597, "byte_end": 598, "display": {"text": "p", "kind": "normal"}, "is_word": true, "word_id": 383, "word_key": "p", "bytes_hex": "70", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 598, "byte_end": 599, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 599, "byte_end": 600, "display": {"text": "p", "kind": "normal"}, "is_word": true, "word_id": 384, "word_key": "p", "bytes_hex": "70", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 600, "byte_end": 601, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 385, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 601, "byte_end": 602, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 386, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 602, "byte_end": 603, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 387, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 603, "byte_end": 604, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 604, "byte_end": 605, "display": {"text": "/", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 605, "byte_end": 606, "display": {"text": "p", "kind": "normal"}, "is_word": true, "word_id": 388, "word_key": "p", "bytes_hex": "70", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 606, "byte_end": 607, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 607, "byte_end": 608, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 608, "byte_end": 609, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 609, "byte_end": 610, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 389, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 610, "byte_end": 611, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 390, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 611, "byte_end": 612, "display": {"text": "b", "kind": "normal"}, "is_word": true, "word_id": 391, "word_key": "b", "bytes_hex": "62", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 612, "byte_end": 613, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 392, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 613, "byte_end": 614, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 393, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 614, "byte_end": 615, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 615, "byte_end": 616, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 616, "byte_end": 617, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 394, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 617, "byte_end": 618, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 395, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 618, "byte_end": 619, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 619, "byte_end": 620, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 620, "byte_end": 621, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 396, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 621, "byte_end": 622, "display": {"text": "d", "kind": "normal"}, "is_word": true, "word_id": 397, "word_key": "d", "bytes_hex": "64", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 622, "byte_end": 623, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 623, "byte_end": 624, "display": {"text": "c", "kind": "normal"}, "is_word": true, "word_id": 398, "word_key": "c", "bytes_hex": "63", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 624, "byte_end": 625, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 399, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 625, "byte_end": 626, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 400, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 626, "byte_end": 627, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 401, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 627, "byte_end": 628, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 628, "byte_end": 629, "display": {"text": "/", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 629, "byte_end": 630, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 402, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 630, "byte_end": 631, "display": {"text": "d", "kind": "normal"}, "is_word": true, "word_id": 403, "word_key": "d", "bytes_hex": "64", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 631, "byte_end": 632, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 632, "byte_end": 633, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 633, "byte_end": 634, "display": {"text": "/", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 634, "byte_end": 635, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 404, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 635, "byte_end": 636, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 405, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 636, "byte_end": 637, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 637, "byte_end": 638, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 638, "byte_end": 639, "display": {"text": "/", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 639, "byte_end": 640, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 406, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 640, "byte_end": 641, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 407, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 641, "byte_end": 642, "display": {"text": "b", "kind": "normal"}, "is_word": true, "word_id": 408, "word_key": "b", "bytes_hex": "62", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 642, "byte_end": 643, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 409, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 643, "byte_end": 644, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 410, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 644, "byte_end": 645, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 645, "byte_end": 646, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 646, "byte_end": 647, "display": {"text": "N", "kind": "normal"}, "is_word": true, "word_id": 411, "word_key": "n", "bytes_hex": "4e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 647, "byte_end": 648, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 412, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 648, "byte_end": 649, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 413, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 649, "byte_end": 650, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 414, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 650, "byte_end": 651, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 415, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 651, "byte_end": 652, "display": {"text": "d", "kind": "normal"}, "is_word": true, "word_id": 416, "word_key": "d", "bytes_hex": "64", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 652, "byte_end": 653, "display": {"text": "-", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 653, "byte_end": 654, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 417, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 654, "byte_end": 655, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 418, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 655, "byte_end": 656, "display": {"text": "h", "kind": "normal"}, "is_word": true, "word_id": 419, "word_key": "h", "bytes_hex": "68", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 656, "byte_end": 657, "display": {"text": ":", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 657, "byte_end": 658, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 658, "byte_end": 659, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 659, "byte_end": 660, "display": {"text": "/", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 660, "byte_end": 661, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 420, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 661, "byte_end": 662, "display": {"text": "p", "kind": "normal"}, "is_word": true, "word_id": 421, "word_key": "p", "bytes_hex": "70", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 662, "byte_end": 663, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 422, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 663, "byte_end": 664, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 423, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 664, "byte_end": 665, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 665, "byte_end": 666, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 666, "byte_end": 667, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 424, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 667, "byte_end": 668, "display": {"text": "p", "kind": "normal"}, "is_word": true, "word_id": 425, "word_key": "p", "bytes_hex": "70", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 668, "byte_end": 669, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 426, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 669, "byte_end": 670, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 427, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 670, "byte_end": 671, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 671, "byte_end": 672, "display": {"text": "d", "kind": "normal"}, "is_word": true, "word_id": 428, "word_key": "d", "bytes_hex": "64", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 672, "byte_end": 673, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 429, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 673, "byte_end": 674, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 430, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 674, "byte_end": 675, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 431, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 675, "byte_end": 676, "display": {"text": "-", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 676, "byte_end": 677, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 432, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 677, "byte_end": 678, "display": {"text": "=", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 678, "byte_end": 679, "display": {"text": "\"", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "22", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 679, "byte_end": 680, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 680, "byte_end": 681, "display": {"text": "/", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 681, "byte_end": 682, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 433, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 682, "byte_end": 683, "display": {"text": "p", "kind": "normal"}, "is_word": true, "word_id": 434, "word_key": "p", "bytes_hex": "70", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 683, "byte_end": 684, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 435, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 684, "byte_end": 685, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 436, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 685, "byte_end": 686, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 686, "byte_end": 687, "display": {"text": "\"", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "22", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 687, "byte_end": 688, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 688, "byte_end": 689, "display": {"text": "c", "kind": "normal"}, "is_word": true, "word_id": 437, "word_key": "c", "bytes_hex": "63", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 689, "byte_end": 690, "display": {"text": "o", "kind": "normal"}, "is_word": true, "word_id": 438, "word_key": "o", "bytes_hex": "6f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 690, "byte_end": 691, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 439, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 691, "byte_end": 692, "display": {"text": "f", "kind": "normal"}, "is_word": true, "word_id": 440, "word_key": "f", "bytes_hex": "66", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 692, "byte_end": 693, "display": {"text": "u", "kind": "normal"}, "is_word": true, "word_id": 441, "word_key": "u", "bytes_hex": "75", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 693, "byte_end": 694, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 442, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 694, "byte_end": 695, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 443, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 695, "byte_end": 696, "display": {"text": "\u003c", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 696, "byte_end": 697, "display": {"text": "/", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 697, "byte_end": 698, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 444, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 698, "byte_end": 699, "display": {"text": "p", "kind": "normal"}, "is_word": true, "word_id": 445, "word_key": "p", "bytes_hex": "70", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 699, "byte_end": 700, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 446, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 700, "byte_end": 701, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 447, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 701, "byte_end": 702, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 702, "byte_end": 703, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 703, "byte_end": 704, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 704, "byte_end": 705, "display": {"text": "H", "kind": "normal"}, "is_word": true, "word_id": 448, "word_key": "h", "bytes_hex": "48", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 705, "byte_end": 706, "display": {"text": "T", "kind": "normal"}, "is_word": true, "word_id": 449, "word_key": "t", "bytes_hex": "54", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 706, "byte_end": 707, "display": {"text": "M", "kind": "normal"}, "is_word": true, "word_id": 450, "word_key": "m", "bytes_hex": "4d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 707, "byte_end": 708, "display": {"text": "L", "kind": "normal"}, "is_word": true, "word_id": 451, "word_key": "l", "bytes_hex": "4c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 708, "byte_end": 709, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 709, "byte_end": 710, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 452, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 710, "byte_end": 711, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 453, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 711, "byte_end": 712, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 454, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 712, "byte_end": 713, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 455, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 713, "byte_end": 714, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 456, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 714, "byte_end": 715, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 457, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 715, "byte_end": 716, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 458, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 716, "byte_end": 717, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 459, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 717, "byte_end": 718, "display": {"text": ":", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 718, "byte_end": 719, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 719, "byte_end": 720, "display": {"text": "\u0026", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "26", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 720, "byte_end": 721, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 460, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 721, "byte_end": 722, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 461, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 722, "byte_end": 723, "display": {"text": ";", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 723, "byte_end": 724, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 462, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 724, "byte_end": 725, "display": {"text": "h", "kind": "normal"}, "is_word": true, "word_id": 463, "word_key": "h", "bytes_hex": "68", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 725, "byte_end": 726, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 464, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 726, "byte_end": 727, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 465, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 727, "byte_end": 728, "display": {"text": "k", "kind": "normal"}, "is_word": true, "word_id": 466, "word_key": "k", "bytes_hex": "6b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 728, "byte_end": 729, "display": {"text": "\u0026", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "26", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 729, "byte_end": 730, "display": {"text": "g", "kind": "normal"}, "is_word": true, "word_id": 467, "word_key": "g", "bytes_hex": "67", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 730, "byte_end": 731, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 468, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 731, "byte_end": 732, "display": {"text": ";", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 732, "byte_end": 733, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 733, "byte_end": 734, "display": {"text": "\u0026", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "26", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 734, "byte_end": 735, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 469, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 735, "byte_end": 736, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 470, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 736, "byte_end": 737, "display": {"text": ";", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 737, "byte_end": 738, "display": {"text": "/", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 738, "byte_end": 739, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 471, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 739, "byte_end": 740, "display": {"text": "h", "kind": "normal"}, "is_word": true, "word_id": 472, "word_key": "h", "bytes_hex": "68", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 740, "byte_end": 741, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 473, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 741, "byte_end": 742, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 474, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 742, "byte_end": 743, "display": {"text": "k", "kind": "normal"}, "is_word": true, "word_id": 475, "word_key": "k", "bytes_hex": "6b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 743, "byte_end": 744, "display": {"text": "\u0026", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "26", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 744, "byte_end": 745, "display": {"text": "g", "kind": "normal"}, "is_word": true, "word_id": 476, "word_key": "g", "bytes_hex": "67", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 745, "byte_end": 746, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 477, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 746, "byte_end": 747, "display": {"text": ";", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 747, "byte_end": 748, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 748, "byte_end": 749, "display": {"text": "\u0026", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "26", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 749, "byte_end": 750, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 478, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 750, "byte_end": 751, "display": {"text": "m", "kind": "normal"}, "is_word": true, "word_id": 479, "word_key": "m", "bytes_hex": "6d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 751, "byte_end": 752, "display": {"text": "p", "kind": "normal"}, "is_word": true, "word_id": 480, "word_key": "p", "bytes_hex": "70", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 752, "byte_end": 753, "display": {"text": ";", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 753, "byte_end": 754, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 754, "byte_end": 755, "display": {"text": "\u0026", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "26", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 755, "byte_end": 756, "display": {"text": "q", "kind": "normal"}, "is_word": true, "word_id": 481, "word_key": "q", "bytes_hex": "71", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 756, "byte_end": 757, "display": {"text": "u", "kind": "normal"}, "is_word": true, "word_id": 482, "word_key": "u", "bytes_hex": "75", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 757, "byte_end": 758, "display": {"text": "o", "kind": "normal"}, "is_word": true, "word_id": 483, "word_key": "o", "bytes_hex": "6f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 758, "byte_end": 759, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 484, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 759, "byte_end": 760, "display": {"text": ";", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 760, "byte_end": 761, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 761, "byte_end": 762, "display": {"text": "\u0026", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "26", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 762, "byte_end": 763, "display": {"text": "#", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "23", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 763, "byte_end": 764, "display": {"text": "3", "kind": "normal"}, "is_word": true, "word_id": 485, "word_key": "3", "bytes_hex": "33", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 764, "byte_end": 765, "display": {"text": "9", "kind": "normal"}, "is_word": true, "word_id": 486, "word_key": "9", "bytes_hex": "39", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 765, "byte_end": 766, "display": {"text": ";", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 766, "byte_end": 767, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 767, "byte_end": 768, "display": {"text": "\u0026", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "26", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 768, "byte_end": 769, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 487, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 769, "byte_end": 770, "display": {"text": "b", "kind": "normal"}, "is_word": true, "word_id": 488, "word_key": "b", "bytes_hex": "62", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 770, "byte_end": 771, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 489, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 771, "byte_end": 772, "display": {"text": "p", "kind": "normal"}, "is_word": true, "word_id": 490, "word_key": "p", "bytes_hex": "70", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 772, "byte_end": 773, "display": {"text": ";", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 773, "byte_end": 774, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 774, "byte_end": 775, "display": {"text": "\u0026", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "26", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 775, "byte_end": 776, "display": {"text": "#", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "23", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 776, "byte_end": 777, "display": {"text": "1", "kind": "normal"}, "is_word": true, "word_id": 491, "word_key": "1", "bytes_hex": "31", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 777, "byte_end": 778, "display": {"text": "0", "kind": "normal"}, "is_word": true, "word_id": 492, "word_key": "0", "bytes_hex": "30", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 778, "byte_end": 779, "display": {"text": ";", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 779, "byte_end": 780, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 780, "byte_end": 781, "display": {"text": "\u0026", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "26", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 781, "byte_end": 782, "display": {"text": "#", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "23", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 782, "byte_end": 783, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 493, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 783, "byte_end": 784, "display": {"text": "3", "kind": "normal"}, "is_word": true, "word_id": 494, "word_key": "3", "bytes_hex": "33", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 784, "byte_end": 785, "display": {"text": "C", "kind": "normal"}, "is_word": true, "word_id": 495, "word_key": "c", "bytes_hex": "43", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 785, "byte_end": 786, "display": {"text": ";", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 786, "byte_end": 787, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 787, "byte_end": 788, "display": {"text": "\u0026", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "26", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 788, "byte_end": 789, "display": {"text": "#", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "23", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 789, "byte_end": 790, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 496, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 790, "byte_end": 791, "display": {"text": "3", "kind": "normal"}, "is_word": true, "word_id": 497, "word_key": "3", "bytes_hex": "33", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 791, "byte_end": 792, "display": {"text": "E", "kind": "normal"}, "is_word": true, "word_id": 498, "word_key": "e", "bytes_hex": "45", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 792, "byte_end": 793, "display": {"text": ";", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 793, "byte_end": 794, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 794, "byte_end": 795, "display": {"text": "\u0026", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "26", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 795, "byte_end": 796, "display": {"text": "#", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "23", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 796, "byte_end": 797, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 499, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 797, "byte_end": 798, "display": {"text": "2", "kind": "normal"}, "is_word": true, "word_id": 500, "word_key": "2", "bytes_hex": "32", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 798, "byte_end": 799, "display": {"text": "6", "kind": "normal"}, "is_word": true, "word_id": 501, "word_key": "6", "bytes_hex": "36", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 799, "byte_end": 800, "display": {"text": ";", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 800, "byte_end": 801, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 801, "byte_end": 802, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 802, "byte_end": 803, "display": {"text": "M", "kind": "normal"}, "is_word": true, "word_id": 502, "word_key": "m", "bytes_hex": "4d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 803, "byte_end": 804, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 503, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 804, "byte_end": 805, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 504, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 805, "byte_end": 806, "display": {"text": "k", "kind": "normal"}, "is_word": true, "word_id": 505, "word_key": "k", "bytes_hex": "6b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 806, "byte_end": 807, "display": {"text": "d", "kind": "normal"}, "is_word": true, "word_id": 506, "word_key": "d", "bytes_hex": "64", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 807, "byte_end": 808, "display": {"text": "o", "kind": "normal"}, "is_word": true, "word_id": 507, "word_key": "o", "bytes_hex": "6f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 808, "byte_end": 809, "display": {"text": "w", "kind": "normal"}, "is_word": true, "word_id": 508, "word_key": "w", "bytes_hex": "77", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 809, "byte_end": 810, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 509, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 810, "byte_end": 811, "display": {"text": "-", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 811, "byte_end": 812, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 510, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 812, "byte_end": 813, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 511, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 813, "byte_end": 814, "display": {"text": "h", "kind": "normal"}, "is_word": true, "word_id": 512, "word_key": "h", "bytes_hex": "68", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 814, "byte_end": 815, "display": {"text": ":", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 815, "byte_end": 816, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 816, "byte_end": 817, "display": {"text": "#", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "23", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 817, "byte_end": 818, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 818, "byte_end": 819, "display": {"text": "H", "kind": "normal"}, "is_word": true, "word_id": 513, "word_key": "h", "bytes_hex": "48", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 819, "byte_end": 820, "display": {"text": "1", "kind": "normal"}, "is_word": true, "word_id": 514, "word_key": "1", "bytes_hex": "31", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 820, "byte_end": 821, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 821, "byte_end": 822, "display": {"text": "#", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "23", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 822, "byte_end": 823, "display": {"text": "#", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "23", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 823, "byte_end": 824, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 824, "byte_end": 825, "display": {"text": "H", "kind": "normal"}, "is_word": true, "word_id": 515, "word_key": "h", "bytes_hex": "48", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 825, "byte_end": 826, "display": {"text": "2", "kind": "normal"}, "is_word": true, "word_id": 516, "word_key": "2", "bytes_hex": "32", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 826, "byte_end": 827, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 827, "byte_end": 828, "display": {"text": "-", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 828, "byte_end": 829, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 829, "byte_end": 830, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 517, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 830, "byte_end": 831, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 518, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 831, "byte_end": 832, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 519, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 832, "byte_end": 833, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 520, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 833, "byte_end": 834, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 834, "byte_end": 835, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 521, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 835, "byte_end": 836, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 522, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 836, "byte_end": 837, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 523, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 837, "byte_end": 838, "display": {"text": "m", "kind": "normal"}, "is_word": true, "word_id": 524, "word_key": "m", "bytes_hex": "6d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 838, "byte_end": 839, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 839, "byte_end": 840, "display": {"text": "1", "kind": "normal"}, "is_word": true, "word_id": 525, "word_key": "1", "bytes_hex": "31", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 840, "byte_end": 841, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 841, "byte_end": 842, "display": {"text": "-", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 842, "byte_end": 843, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 843, "byte_end": 844, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 526, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 844, "byte_end": 845, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 527, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 845, "byte_end": 846, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 528, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 846, "byte_end": 847, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 529, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 847, "byte_end": 848, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 848, "byte_end": 849, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 530, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 849, "byte_end": 850, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 531, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 850, "byte_end": 851, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 532, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 851, "byte_end": 852, "display": {"text": "m", "kind": "normal"}, "is_word": true, "word_id": 533, "word_key": "m", "bytes_hex": "6d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 852, "byte_end": 853, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 853, "byte_end": 854, "display": {"text": "2", "kind": "normal"}, "is_word": true, "word_id": 534, "word_key": "2", "bytes_hex": "32", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 854, "byte_end": 855, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 855, "byte_end": 856, "display": {"text": "\u003e", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 856, "byte_end": 857, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 857, "byte_end": 858, "display": {"text": "b", "kind": "normal"}, "is_word": true, "word_id": 535, "word_key": "b", "bytes_hex": "62", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 858, "byte_end": 859, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 536, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 859, "byte_end": 860, "display": {"text": "o", "kind": "normal"}, "is_word": true, "word_id": 537, "word_key": "o", "bytes_hex": "6f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 860, "byte_end": 861, "display": {"text": "c", "kind": "normal"}, "is_word": true, "word_id": 538, "word_key": "c", "bytes_hex": "63", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 861, "byte_end": 862, "display": {"text": "k", "kind": "normal"}, "is_word": true, "word_id": 539, "word_key": "k", "bytes_hex": "6b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 862, "byte_end": 863, "display": {"text": "q", "kind": "normal"}, "is_word": true, "word_id": 540, "word_key": "q", "bytes_hex": "71", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 863, "byte_end": 864, "display": {"text": "u", "kind": "normal"}, "is_word": true, "word_id": 541, "word_key": "u", "bytes_hex": "75", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 864, "byte_end": 865, "display": {"text": "o", "kind": "normal"}, "is_word": true, "word_id": 542, "word_key": "o", "bytes_hex": "6f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 865, "byte_end": 866, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 543, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 866, "byte_end": 867, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 544, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 867, "byte_end": 868, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 868, "byte_end": 869, "display": {"text": "-", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 869, "byte_end": 870, "display": {"text": "-", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 870, "byte_end": 871, "display": {"text": "-", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 871, "byte_end": 872, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 872, "byte_end": 873, "display": {"text": "(", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "28", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 873, "byte_end": 874, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 545, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 874, "byte_end": 875, "display": {"text": "h", "kind": "normal"}, "is_word": true, "word_id": 546, "word_key": "h", "bytes_hex": "68", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 875, "byte_end": 876, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 547, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 876, "byte_end": 877, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 548, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 877, "byte_end": 878, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 549, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 878, "byte_end": 879, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 879, "byte_end": 880, "display": {"text": "h", "kind": "normal"}, "is_word": true, "word_id": 550, "word_key": "h", "bytes_hex": "68", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 880, "byte_end": 881, "display": {"text": "y", "kind": "normal"}, "is_word": true, "word_id": 551, "word_key": "y", "bytes_hex": "79", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 881, "byte_end": 882, "display": {"text": "p", "kind": "normal"}, "is_word": true, "word_id": 552, "word_key": "p", "bytes_hex": "70", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 882, "byte_end": 883, "display": {"text": "h", "kind": "normal"}, "is_word": true, "word_id": 553, "word_key": "h", "bytes_hex": "68", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 883, "byte_end": 884, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 554, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 884, "byte_end": 885, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 555, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 885, "byte_end": 886, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 556, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 886, "byte_end": 887, "display": {"text": ")", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "29", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 887, "byte_end": 888, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 888, "byte_end": 889, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 889, "byte_end": 890, "display": {"text": "L", "kind": "normal"}, "is_word": true, "word_id": 557, "word_key": "l", "bytes_hex": "4c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 890, "byte_end": 891, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 558, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 891, "byte_end": 892, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 559, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 892, "byte_end": 893, "display": {"text": "g", "kind": "normal"}, "is_word": true, "word_id": 560, "word_key": "g", "bytes_hex": "67", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 893, "byte_end": 894, "display": {"text": "u", "kind": "normal"}, "is_word": true, "word_id": 561, "word_key": "u", "bytes_hex": "75", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 894, "byte_end": 895, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 562, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 895, "byte_end": 896, "display": {"text": "g", "kind": "normal"}, "is_word": true, "word_id": 563, "word_key": "g", "bytes_hex": "67", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 896, "byte_end": 897, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 564, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 897, "byte_end": 898, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 565, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 898, "byte_end": 899, "display": {"text": ":", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 899, "byte_end": 900, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 900, "byte_end": 903, "display": {"text": "中", "kind": "normal"}, "is_word": true, "word_id": 566, "word_key": "中", "bytes_hex": "e4 b8 ad", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 903, "byte_end": 906, "display": {"text": "文", "kind": "normal"}, "is_word": true, "word_id": 567, "word_key": "文", "bytes_hex": "e6 96 87", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 906, "byte_end": 907, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 907, "byte_end": 910, "display": {"text": "简", "kind": "normal"}, "is_word": true, "word_id": 568, "word_key": "简", "bytes_hex": "e7 ae 80", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 910, "byte_end": 913, "display": {"text": "体", "kind": "normal"}, "is_word": true, "word_id": 569, "word_key": "体", "bytes_hex": "e4 bd 93", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 913, "byte_end": 914, "display": {"text": "/", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "2f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 914, "byte_end": 917, "display": {"text": "繁", "kind": "normal"}, "is_word": true, "word_id": 570, "word_key": "繁", "bytes_hex": "e7 b9 81", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 917, "byte_end": 920, "display": {"text": "體", "kind": "normal"}, "is_word": true, "word_id": 571, "word_key": "體", "bytes_hex": "e9 ab 94", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 920, "byte_end": 921, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 921, "byte_end": 924, "display": {"text": "日", "kind": "normal"}, "is_word": true, "word_id": 572, "word_key": "日", "bytes_hex": "e6 97 a5", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 924, "byte_end": 927, "display": {"text": "本", "kind": "normal"}, "is_word": true, "word_id": 573, "word_key": "本", "bytes_hex": "e6 9c ac", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 927, "byte_end": 930, "display": {"text": "語", "kind": "normal"}, "is_word": true, "word_id": 574, "word_key": "語", "bytes_hex": "e8 aa 9e", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 930, "byte_end": 931, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 931, "byte_end": 934, "display": {"text": "か", "kind": "normal"}, "is_word": true, "word_id": 575, "word_key": "か", "bytes_hex": "e3 81 8b", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 934, "byte_end": 937, "display": {"text": "な", "kind": "normal"}, "is_word": true, "word_id": 576, "word_key": "な", "bytes_hex": "e3 81 aa", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 937, "byte_end": 938, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 938, "byte_end": 941, "display": {"text": "カ", "kind": "normal"}, "is_word": true, "word_id": 577, "word_key": "カ", "bytes_hex": "e3 82 ab", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 941, "byte_end": 944, "display": {"text": "タ", "kind": "normal"}, "is_word": true, "word_id": 578, "word_key": "タ", "bytes_hex": "e3 82 bf", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 944, "byte_end": 947, "display": {"text": "カ", "kind": "normal"}, "is_word": true, "word_id": 579, "word_key": "カ", "bytes_hex": "e3 82 ab", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 947, "byte_end": 950, "display": {"text": "ナ", "kind": "normal"}, "is_word": true, "word_id": 580, "word_key": "ナ", "bytes_hex": "e3 83 8a", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 950, "byte_end": 951, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 951, "byte_end": 954, "display": {"text": "한", "kind": "normal"}, "is_word": true, "word_id": 581, "word_key": "한", "bytes_hex": "ed 95 9c", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 954, "byte_end": 957, "display": {"text": "국", "kind": "normal"}, "is_word": true, "word_id": 582, "word_key": "국", "bytes_hex": "ea b5 ad", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 957, "byte_end": 960, "display": {"text": "어", "kind": "normal"}, "is_word": true, "word_id": 583, "word_key": "어", "bytes_hex": "ec 96 b4", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 960, "byte_end": 961, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 961, "byte_end": 963, "display": {"text": "ا", "kind": "normal"}, "is_word": true, "word_id": 584, "word_key": "ا", "bytes_hex": "d8 a7", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 963, "byte_end": 965, "display": {"text": "ل", "kind": "normal"}, "is_word": true, "word_id": 585, "word_key": "ل", "bytes_hex": "d9 84", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 965, "byte_end": 967, "display": {"text": "ع", "kind": "normal"}, "is_word": true, "word_id": 586, "word_key": "ع", "bytes_hex": "d8 b9", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 967, "byte_end": 969, "display": {"text": "ر", "kind": "normal"}, "is_word": true, "word_id": 587, "word_key": "ر", "bytes_hex": "d8 b1", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 969, "byte_end": 971, "display": {"text": "ب", "kind": "normal"}, "is_word": true, "word_id": 588, "word_key": "ب", "bytes_hex": "d8 a8", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 971, "byte_end": 973, "display": {"text": "ي", "kind": "normal"}, "is_word": true, "word_id": 589, "word_key": "ي", "bytes_hex": "d9 8a", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 973, "byte_end": 975, "display": {"text": "ة", "kind": "normal"}, "is_word": true, "word_id": 590, "word_key": "ة", "bytes_hex": "d8 a9", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 975, "byte_end": 976, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 976, "byte_end": 978, "display": {"text": "ע", "kind": "normal"}, "is_word": true, "word_id": 591, "word_key": "ע", "bytes_hex": "d7 a2", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 978, "byte_end": 980, "display": {"text": "ב", "kind": "normal"}, "is_word": true, "word_id": 592, "word_key": "ב", "bytes_hex": "d7 91", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 980, "byte_end": 982, "display": {"text": "ר", "kind": "normal"}, "is_word": true, "word_id": 593, "word_key": "ר", "bytes_hex": "d7 a8", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 982, "byte_end": 984, "display": {"text": "י", "kind": "normal"}, "is_word": true, "word_id": 594, "word_key": "י", "bytes_hex": "d7 99", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 984, "byte_end": 986, "display": {"text": "ת", "kind": "normal"}, "is_word": true, "word_id": 595, "word_key": "ת", "bytes_hex": "d7 aa", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 986, "byte_end": 987, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 987, "byte_end": 990, "display": {"text": "ह", "kind": "normal"}, "is_word": true, "word_id": 596, "word_key": "ह", "bytes_hex": "e0 a4 b9", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 990, "byte_end": 993, "display": {"text": "ि", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "e0 a4 bf", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 993, "byte_end": 996, "display": {"text": "न", "kind": "normal"}, "is_word": true, "word_id": 597, "word_key": "न", "bytes_hex": "e0 a4 a8", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 996, "byte_end": 999, "display": {"text": "्", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "e0 a5 8d", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 999, "byte_end": 1002, "display": {"text": "द", "kind": "normal"}, "is_word": true, "word_id": 598, "word_key": "द", "bytes_hex": "e0 a4 a6", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1002, "byte_end": 1005, "display": {"text": "ी", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "e0 a5 80", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1005, "byte_end": 1006, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1006, "byte_end": 1009, "display": {"text": "ไ", "kind": "normal"}, "is_word": true, "word_id": 599, "word_key": "ไ", "bytes_hex": "e0 b9 84", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1009, "byte_end": 1012, "display": {"text": "ท", "kind": "normal"}, "is_word": true, "word_id": 600, "word_key": "ท", "bytes_hex": "e0 b8 97", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1012, "byte_end": 1015, "display": {"text": "ย", "kind": "normal"}, "is_word": true, "word_id": 601, "word_key": "ย", "bytes_hex": "e0 b8 a2", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1015, "byte_end": 1016, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1016, "byte_end": 1018, "display": {"text": "Р", "kind": "normal"}, "is_word": true, "word_id": 602, "word_key": "р", "bytes_hex": "d0 a0", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1018, "byte_end": 1020, "display": {"text": "у", "kind": "normal"}, "is_word": true, "word_id": 603, "word_key": "у", "bytes_hex": "d1 83", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1020, "byte_end": 1022, "display": {"text": "с", "kind": "normal"}, "is_word": true, "word_id": 604, "word_key": "с", "bytes_hex": "d1 81", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1022, "byte_end": 1024, "display": {"text": "с", "kind": "normal"}, "is_word": true, "word_id": 605, "word_key": "с", "bytes_hex": "d1 81", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1024, "byte_end": 1026, "display": {"text": "к", "kind": "normal"}, "is_word": true, "word_id": 606, "word_key": "к", "bytes_hex": "d0 ba", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1026, "byte_end": 1028, "display": {"text": "и", "kind": "normal"}, "is_word": true, "word_id": 607, "word_key": "и", "bytes_hex": "d0 b8", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1028, "byte_end": 1030, "display": {"text": "й", "kind": "normal"}, "is_word": true, "word_id": 608, "word_key": "й", "bytes_hex": "d0 b9", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1030, "byte_end": 1031, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1031, "byte_end": 1033, "display": {"text": "Ε", "kind": "normal"}, "is_word": true, "word_id": 609, "word_key": "ε", "bytes_hex": "ce 95", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1033, "byte_end": 1035, "display": {"text": "λ", "kind": "normal"}, "is_word": true, "word_id": 610, "word_key": "λ", "bytes_hex": "ce bb", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1035, "byte_end": 1037, "display": {"text": "λ", "kind": "normal"}, "is_word": true, "word_id": 611, "word_key": "λ", "bytes_hex": "ce bb", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1037, "byte_end": 1039, "display": {"text": "η", "kind": "normal"}, "is_word": true, "word_id": 612, "word_key": "η", "bytes_hex": "ce b7", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1039, "byte_end": 1041, "display": {"text": "ν", "kind": "normal"}, "is_word": true, "word_id": 613, "word_key": "ν", "bytes_hex": "ce bd", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1041, "byte_end": 1043, "display": {"text": "ι", "kind": "normal"}, "is_word": true, "word_id": 614, "word_key": "ι", "bytes_hex": "ce b9", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1043, "byte_end": 1045, "display": {"text": "κ", "kind": "normal"}, "is_word": true, "word_id": 615, "word_key": "κ", "bytes_hex": "ce ba", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1045, "byte_end": 1047, "display": {"text": "ά", "kind": "normal"}, "is_word": true, "word_id": 616, "word_key": "ά", "bytes_hex": "ce ac", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1047, "byte_end": 1048, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1048, "byte_end": 1049, "display": {"text": "E", "kind": "normal"}, "is_word": true, "word_id": 617, "word_key": "e", "bytes_hex": "45", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1049, "byte_end": 1050, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 618, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1050, "byte_end": 1051, "display": {"text": "p", "kind": "normal"}, "is_word": true, "word_id": 619, "word_key": "p", "bytes_hex": "70", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1051, "byte_end": 1052, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 620, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1052, "byte_end": 1054, "display": {"text": "ñ", "kind": "normal"}, "is_word": true, "word_id": 621, "word_key": "ñ", "bytes_hex": "c3 b1", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1054, "byte_end": 1055, "display": {"text": "o", "kind": "normal"}, "is_word": true, "word_id": 622, "word_key": "o", "bytes_hex": "6f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1055, "byte_end": 1056, "display": {"text": "l", "kind": "normal"}, "is_word": true, "word_id": 623, "word_key": "l", "bytes_hex": "6c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1056, "byte_end": 1057, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1057, "byte_end": 1058, "display": {"text": "F", "kind": "normal"}, "is_word": true, "word_id": 624, "word_key": "f", "bytes_hex": "46", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1058, "byte_end": 1059, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 625, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1059, "byte_end": 1060, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 626, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1060, "byte_end": 1061, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 627, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1061, "byte_end": 1063, "display": {"text": "ç", "kind": "normal"}, "is_word": true, "word_id": 628, "word_key": "ç", "bytes_hex": "c3 a7", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1063, "byte_end": 1064, "display": {"text": "a", "kind": "normal"}, "is_word": true, "word_id": 629, "word_key": "a", "bytes_hex": "61", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1064, "byte_end": 1065, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 630, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1065, "byte_end": 1066, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 631, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1066, "byte_end": 1067, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1067, "byte_end": 1068, "display": {"text": "P", "kind": "normal"}, "is_word": true, "word_id": 632, "word_key": "p", "bytes_hex": "50", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1068, "byte_end": 1069, "display": {"text": "o", "kind": "normal"}, "is_word": true, "word_id": 633, "word_key": "o", "bytes_hex": "6f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1069, "byte_end": 1070, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 634, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1070, "byte_end": 1071, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 635, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1071, "byte_end": 1072, "display": {"text": "u", "kind": "normal"}, "is_word": true, "word_id": 636, "word_key": "u", "bytes_hex": "75", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1072, "byte_end": 1073, "display": {"text": "g", "kind": "normal"}, "is_word": true, "word_id": 637, "word_key": "g", "bytes_hex": "67", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1073, "byte_end": 1074, "display": {"text": "u", "kind": "normal"}, "is_word": true, "word_id": 638, "word_key": "u", "bytes_hex": "75", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1074, "byte_end": 1076, "display": {"text": "ê", "kind": "normal"}, "is_word": true, "word_id": 639, "word_key": "ê", "bytes_hex": "c3 aa", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1076, "byte_end": 1077, "display": {"text": "s", "kind": "normal"}, "is_word": true, "word_id": 640, "word_key": "s", "bytes_hex": "73", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1077, "byte_end": 1078, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1078, "byte_end": 1079, "display": {"text": "T", "kind": "normal"}, "is_word": true, "word_id": 641, "word_key": "t", "bytes_hex": "54", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1079, "byte_end": 1081, "display": {"text": "ü", "kind": "normal"}, "is_word": true, "word_id": 642, "word_key": "ü", "bytes_hex": "c3 bc", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1081, "byte_end": 1082, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 643, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1082, "byte_end": 1083, "display": {"text": "k", "kind": "normal"}, "is_word": true, "word_id": 644, "word_key": "k", "bytes_hex": "6b", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1083, "byte_end": 1085, "display": {"text": "ç", "kind": "normal"}, "is_word": true, "word_id": 645, "word_key": "ç", "bytes_hex": "c3 a7", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1085, "byte_end": 1086, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 646, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1086, "byte_end": 1087, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1087, "byte_end": 1088, "display": {"text": "V", "kind": "normal"}, "is_word": true, "word_id": 647, "word_key": "v", "bytes_hex": "56", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1088, "byte_end": 1089, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 648, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1089, "byte_end": 1092, "display": {"text": "ệ", "kind": "normal"}, "is_word": true, "word_id": 649, "word_key": "ệ", "bytes_hex": "e1 bb 87", "compression": {"rwkv": "9.02% 9.02% 9.02%", "qwen": "10.82% 10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1092, "byte_end": 1093, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 650, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1093, "byte_end": 1094, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1094, "byte_end": 1095, "display": {"text": "R", "kind": "normal"}, "is_word": true, "word_id": 651, "word_key": "r", "bytes_hex": "52", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1095, "byte_end": 1096, "display": {"text": "T", "kind": "normal"}, "is_word": true, "word_id": 652, "word_key": "t", "bytes_hex": "54", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1096, "byte_end": 1097, "display": {"text": "L", "kind": "normal"}, "is_word": true, "word_id": 653, "word_key": "l", "bytes_hex": "4c", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1097, "byte_end": 1098, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1098, "byte_end": 1099, "display": {"text": "m", "kind": "normal"}, "is_word": true, "word_id": 654, "word_key": "m", "bytes_hex": "6d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1099, "byte_end": 1100, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 655, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1100, "byte_end": 1101, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 656, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1101, "byte_end": 1102, "display": {"text": ":", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "3a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1102, "byte_end": 1103, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1103, "byte_end": 1105, "display": {"text": "ا", "kind": "normal"}, "is_word": true, "word_id": 657, "word_key": "ا", "bytes_hex": "d8 a7", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1105, "byte_end": 1107, "display": {"text": "ل", "kind": "normal"}, "is_word": true, "word_id": 658, "word_key": "ل", "bytes_hex": "d9 84", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1107, "byte_end": 1109, "display": {"text": "ع", "kind": "normal"}, "is_word": true, "word_id": 659, "word_key": "ع", "bytes_hex": "d8 b9", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1109, "byte_end": 1111, "display": {"text": "ر", "kind": "normal"}, "is_word": true, "word_id": 660, "word_key": "ر", "bytes_hex": "d8 b1", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1111, "byte_end": 1113, "display": {"text": "ب", "kind": "normal"}, "is_word": true, "word_id": 661, "word_key": "ب", "bytes_hex": "d8 a8", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1113, "byte_end": 1115, "display": {"text": "ي", "kind": "normal"}, "is_word": true, "word_id": 662, "word_key": "ي", "bytes_hex": "d9 8a", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1115, "byte_end": 1117, "display": {"text": "ة", "kind": "normal"}, "is_word": true, "word_id": 663, "word_key": "ة", "bytes_hex": "d8 a9", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1117, "byte_end": 1118, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1118, "byte_end": 1119, "display": {"text": "A", "kind": "normal"}, "is_word": true, "word_id": 664, "word_key": "a", "bytes_hex": "41", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1119, "byte_end": 1120, "display": {"text": "B", "kind": "normal"}, "is_word": true, "word_id": 665, "word_key": "b", "bytes_hex": "42", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1120, "byte_end": 1121, "display": {"text": "C", "kind": "normal"}, "is_word": true, "word_id": 666, "word_key": "c", "bytes_hex": "43", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1121, "byte_end": 1122, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1122, "byte_end": 1124, "display": {"text": "ע", "kind": "normal"}, "is_word": true, "word_id": 667, "word_key": "ע", "bytes_hex": "d7 a2", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1124, "byte_end": 1126, "display": {"text": "ב", "kind": "normal"}, "is_word": true, "word_id": 668, "word_key": "ב", "bytes_hex": "d7 91", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1126, "byte_end": 1128, "display": {"text": "ר", "kind": "normal"}, "is_word": true, "word_id": 669, "word_key": "ר", "bytes_hex": "d7 a8", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1128, "byte_end": 1130, "display": {"text": "י", "kind": "normal"}, "is_word": true, "word_id": 670, "word_key": "י", "bytes_hex": "d7 99", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1130, "byte_end": 1132, "display": {"text": "ת", "kind": "normal"}, "is_word": true, "word_id": 671, "word_key": "ת", "bytes_hex": "d7 aa", "compression": {"rwkv": "9.02% 9.02%", "qwen": "10.82% 10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1132, "byte_end": 1133, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1133, "byte_end": 1134, "display": {"text": "1", "kind": "normal"}, "is_word": true, "word_id": 672, "word_key": "1", "bytes_hex": "31", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1134, "byte_end": 1135, "display": {"text": "2", "kind": "normal"}, "is_word": true, "word_id": 673, "word_key": "2", "bytes_hex": "32", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1135, "byte_end": 1136, "display": {"text": "3", "kind": "normal"}, "is_word": true, "word_id": 674, "word_key": "3", "bytes_hex": "33", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1136, "byte_end": 1137, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1137, "byte_end": 1138, "display": {"text": "(", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "28", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1138, "byte_end": 1139, "display": {"text": "m", "kind": "normal"}, "is_word": true, "word_id": 675, "word_key": "m", "bytes_hex": "6d", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1139, "byte_end": 1140, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 676, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1140, "byte_end": 1141, "display": {"text": "x", "kind": "normal"}, "is_word": true, "word_id": 677, "word_key": "x", "bytes_hex": "78", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1141, "byte_end": 1142, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 678, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1142, "byte_end": 1143, "display": {"text": "d", "kind": "normal"}, "is_word": true, "word_id": 679, "word_key": "d", "bytes_hex": "64", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1143, "byte_end": 1144, "display": {"text": " ", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "20", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1144, "byte_end": 1145, "display": {"text": "d", "kind": "normal"}, "is_word": true, "word_id": 680, "word_key": "d", "bytes_hex": "64", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1145, "byte_end": 1146, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 681, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1146, "byte_end": 1147, "display": {"text": "r", "kind": "normal"}, "is_word": true, "word_id": 682, "word_key": "r", "bytes_hex": "72", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1147, "byte_end": 1148, "display": {"text": "e", "kind": "normal"}, "is_word": true, "word_id": 683, "word_key": "e", "bytes_hex": "65", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1148, "byte_end": 1149, "display": {"text": "c", "kind": "normal"}, "is_word": true, "word_id": 684, "word_key": "c", "bytes_hex": "63", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1149, "byte_end": 1150, "display": {"text": "t", "kind": "normal"}, "is_word": true, "word_id": 685, "word_key": "t", "bytes_hex": "74", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1150, "byte_end": 1151, "display": {"text": "i", "kind": "normal"}, "is_word": true, "word_id": 686, "word_key": "i", "bytes_hex": "69", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1151, "byte_end": 1152, "display": {"text": "o", "kind": "normal"}, "is_word": true, "word_id": 687, "word_key": "o", "bytes_hex": "6f", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1152, "byte_end": 1153, "display": {"text": "n", "kind": "normal"}, "is_word": true, "word_id": 688, "word_key": "n", "bytes_hex": "6e", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1153, "byte_end": 1154, "display": {"text": ")", "kind": "normal"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "29", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}, {"byte_start": 1154, "byte_end": 1155, "display": {"text": "\n", "kind": "control"}, "is_word": false, "word_id": null, "word_key": null, "bytes_hex": "0a", "compression": {"rwkv": "9.02%", "qwen": "10.82%"}, "model_tokens": {}, "loss": {"rwkv": 9.01684400555602, "qwen": 10.820212806667223}, "topk": {"rwkv": null, "qwen": null}, "tuned_delta": -1.9567680809018384e-15}], "meta": {"model_a": "RWKV7 (dummy)", "model_b": "Qwen3 (dummy)", "avg_compression": {"rwkv": 9.01684400555602, "qwen": 10.820212806667454}, "avg_delta": -0.09999999999999802, "avg_delta_compression": -1.8033688011111684}}</script>
<script>
const svgOverlay = document.getElementById('svg-overlay');
const content = document.querySelector('.content');
const renderModelEl = document.getElementById('render-model');
let renderModel = {};
let renderTokens = [];
try {
renderModel = JSON.parse(renderModelEl ? renderModelEl.textContent : '{}') || {};
renderTokens = Array.isArray(renderModel.tokens) ? renderModel.tokens : [];
} catch (e) {
console.warn('Failed to parse render model JSON:', e);
renderModel = {};
renderTokens = [];
}
function escapeControlChars(text) {
if (!text) return text;
let out = '';
for (let i = 0; i < text.length; i++) {
const ch = text[i];
const code = text.charCodeAt(i);
if (ch === '\\') {
out += '\\\\';
} else if (ch === '\n') {
out += '\\n';
} else if (ch === '\r') {
out += '\\r';
} else if (ch === '\t') {
out += '\\t';
} else if (code < 32 || code === 127) {
out += '\\x' + code.toString(16).padStart(2, '0');
} else {
out += ch;
}
}
return out;
}
if (content) {
while (content.firstChild) {
content.removeChild(content.firstChild);
}
const wordCounts = {};
renderTokens.forEach((token) => {
if (token && token.is_word && token.word_key) {
wordCounts[token.word_key] = (wordCounts[token.word_key] || 0) + 1;
}
});
renderTokens.forEach((token, idx) => {
const span = document.createElement('span');
span.className = 'token';
span.dataset.tokenIdx = String(idx);
span.dataset.tunedDelta = (token && typeof token.tuned_delta === 'number') ? String(token.tuned_delta) : '0';
const kind = (token && token.display && token.display.kind) ? token.display.kind : 'normal';
const text = (token && token.display && typeof token.display.text === 'string') ? token.display.text : '';
if (kind === 'control') {
span.classList.add('token-kind-control');
span.textContent = escapeControlChars(text);
} else if (kind === 'raw') {
span.classList.add('token-kind-raw');
span.textContent = text;
} else {
span.textContent = text;
}
if (token && token.is_word && token.word_key && wordCounts[token.word_key] > 1) {
span.classList.add('word');
span.dataset.word = token.word_key;
if (token.word_id !== undefined && token.word_id !== null) {
span.dataset.wordId = String(token.word_id);
}
}
content.appendChild(span);
if (kind === 'control' && (text.includes('\n') || text.includes('\r'))) {
content.appendChild(document.createTextNode('\n'));
}
});
}
const words = document.querySelectorAll('.word');
const wordGroups = {};
words.forEach(word => {
const wordText = word.getAttribute('data-word');
if (!wordGroups[wordText]) {
wordGroups[wordText] = [];
}
wordGroups[wordText].push(word);
});
function clearLines() {
while (svgOverlay.firstChild) {
svgOverlay.removeChild(svgOverlay.firstChild);
}
words.forEach(w => w.classList.remove('highlighted'));
}
function pickRectByY(rects, targetY) {
if (!rects || rects.length === 0) return null;
let best = rects[0];
let bestDist = Infinity;
rects.forEach(r => {
const cy = r.top + r.height / 2;
const dist = Math.abs(cy - targetY);
if (dist < bestDist) {
best = r;
bestDist = dist;
}
});
return best;
}
function getAnchorRect(element, targetY) {
const rects = Array.from(element.getClientRects());
if (rects.length === 0) return element.getBoundingClientRect();
if (rects.length === 1) return rects[0];
const picked = pickRectByY(rects, targetY);
return picked || rects[0];
}
function drawLines(hoveredWord, evt) {
clearLines();
const wordText = hoveredWord.getAttribute('data-word');
const wordId = parseInt(hoveredWord.getAttribute('data-word-id'));
const sameWords = wordGroups[wordText] || [];
const previousWords = sameWords.filter(w => {
const id = parseInt(w.getAttribute('data-word-id'));
return id < wordId;
});
if (previousWords.length === 0) return;
sameWords.forEach(w => w.classList.add('highlighted'));
const targetY = evt ? evt.clientY : (hoveredWord.getBoundingClientRect().top + hoveredWord.getBoundingClientRect().height / 2);
const hoveredRect = getAnchorRect(hoveredWord, targetY);
const hoveredX = hoveredRect.left + hoveredRect.width / 2;
const hoveredY = hoveredRect.top + hoveredRect.height / 2;
previousWords.forEach(prevWord => {
const prevRect = getAnchorRect(prevWord, hoveredY);
const prevX = prevRect.left + prevRect.width / 2;
const prevY = prevRect.top + prevRect.height / 2;
const midX = (hoveredX + prevX) / 2;
const midY = Math.min(hoveredY, prevY) - 30;
const path = document.createElementNS('http://www.w3.org/2000/svg', 'path');
path.setAttribute('class', 'link-line');
path.setAttribute('d', `M ${prevX} ${prevY} Q ${midX} ${midY} ${hoveredX} ${hoveredY}`);
svgOverlay.appendChild(path);
const dot1 = document.createElementNS('http://www.w3.org/2000/svg', 'circle');
dot1.setAttribute('class', 'link-dot');
dot1.setAttribute('cx', prevX);
dot1.setAttribute('cy', prevY);
dot1.setAttribute('r', 4);
svgOverlay.appendChild(dot1);
const dot2 = document.createElementNS('http://www.w3.org/2000/svg', 'circle');
dot2.setAttribute('class', 'link-dot');
dot2.setAttribute('cx', hoveredX);
dot2.setAttribute('cy', hoveredY);
dot2.setAttribute('r', 4);
svgOverlay.appendChild(dot2);
});
}
words.forEach(word => {
word.addEventListener('mouseenter', (e) => drawLines(word, e));
word.addEventListener('mouseleave', clearLines);
});
window.addEventListener('scroll', clearLines);
const tooltip = document.getElementById('tooltip');
const tokenSpans = document.querySelectorAll('.token');
tokenSpans.forEach(token => {
token.addEventListener('mouseenter', (e) => {
const tokenIdx = parseInt(token.dataset.tokenIdx);
const tokenInfo = (!isNaN(tokenIdx) && renderTokens[tokenIdx]) ? renderTokens[tokenIdx] : null;
const bytes = (tokenInfo && tokenInfo.bytes_hex) ? tokenInfo.bytes_hex : '';
const compressionA = (tokenInfo && tokenInfo.compression && tokenInfo.compression.rwkv) ? tokenInfo.compression.rwkv : '';
const compressionB = (tokenInfo && tokenInfo.compression && tokenInfo.compression.qwen) ? tokenInfo.compression.qwen : '';
const avgCompressionA = (tokenInfo && tokenInfo.loss && typeof tokenInfo.loss.rwkv === 'number') ? tokenInfo.loss.rwkv.toFixed(2) : '';
const avgCompressionB = (tokenInfo && tokenInfo.loss && typeof tokenInfo.loss.qwen === 'number') ? tokenInfo.loss.qwen.toFixed(2) : '';
const modelA = (tokenInfo && tokenInfo.model_tokens && tokenInfo.model_tokens.rwkv) ? tokenInfo.model_tokens.rwkv : null;
const modelB = (tokenInfo && tokenInfo.model_tokens && tokenInfo.model_tokens.qwen) ? tokenInfo.model_tokens.qwen : null;
const top5A = (tokenInfo && tokenInfo.topk && tokenInfo.topk.rwkv) ? tokenInfo.topk.rwkv : null;
const top5B = (tokenInfo && tokenInfo.topk && tokenInfo.topk.qwen) ? tokenInfo.topk.qwen : null;
function appendEscapedWithControlColor(container, text) {
const escaped = escapeControlChars(text || '');
const regex = /\\\\(x[0-9a-fA-F]{2}|[nrt])/g;
let lastIndex = 0;
let match = null;
while ((match = regex.exec(escaped)) !== null) {
const before = escaped.slice(lastIndex, match.index);
if (before) {
container.appendChild(document.createTextNode(before));
}
const span = document.createElement('span');
span.className = 'esc-control';
span.textContent = '\\\\' + match[1];
container.appendChild(span);
lastIndex = match.index + match[0].length;
}
const tail = escaped.slice(lastIndex);
if (tail) {
container.appendChild(document.createTextNode(tail));
}
}
function appendTokenText(container, text, isRaw) {
const display = (text !== undefined && text !== null) ? text : '';
if (isRaw) {
const span = document.createElement('span');
span.className = 'esc-raw';
span.textContent = display;
container.appendChild(span);
} else {
appendEscapedWithControlColor(container, display);
}
}
function formatTopkColumn(topkData, modelName, titleClass) {
const column = document.createElement('div');
column.className = 'topk-column';
const title = document.createElement('div');
title.className = 'topk-title ' + titleClass;
title.textContent = modelName;
column.appendChild(title);
const list = document.createElement('div');
list.className = 'topk-list';
column.appendChild(list);
if (!topkData) {
list.textContent = 'N/A';
return column;
}
try {
const data = topkData;
let actualId = null;
let rank = null;
let actualProb = null;
let topkList = [];
if (data.length >= 4) {
[actualId, rank, actualProb, topkList] = data;
} else {
[actualId, rank, topkList] = data;
}
topkList.forEach((item, idx) => {
const tokenId = item[0];
const prob = item[1];
const tokenText = item[2];
const isRaw = item.length > 3 ? item[3] : false;
const isHit = tokenId === actualId;
const rankClass = isHit ? 'topk-rank hit' : 'topk-rank';
const rawText = (tokenText !== undefined && tokenText !== null) ? tokenText : '';
const displayText = (rawText !== '') ? rawText : ('[' + tokenId + ']');
const row = document.createElement('div');
row.className = 'topk-item';
const rankSpan = document.createElement('span');
rankSpan.className = rankClass;
rankSpan.textContent = (idx + 1) + '.';
row.appendChild(rankSpan);
const tokenSpan = document.createElement('span');
tokenSpan.className = 'topk-token';
tokenSpan.title = 'ID: ' + tokenId;
appendTokenText(tokenSpan, displayText, isRaw);
row.appendChild(tokenSpan);
const probSpan = document.createElement('span');
probSpan.className = 'topk-prob';
probSpan.textContent = (prob * 100).toFixed(1) + '%';
row.appendChild(probSpan);
if (isHit) {
const hit = document.createElement('span');
hit.className = 'topk-hit';
hit.textContent = '✓';
row.appendChild(hit);
}
list.appendChild(row);
});
if (rank > 10) {
let probSuffix = '';
const probVal = parseFloat(actualProb);
if (!isNaN(probVal)) {
probSuffix = ' (' + (probVal * 100).toFixed(4) + '%)';
}
const miss = document.createElement('div');
miss.className = 'topk-item topk-miss';
miss.textContent = 'Actual rank: ' + rank + probSuffix;
list.appendChild(miss);
}
return column;
} catch (e) {
console.error('Error in formatTopkColumn for ' + modelName + ':', e);
console.error('topkData:', topkData);
list.textContent = 'Error: ' + e.message;
return column;
}
}
function formatTokenChips(modelData, label, labelClass) {
const block = document.createElement('div');
block.className = 'token-block';
const labelSpan = document.createElement('span');
labelSpan.className = 'label ' + labelClass;
labelSpan.textContent = label + ':';
block.appendChild(labelSpan);
const chips = document.createElement('div');
chips.className = 'token-chips';
block.appendChild(chips);
if (!modelData) {
const na = document.createElement('span');
na.className = 'topk-token token-chip';
na.textContent = 'N/A';
chips.appendChild(na);
return block;
}
try {
const tokenList = modelData;
tokenList.forEach((item) => {
const tokenId = item[0];
const tokenText = item[1];
const isRaw = item.length > 2 ? item[2] : false;
const displayText = (tokenText !== undefined && tokenText !== null) ? tokenText : '';
const group = document.createElement('span');
group.className = 'token-chip-group';
group.title = 'ID: ' + tokenId;
const idSpan = document.createElement('span');
idSpan.className = 'token-id';
idSpan.textContent = '[' + tokenId + ']';
group.appendChild(idSpan);
const chipSpan = document.createElement('span');
chipSpan.className = 'topk-token token-chip';
appendTokenText(chipSpan, displayText, isRaw);
group.appendChild(chipSpan);
chips.appendChild(group);
});
return block;
} catch (e) {
console.error('Error in formatTokenChips for ' + label + ':', e);
console.error('modelData:', modelData);
const err = document.createElement('span');
err.className = 'topk-token token-chip';
err.textContent = 'Error: ' + e.message;
chips.appendChild(err);
return block;
}
}
tooltip.replaceChildren();
const bytesRow = document.createElement('div');
const bytesLabel = document.createElement('span');
bytesLabel.className = 'label';
bytesLabel.textContent = 'Bytes:';
const bytesValue = document.createElement('span');
bytesValue.className = 'bytes';
bytesValue.textContent = bytes || '(empty)';
bytesRow.appendChild(bytesLabel);
bytesRow.appendChild(document.createTextNode(' '));
bytesRow.appendChild(bytesValue);
tooltip.appendChild(bytesRow);
const rwkvRow = document.createElement('div');
const rwkvLabel = document.createElement('span');
rwkvLabel.className = 'label';
rwkvLabel.textContent = 'RWKV Compression Rate:';
const rwkvValue = document.createElement('span');
rwkvValue.className = 'loss-a';
rwkvValue.textContent = compressionA || '(empty)';
if (avgCompressionA) {
rwkvValue.textContent += ' (avg: ' + avgCompressionA + '%)';
}
rwkvRow.appendChild(rwkvLabel);
rwkvRow.appendChild(document.createTextNode(' '));
rwkvRow.appendChild(rwkvValue);
tooltip.appendChild(rwkvRow);
const qwenRow = document.createElement('div');
const qwenLabel = document.createElement('span');
qwenLabel.className = 'label';
qwenLabel.textContent = 'Qwen Compression Rate:';
const qwenValue = document.createElement('span');
qwenValue.className = 'loss-b';
qwenValue.textContent = compressionB || '(empty)';
if (avgCompressionB) {
qwenValue.textContent += ' (avg: ' + avgCompressionB + '%)';
}
qwenRow.appendChild(qwenLabel);
qwenRow.appendChild(document.createTextNode(' '));
qwenRow.appendChild(qwenValue);
tooltip.appendChild(qwenRow);
const hr = document.createElement('hr');
hr.style.borderColor = '#555';
hr.style.margin = '6px 0';
tooltip.appendChild(hr);
tooltip.appendChild(formatTokenChips(modelA, 'RWKV', 'model-a'));
tooltip.appendChild(formatTokenChips(modelB, 'Qwen', 'model-b'));
if (top5A || top5B) {
const topkSection = document.createElement('div');
topkSection.className = 'topk-section';
const topkContainer = document.createElement('div');
topkContainer.className = 'topk-container';
topkContainer.appendChild(formatTopkColumn(top5A, 'RWKV Top10', 'model-a'));
topkContainer.appendChild(formatTopkColumn(top5B, 'Qwen Top10', 'model-b'));
topkSection.appendChild(topkContainer);
tooltip.appendChild(topkSection);
}
tooltip.style.display = 'block';
});
token.addEventListener('mousemove', (e) => {
const tooltipRect = tooltip.getBoundingClientRect();
const viewportWidth = window.innerWidth;
const viewportHeight = window.innerHeight;
let x = e.clientX + 15;
let y = e.clientY + 15;
if (x + tooltipRect.width > viewportWidth - 10) {
x = e.clientX - tooltipRect.width - 15;
}
if (y + tooltipRect.height > viewportHeight - 10) {
y = e.clientY - tooltipRect.height - 15;
}
if (x < 10) x = 10;
if (y < 10) y = 10;
tooltip.style.left = x + 'px';
tooltip.style.top = y + 'px';
});
token.addEventListener('mouseleave', () => {
tooltip.style.display = 'none';
});
});
const slider = document.getElementById('color-range-slider');
const rangeValue = document.getElementById('color-range-value');
// Collect all tuned_delta values
const tokenData = [];
tokenSpans.forEach((token, idx) => {
const tunedDelta = parseFloat(token.dataset.tunedDelta);
if (!isNaN(tunedDelta)) {
tokenData.push({ token, tunedDelta, absDelta: Math.abs(tunedDelta) });
}
});
// Calculate max_abs_tuned_delta for normalization
const maxAbsDelta = Math.max(...tokenData.map(d => d.absDelta), 1e-9);
// Sort by |tuned_delta| to get rankings
const sortedByAbs = [...tokenData].sort((a, b) => b.absDelta - a.absDelta);
sortedByAbs.forEach((item, rank) => {
item.rank = rank; // rank 0 = largest deviation
});
function tunedDeltaToColor(tunedDelta, maxAbsDelta, exponent) {
// Normalize to [-1, 1]
const normalized = Math.max(-1, Math.min(1, tunedDelta / maxAbsDelta));
let r, g, b;
if (normalized < 0) {
// Green (RWKV better)
const intensity = Math.pow(-normalized, exponent);
r = Math.round(255 * (1 - intensity * 0.85));
g = 255;
b = Math.round(255 * (1 - intensity * 0.85));
} else {
// Red (RWKV worse)
const intensity = Math.pow(normalized, exponent);
r = 255;
g = Math.round(255 * (1 - intensity * 0.85));
b = Math.round(255 * (1 - intensity * 0.85));
}
return `rgb(${r}, ${g}, ${b})`;
}
function updateColors(colorRangePercent) {
// colorRangePercent: 0-100, represents the proportion of tokens to color
const colorCount = Math.round(tokenData.length * colorRangePercent / 100);
// Calculate exponent: 100% -> 0.5, 0% -> 1.0
const exponent = 1 - (colorRangePercent / 100) * 0.5;
// Calculate max deviation within the colored range
let maxAbsDeltaInRange = 1e-9;
tokenData.forEach(item => {
if (item.rank < colorCount) {
maxAbsDeltaInRange = Math.max(maxAbsDeltaInRange, item.absDelta);
}
});
tokenData.forEach(item => {
if (item.rank < colorCount) {
// Use dynamic normalization based on colored range
item.token.style.backgroundColor = tunedDeltaToColor(item.tunedDelta, maxAbsDeltaInRange, exponent);
} else {
// Outside color range, white
item.token.style.backgroundColor = 'rgb(255, 255, 255)';
}
});
}
slider.addEventListener('input', (e) => {
const val = parseFloat(e.target.value);
rangeValue.textContent = val.toFixed(1) + '%';
updateColors(val);
});
// Apply default color range on page load
updateColors(10);
</script>
</body>
</html>