Upload folder using huggingface_hub
Browse files- fashionmnist_mlp/README.md +17 -0
- fashionmnist_mlp/history.json +87 -0
- fashionmnist_mlp/meta.json +8 -0
- fashionmnist_mlp/model.pt +3 -0
- fashionmnist_mlp/train_features.pt +3 -0
- fashionmnist_mlp/val_features.pt +3 -0
fashionmnist_mlp/README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# fashionmnist mlp
|
| 2 |
+
|
| 3 |
+
## Summary
|
| 4 |
+
- Task: classification
|
| 5 |
+
- Epochs: 15
|
| 6 |
+
- Final val loss: 0.377023
|
| 7 |
+
- Final val accuracy: 0.891100
|
| 8 |
+
|
| 9 |
+
## Artifacts
|
| 10 |
+
- model.pt: model weights
|
| 11 |
+
- history.json: per-epoch training and validation metrics
|
| 12 |
+
- train_features.pt: training-set feature embeddings and targets
|
| 13 |
+
- val_features.pt: validation-set feature embeddings and targets
|
| 14 |
+
- meta.json: run metadata
|
| 15 |
+
|
| 16 |
+
## Metric Keys
|
| 17 |
+
- epoch, train_loss, val_loss, train_acc, val_acc
|
fashionmnist_mlp/history.json
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": [
|
| 3 |
+
1,
|
| 4 |
+
2,
|
| 5 |
+
3,
|
| 6 |
+
4,
|
| 7 |
+
5,
|
| 8 |
+
6,
|
| 9 |
+
7,
|
| 10 |
+
8,
|
| 11 |
+
9,
|
| 12 |
+
10,
|
| 13 |
+
11,
|
| 14 |
+
12,
|
| 15 |
+
13,
|
| 16 |
+
14,
|
| 17 |
+
15
|
| 18 |
+
],
|
| 19 |
+
"train_loss": [
|
| 20 |
+
0.4657406564235687,
|
| 21 |
+
0.33821939967473347,
|
| 22 |
+
0.3019398682196935,
|
| 23 |
+
0.27899476794401806,
|
| 24 |
+
0.25802825113932293,
|
| 25 |
+
0.2402053529103597,
|
| 26 |
+
0.2242182840983073,
|
| 27 |
+
0.21185478652318318,
|
| 28 |
+
0.1987246191263199,
|
| 29 |
+
0.18731329916318257,
|
| 30 |
+
0.17686625417073568,
|
| 31 |
+
0.16689519757429758,
|
| 32 |
+
0.15766664225260416,
|
| 33 |
+
0.15009164319435755,
|
| 34 |
+
0.1377198805252711
|
| 35 |
+
],
|
| 36 |
+
"val_loss": [
|
| 37 |
+
0.42980858755111695,
|
| 38 |
+
0.3680653881788254,
|
| 39 |
+
0.3746721494793892,
|
| 40 |
+
0.3253907965064049,
|
| 41 |
+
0.3518775214910507,
|
| 42 |
+
0.3434426740169525,
|
| 43 |
+
0.3207480120778084,
|
| 44 |
+
0.37259988203048705,
|
| 45 |
+
0.34402023074626925,
|
| 46 |
+
0.3535946595788002,
|
| 47 |
+
0.3346142128944397,
|
| 48 |
+
0.34749345083236693,
|
| 49 |
+
0.3594154316186905,
|
| 50 |
+
0.35843207840919494,
|
| 51 |
+
0.37702294154167176
|
| 52 |
+
],
|
| 53 |
+
"train_acc": [
|
| 54 |
+
0.83015,
|
| 55 |
+
0.8756166666666667,
|
| 56 |
+
0.8879,
|
| 57 |
+
0.8945833333333333,
|
| 58 |
+
0.9035,
|
| 59 |
+
0.9099166666666667,
|
| 60 |
+
0.9144833333333333,
|
| 61 |
+
0.9192166666666667,
|
| 62 |
+
0.9246833333333333,
|
| 63 |
+
0.9283833333333333,
|
| 64 |
+
0.93275,
|
| 65 |
+
0.9368,
|
| 66 |
+
0.9391166666666667,
|
| 67 |
+
0.9418166666666666,
|
| 68 |
+
0.9471833333333334
|
| 69 |
+
],
|
| 70 |
+
"val_acc": [
|
| 71 |
+
0.8442,
|
| 72 |
+
0.866,
|
| 73 |
+
0.859,
|
| 74 |
+
0.879,
|
| 75 |
+
0.8763,
|
| 76 |
+
0.8792,
|
| 77 |
+
0.8868,
|
| 78 |
+
0.8724,
|
| 79 |
+
0.8846,
|
| 80 |
+
0.8792,
|
| 81 |
+
0.8941,
|
| 82 |
+
0.8888,
|
| 83 |
+
0.8935,
|
| 84 |
+
0.8896,
|
| 85 |
+
0.8911
|
| 86 |
+
]
|
| 87 |
+
}
|
fashionmnist_mlp/meta.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset": "fashionmnist",
|
| 3 |
+
"model": "mlp",
|
| 4 |
+
"task": "classification",
|
| 5 |
+
"epochs": 15,
|
| 6 |
+
"final_val_loss": 0.37702294154167176,
|
| 7 |
+
"final_val_acc": 0.8911
|
| 8 |
+
}
|
fashionmnist_mlp/model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00a5c30a52dd2c0f308f46f7339c6d24f80b51560a020a37994994eeb09bec65
|
| 3 |
+
size 2146045
|
fashionmnist_mlp/train_features.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f766ad15605003e5c1b1c63a0adeffdd81010fc3305fff37aca0343389c8e10f
|
| 3 |
+
size 31201949
|
fashionmnist_mlp/val_features.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0f1874dcdeefe81943c75845aaff7112650d402ba7a209f5016713739ddd31e
|
| 3 |
+
size 5201933
|