Update READEME
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Marathi Tokenizer Demo
|
2 |
|
3 |
A web interface for the Marathi BPE tokenizer. This demo allows you to:
|
@@ -8,3 +19,5 @@ A web interface for the Marathi BPE tokenizer. This demo allows you to:
|
|
8 |
|
9 |
## Usage
|
10 |
Simply enter Marathi text in the input box and see the tokenization results!
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Marathi BPE Tokenizer
|
3 |
+
emoji: 🔤
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.7.1
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
# Marathi Tokenizer Demo
|
13 |
|
14 |
A web interface for the Marathi BPE tokenizer. This demo allows you to:
|
|
|
19 |
|
20 |
## Usage
|
21 |
Simply enter Marathi text in the input box and see the tokenization results!
|
22 |
+
|
23 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|