feat: initial MNIST model, config, and README
Browse files
README.md
CHANGED
@@ -13,8 +13,8 @@ tags:
|
|
13 |
|
14 |
| Metric | Value |
|
15 |
| ------ | ----- |
|
16 |
-
| Validation Accuracy | 0.
|
17 |
-
| Validation Loss | 0.
|
18 |
|
19 |
## Usage
|
20 |
```python
|
|
|
13 |
|
14 |
| Metric | Value |
|
15 |
| ------ | ----- |
|
16 |
+
| Validation Accuracy | 0.9885 |
|
17 |
+
| Validation Loss | 0.0375 |
|
18 |
|
19 |
## Usage
|
20 |
```python
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4802952
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a9689013e323d19bb13b4a425af483b78e68da96bce57379f275c9c7d5f4f9e
|
3 |
size 4802952
|
tb_logs/events.out.tfevents.1754328291.52348d3795bb.224.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:009dda2bcaca663cfb166e95f127cb67afcfb00b729d8309cdcda53d14c3b5af
|
3 |
+
size 65624
|