add model and metrics
Browse files- config.json +8 -0
- model.pth +1 -1
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": ["Net"],
|
| 3 |
+
"model_type": "custom",
|
| 4 |
+
"framework": "pytorch",
|
| 5 |
+
"task": "image-classification",
|
| 6 |
+
"image_size": [28, 28],
|
| 7 |
+
"labels": ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"]
|
| 8 |
+
}
|
model.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 44799179
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a60a4e61c226e6308e993970e512ba7bc8a771eabd46343a2dbd2d8f0e355a97
|
| 3 |
size 44799179
|