indus-script-demo / README.md
hellosindh's picture
Update README.md
bfa0a14 verified
---
title: Indus Script Models
emoji: 🏺
colorFrom: indigo
colorTo: purple
sdk: gradio
sdk_version: 4.42.0
app_file: app.py
pinned: false
license: cc-by-4.0
tags:
- indus-script
- ancient-scripts
- archaeology
- nlp
---
# Indus Script β€” Interactive Demo
Six tools for exploring the undeciphered Indus Valley Script (2600–1900 BCE).
## Tabs
| Tab | What it does |
|---|---|
| Sign Lookup | Enter T604 or 604 β€” see glyph, role, frequency |
| Validate Sequence | Enter any sequence β€” get BERT/N-gram/ELECTRA scores |
| Predict Masked Sign | Enter T638 [MASK] T420 β€” model predicts the missing sign |
| Generate Sequence | One click β€” generates a new grammatically valid inscription |
| Sign Explorer | Browse all 641 signs filtered by role (PREFIX/SUFFIX/CORE/RARE) |
| Sign ↔ Number | Convert between T604 and 604 |
## Models used
- TinyBERT (classifier + MLM)
- N-gram RTL
- ELECTRA discriminator
- NanoGPT generator
All models from [hellosindh/indus-script-models](https://huggingface.co/hellosindh/indus-script-models)