Minor UI tweaks.
Browse files- bundle.js.map +2 -2
- index.html +5 -1
- service-worker.js +1 -1
- service-worker.js.map +1 -1
bundle.js.map
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf8f4aa5c0021ab711245cf6b010b4f7bcdff74c9a7f29ed40e30467c6908134
|
3 |
+
size 29675342
|
index.html
CHANGED
@@ -26,6 +26,7 @@
|
|
26 |
#titleDiv {
|
27 |
h1 {
|
28 |
margin: 10px;
|
|
|
29 |
}
|
30 |
text-align: center;
|
31 |
margin-bottom: 1em;
|
@@ -48,6 +49,9 @@
|
|
48 |
display: flex;
|
49 |
gap: 1em;
|
50 |
}
|
|
|
|
|
|
|
51 |
.fw {
|
52 |
flex-wrap: wrap;
|
53 |
}
|
@@ -56,4 +60,4 @@
|
|
56 |
}
|
57 |
.token {
|
58 |
border: 1px solid #888;
|
59 |
-
}</style><script defer="defer" src="bundle.js"></script></head><body><div id="titleDiv"><h1>Do LLMs Capture the Fractal Complexity of Language?</h1>ICML 2025 | <a href="https://arxiv.org/abs/2502.14924">paper</a> | <a href="https://icml.cc/media/PosterPDFs/ICML%202025/44028.png">poster</a> | <a href="https://huggingface.co/datasets/ibomohsin/gagle/blob/main/GAGLE_Dataset.ipynb">dataset</a></div><div id="loadingDiv" style="display: flex; flex-direction: column; align-items: center; margin-top: 4em;"><div class="spinner"></div><div style="margin-top: 1em; font-size: 1.2em; color: #555;">Loading...</div></div><div id="uiDiv" style="display:none;"><div class="h fw g2 settings"><div class="h"><select size="1" id="plotSelect"><option value="integral">plot integral</option><option value="increments">plot increments</option></select> <select size="1" id="spdSelect"><option value="100">100 samples</option><option value="1000">1000 samples</option><option value="10000" selected="selected">10000 samples</option></select> <select size="1" id="epsSelect"><option value="0.01">eps=0.01</option><option value="0.001">eps=0.001</option><option value="0.0001">eps=0.0001</option></select></div><div class="h"><select
|
|
|
26 |
#titleDiv {
|
27 |
h1 {
|
28 |
margin: 10px;
|
29 |
+
font-size: min(3.5vw, 30px);
|
30 |
}
|
31 |
text-align: center;
|
32 |
margin-bottom: 1em;
|
|
|
49 |
display: flex;
|
50 |
gap: 1em;
|
51 |
}
|
52 |
+
.h.rev {
|
53 |
+
flex-direction: row-reverse;
|
54 |
+
}
|
55 |
.fw {
|
56 |
flex-wrap: wrap;
|
57 |
}
|
|
|
60 |
}
|
61 |
.token {
|
62 |
border: 1px solid #888;
|
63 |
+
}</style><script defer="defer" src="bundle.js"></script></head><body><div id="titleDiv"><h1>Do LLMs Capture the Fractal Complexity of Language?</h1><a href="https://icml.cc/virtual/2025/poster/44028">ICML 2025</a> | <a href="https://arxiv.org/abs/2502.14924">paper</a> | <a href="https://icml.cc/media/PosterPDFs/ICML%202025/44028.png">poster</a> | <a href="https://huggingface.co/datasets/ibomohsin/gagle/blob/main/GAGLE_Dataset.ipynb">dataset</a></div><div id="loadingDiv" style="display: flex; flex-direction: column; align-items: center; margin-top: 4em;"><div class="spinner"></div><div style="margin-top: 1em; font-size: 1.2em; color: #555;">Loading...</div></div><div id="uiDiv" style="display:none;"><div class="h rev fw g2 settings"><div class="h"><select size="1" id="plotSelect"><option value="integral">plot integral</option><option value="increments">plot increments</option></select> <select size="1" id="spdSelect"><option value="100">100 samples</option><option value="1000">1000 samples</option><option value="10000" selected="selected">10000 samples</option></select> <select size="1" id="epsSelect"><option value="0.01">eps=0.01</option><option value="0.001">eps=0.001</option><option value="0.0001">eps=0.0001</option></select></div><div style="flex-grow:1;"></div><div class="h"><select id="panelSelect" style="color:red"><option value="fgn">FGN</option><option value="scores" selected="selected">LLM Scores</option></select><div class="h fw" id="fgnPanel"><select size="1" id="hurstSelect"><option value="0.1">h=0.1</option><option value="0.2">h=0.2</option><option value="0.3">h=0.3</option><option value="0.4">h=0.4</option><option value="0.5">h=0.5</option><option value="0.6">h=0.6</option><option value="0.7" selected="selected">h=0.7</option><option value="0.8">h=0.8</option><option value="0.9">h=0.9</option></select></div><div class="h fw" id="scoresPanel"><select size="1" id="dataSelect"></select><div><select size="1" id="idx0Select"></select> - <select size="1" id="idx1Select"></select></div><select size="1" id="textSelect"><option value="original_text">original_text</option><option value="llm_text">llm_text</option></select> <select size="1" id="scorerSelect"><option value="gemma-2b">gemma-2b</option><option value="mistral-7b">mistral-7b</option></select></div></div><!-- #{fgn,scores}Panel --></div><div id="resultsDiv" class="h"><div id="holderPlot" class="plot"></div><div id="hurstPlot" class="plot"></div></div><div id="mainPlot" class="plot"></div><div id="textDiv"></div></div></body></html>
|
service-worker.js
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
if(!self.define){let e,i={};const n=(n,o)=>(n=new URL(n+".js",o).href,i[n]||new Promise(i=>{if("document"in self){const e=document.createElement("script");e.src=n,e.onload=i,document.head.appendChild(e)}else e=n,importScripts(n),i()}).then(()=>{let e=i[n];if(!e)throw new Error(`Module ${n} didn’t register its module`);return e}));self.define=(o,r)=>{const f=e||("document"in self?document.currentScript.src:"")||location.href;if(i[f])return;let d={};const c=e=>n(e,f),s={module:{uri:f},exports:d,require:c};i[f]=Promise.all(o.map(e=>s[e]||c(e))).then(e=>(r(...e),d))}}define(["./workbox-1f84e78b"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"android-chrome-192x192.png",revision:"eba3afab542a1f2a73f5ab00189500f8"},{url:"android-chrome-512x512.png",revision:"d0c93c1c7327a37da474912e218aa4f0"},{url:"apple-touch-icon.png",revision:"9d6fb9e7fafb85f17d076cd894d67451"},{url:"bundle.js.LICENSE.txt",revision:"68da120916319de1636898d7a1f2a84b"},{url:"favicon-16x16.png",revision:"1a81b313988bf91c60533d7bc185d2d8"},{url:"favicon-32x32.png",revision:"489780f7ef149d8deb63c0462ae8225a"},{url:"favicon.ico",revision:"8ffac74f023c54765fcaffe620e6c373"},{url:"index.html",revision:"
|
2 |
//# sourceMappingURL=service-worker.js.map
|
|
|
1 |
+
if(!self.define){let e,i={};const n=(n,o)=>(n=new URL(n+".js",o).href,i[n]||new Promise(i=>{if("document"in self){const e=document.createElement("script");e.src=n,e.onload=i,document.head.appendChild(e)}else e=n,importScripts(n),i()}).then(()=>{let e=i[n];if(!e)throw new Error(`Module ${n} didn’t register its module`);return e}));self.define=(o,r)=>{const f=e||("document"in self?document.currentScript.src:"")||location.href;if(i[f])return;let d={};const c=e=>n(e,f),s={module:{uri:f},exports:d,require:c};i[f]=Promise.all(o.map(e=>s[e]||c(e))).then(e=>(r(...e),d))}}define(["./workbox-1f84e78b"],function(e){"use strict";self.skipWaiting(),e.clientsClaim(),e.precacheAndRoute([{url:"android-chrome-192x192.png",revision:"eba3afab542a1f2a73f5ab00189500f8"},{url:"android-chrome-512x512.png",revision:"d0c93c1c7327a37da474912e218aa4f0"},{url:"apple-touch-icon.png",revision:"9d6fb9e7fafb85f17d076cd894d67451"},{url:"bundle.js.LICENSE.txt",revision:"68da120916319de1636898d7a1f2a84b"},{url:"favicon-16x16.png",revision:"1a81b313988bf91c60533d7bc185d2d8"},{url:"favicon-32x32.png",revision:"489780f7ef149d8deb63c0462ae8225a"},{url:"favicon.ico",revision:"8ffac74f023c54765fcaffe620e6c373"},{url:"index.html",revision:"0df66d4e1bb380edba842cb6ea57750e"},{url:"manifest.json",revision:"12149f1b9ae97de7d9759f6007416e50"}],{})});
|
2 |
//# sourceMappingURL=service-worker.js.map
|
service-worker.js.map
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"version":3,"file":"service-worker.js","sources":["../../../../../private/var/folders/69/820n51r53cd0mj_gqbc4p040009258/T/
|
|
|
1 |
+
{"version":3,"file":"service-worker.js","sources":["../../../../../private/var/folders/69/820n51r53cd0mj_gqbc4p040009258/T/5436e67a4a8ba31a20d82c83d0126c9e/service-worker.js"],"sourcesContent":["import {clientsClaim as workbox_core_clientsClaim} from '/Users/andstein/git/gagle/webapp/node_modules/workbox-core/clientsClaim.mjs';\nimport {precacheAndRoute as workbox_precaching_precacheAndRoute} from '/Users/andstein/git/gagle/webapp/node_modules/workbox-precaching/precacheAndRoute.mjs';/**\n * Welcome to your Workbox-powered service worker!\n *\n * You'll need to register this file in your web app.\n * See https://goo.gl/nhQhGp\n *\n * The rest of the code is auto-generated. Please don't update this file\n * directly; instead, make changes to your Workbox build configuration\n * and re-run your build process.\n * See https://goo.gl/2aRDsh\n */\n\n\n\n\n\n\n\n\nself.skipWaiting();\n\nworkbox_core_clientsClaim();\n\n\n/**\n * The precacheAndRoute() method efficiently caches and responds to\n * requests for URLs in the manifest.\n * See https://goo.gl/S9QRab\n */\nworkbox_precaching_precacheAndRoute([\n {\n \"url\": \"android-chrome-192x192.png\",\n \"revision\": \"eba3afab542a1f2a73f5ab00189500f8\"\n },\n {\n \"url\": \"android-chrome-512x512.png\",\n \"revision\": \"d0c93c1c7327a37da474912e218aa4f0\"\n },\n {\n \"url\": \"apple-touch-icon.png\",\n \"revision\": \"9d6fb9e7fafb85f17d076cd894d67451\"\n },\n {\n \"url\": \"bundle.js.LICENSE.txt\",\n \"revision\": \"68da120916319de1636898d7a1f2a84b\"\n },\n {\n \"url\": \"favicon-16x16.png\",\n \"revision\": \"1a81b313988bf91c60533d7bc185d2d8\"\n },\n {\n \"url\": \"favicon-32x32.png\",\n \"revision\": \"489780f7ef149d8deb63c0462ae8225a\"\n },\n {\n \"url\": \"favicon.ico\",\n \"revision\": \"8ffac74f023c54765fcaffe620e6c373\"\n },\n {\n \"url\": \"index.html\",\n \"revision\": \"0df66d4e1bb380edba842cb6ea57750e\"\n },\n {\n \"url\": \"manifest.json\",\n \"revision\": \"12149f1b9ae97de7d9759f6007416e50\"\n }\n], {});\n\n\n\n\n\n\n\n\n"],"names":["self","skipWaiting","workbox_core_clientsClaim","workbox_precaching_precacheAndRoute","url","revision"],"mappings":"inBAoBAA,KAAKC,cAELC,EAAAA,eAQAC,EAAAA,iBAAoC,CAClC,CACEC,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,oBACPC,SAAY,oCAEd,CACED,IAAO,oBACPC,SAAY,oCAEd,CACED,IAAO,cACPC,SAAY,oCAEd,CACED,IAAO,aACPC,SAAY,oCAEd,CACED,IAAO,gBACPC,SAAY,qCAEb,CAAA"}
|