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.9891 |
|
17 |
+
| Validation Loss | 0.0345 |
|
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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c1a5bff1de1832c385dbe8a925ff3db97374fb997aa4bb6ac90de541fd6c9dad
|
3 |
+
size 4802888
|
tb_logs/events.out.tfevents.1754364602.4a9429956956.379.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a7c252ce82019c209acc060de3058d40f115f0cd022432fb16548bc6ec03074
|
3 |
+
size 69093
|