JosephCatrambone commited on
Commit
f0579d5
·
verified ·
1 Parent(s): 52d714a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
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
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
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.