deepshah23 commited on
Commit
adf39c3
·
verified ·
1 Parent(s): 1169bac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -40,7 +40,7 @@ This model is licensed under the **AGPL-3.0** license to comply with the [Plom P
40
  - 0–9: Digits
41
  - 10: Blank image
42
  - **Architecture**: 3-layer CNN with BatchNorm, ReLU, MaxPooling, Dropout, Fully Connected Layers
43
- - **Model Format**: TorchScript (`.pt`)
44
  - **Training Dataset**: Combined MNIST, EMNIST Digits, and 5000 synthetic blank images
45
 
46
  ---
 
40
  - 0–9: Digits
41
  - 10: Blank image
42
  - **Architecture**: 3-layer CNN with BatchNorm, ReLU, MaxPooling, Dropout, Fully Connected Layers
43
+ - **Model Format**: TorchScript (`.pt`), ONNX (`.onnx`)
44
  - **Training Dataset**: Combined MNIST, EMNIST Digits, and 5000 synthetic blank images
45
 
46
  ---