Upload docs/index.html with huggingface_hub
Browse files- docs/index.html +7 -7
docs/index.html
CHANGED
|
@@ -3,17 +3,17 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
-
<title>Pico-Type — Tiny, Byte-Level Content Classifier (1.5M params,
|
| 7 |
-
<meta name="description" content="Pico-Type is a 1.5M-parameter byte-level multi-head classifier that identifies code language, content type, and more from raw bytes — no parsing needed.
|
| 8 |
<meta name="keywords" content="pico-type, byte-level classifier, content classification, machine learning, tiny model, open source, code language detection, multi-head classifier" />
|
| 9 |
<meta property="og:title" content="Pico-Type — Tiny Byte-Level Content Classifier" />
|
| 10 |
-
<meta property="og:description" content="1.5M parameters,
|
| 11 |
<meta property="og:url" content="https://eulogik.github.io/pico-type/" />
|
| 12 |
<meta property="og:type" content="website" />
|
| 13 |
<meta property="og:image" content="https://eulogik.github.io/pico-type/logo.png" />
|
| 14 |
<meta name="twitter:card" content="summary_large_image" />
|
| 15 |
<meta name="twitter:title" content="Pico-Type — Tiny Byte-Level Content Classifier" />
|
| 16 |
-
<meta name="twitter:description" content="1.5M parameters,
|
| 17 |
<link rel="canonical" href="https://eulogik.github.io/pico-type/" />
|
| 18 |
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
| 19 |
<link rel="icon" type="image/png" href="logo.png" />
|
|
@@ -236,7 +236,7 @@
|
|
| 236 |
<!-- Stats -->
|
| 237 |
<div class="stats container">
|
| 238 |
<div><div class="stat-value">1.5M</div><div class="stat-label">Parameters</div></div>
|
| 239 |
-
<div><div class="stat-value">
|
| 240 |
<div><div class="stat-value">62</div><div class="stat-label">Code Languages</div></div>
|
| 241 |
<div><div class="stat-value">7</div><div class="stat-label">Classification Heads</div></div>
|
| 242 |
<div><div class="stat-value">2KB</div><div class="stat-label">Context Window</div></div>
|
|
@@ -318,9 +318,9 @@
|
|
| 318 |
|
| 319 |
<!-- Real-world accuracy -->
|
| 320 |
<section>
|
| 321 |
-
<h2>Real-World Accuracy:
|
| 322 |
<p style="text-align:center;color:var(--text-muted);margin-bottom:32px;">
|
| 323 |
-
|
| 324 |
</p>
|
| 325 |
<div class="table-wrap">
|
| 326 |
<table>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
+
<title>Pico-Type — Tiny, Byte-Level Content Classifier (1.5M params, 98.3% text-lang accuracy)</title>
|
| 7 |
+
<meta name="description" content="Pico-Type is a 1.5M-parameter byte-level multi-head classifier that identifies code language, content type, and more from raw bytes — no parsing needed. 98.3% text-lang accuracy, ONNX export, open source." />
|
| 8 |
<meta name="keywords" content="pico-type, byte-level classifier, content classification, machine learning, tiny model, open source, code language detection, multi-head classifier" />
|
| 9 |
<meta property="og:title" content="Pico-Type — Tiny Byte-Level Content Classifier" />
|
| 10 |
+
<meta property="og:description" content="1.5M parameters, 98.3% text-lang accuracy. Classifies raw bytes into code language, content modality, subtype, and more. No parsing, no dependencies." />
|
| 11 |
<meta property="og:url" content="https://eulogik.github.io/pico-type/" />
|
| 12 |
<meta property="og:type" content="website" />
|
| 13 |
<meta property="og:image" content="https://eulogik.github.io/pico-type/logo.png" />
|
| 14 |
<meta name="twitter:card" content="summary_large_image" />
|
| 15 |
<meta name="twitter:title" content="Pico-Type — Tiny Byte-Level Content Classifier" />
|
| 16 |
+
<meta name="twitter:description" content="1.5M parameters, 98.3% text-lang accuracy. Classifies raw bytes into code language, content modality, subtype, and more. Open source." />
|
| 17 |
<link rel="canonical" href="https://eulogik.github.io/pico-type/" />
|
| 18 |
<link rel="icon" type="image/x-icon" href="favicon.ico" />
|
| 19 |
<link rel="icon" type="image/png" href="logo.png" />
|
|
|
|
| 236 |
<!-- Stats -->
|
| 237 |
<div class="stats container">
|
| 238 |
<div><div class="stat-value">1.5M</div><div class="stat-label">Parameters</div></div>
|
| 239 |
+
<div><div class="stat-value">98.3%</div><div class="stat-label">Text-Lang Accuracy</div></div>
|
| 240 |
<div><div class="stat-value">62</div><div class="stat-label">Code Languages</div></div>
|
| 241 |
<div><div class="stat-value">7</div><div class="stat-label">Classification Heads</div></div>
|
| 242 |
<div><div class="stat-value">2KB</div><div class="stat-label">Context Window</div></div>
|
|
|
|
| 318 |
|
| 319 |
<!-- Real-world accuracy -->
|
| 320 |
<section>
|
| 321 |
+
<h2>Real-World Accuracy: 60.3% code lang · 98.3% text lang</h2>
|
| 322 |
<p style="text-align:center;color:var(--text-muted);margin-bottom:32px;">
|
| 323 |
+
Evaluated on real-world corpora — The Heap (1,200 code samples, 24 languages) and Wikipedia (1,500 articles, 30 languages).
|
| 324 |
</p>
|
| 325 |
<div class="table-wrap">
|
| 326 |
<table>
|