Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Tiny Letter Classifier
|
3 |
-
emoji:
|
4 |
colorFrom: gray
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
@@ -11,4 +11,8 @@ license: mit
|
|
11 |
short_description: A small (3mb) ONNX alphanumeric classifier.
|
12 |
---
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Tiny Letter Classifier
|
3 |
+
emoji: 🐨
|
4 |
colorFrom: gray
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
|
|
11 |
short_description: A small (3mb) ONNX alphanumeric classifier.
|
12 |
---
|
13 |
|
14 |
+
Trained on the EMNIST (not MNIST, but related) dataset.
|
15 |
+
|
16 |
+
Performance and training information is available at https://wandb.ai/josephc/tiny_letter_classifier/workspace?nw=nwuserjosephc
|
17 |
+
|
18 |
+
Model has trouble distinguishing between upper and lower-case for some letters, like 's' versus 'S', 'z' versus 'Z', or 'o' versus 'O' and '0'. 'i', 'l', and '1' are also difficult to disambiguate.
|