Commit ·
8572c68
1
Parent(s): 07a2346
Updated Readme
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Kannada Tokenizer Gradio App
|
| 2 |
|
| 3 |
A lightweight Gradio application that visualises byte-pair encoding tokenisation for Kannada text, inspired by the OpenAI *tiktoken* viewer. Enter Kannada phrases to inspect colour-highlighted tokens, view token IDs, and understand compression achieved versus the raw UTF-8 byte representation.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Kannada Tokenizer
|
| 3 |
+
emoji: 🧠
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.42.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Kannada Tokenizer Gradio App
|
| 13 |
|
| 14 |
A lightweight Gradio application that visualises byte-pair encoding tokenisation for Kannada text, inspired by the OpenAI *tiktoken* viewer. Enter Kannada phrases to inspect colour-highlighted tokens, view token IDs, and understand compression achieved versus the raw UTF-8 byte representation.
|