Spaces:
Running
Running
Commit
·
9a3ccb5
1
Parent(s):
c4a9ea8
Add Handbooks Lighton OCR example dataset
Browse filesAdded davanstrien/handbooks-lighton-ocr-32k-test to the example datasets list. This dataset contains National Library of Scotland handbooks processed with the LightOnOCR-0.9B model (32k vocabulary).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
js/app.js
CHANGED
|
@@ -13,7 +13,8 @@ document.addEventListener('alpine:init', () => {
|
|
| 13 |
exampleDatasets: [
|
| 14 |
{ id: 'davanstrien/exams-ocr', name: 'Exams OCR', description: 'Historical exam papers with VLM corrections' },
|
| 15 |
{ id: 'davanstrien/rolm-test', name: 'ROLM Test', description: 'Documents processed with RolmOCR model' },
|
| 16 |
-
{ id: 'davanstrien/india-medical-ocr-test', name: 'India Medical OCR', description: 'Medical documents with NuMarkdown reasoning traces' }
|
|
|
|
| 17 |
],
|
| 18 |
|
| 19 |
// Navigation state
|
|
|
|
| 13 |
exampleDatasets: [
|
| 14 |
{ id: 'davanstrien/exams-ocr', name: 'Exams OCR', description: 'Historical exam papers with VLM corrections' },
|
| 15 |
{ id: 'davanstrien/rolm-test', name: 'ROLM Test', description: 'Documents processed with RolmOCR model' },
|
| 16 |
+
{ id: 'davanstrien/india-medical-ocr-test', name: 'India Medical OCR', description: 'Medical documents with NuMarkdown reasoning traces' },
|
| 17 |
+
{ id: 'davanstrien/handbooks-lighton-ocr-32k-test', name: 'Handbooks Lighton OCR', description: 'National Library of Scotland handbooks processed with LightOnOCR-0.9B (32k vocab)' }
|
| 18 |
],
|
| 19 |
|
| 20 |
// Navigation state
|