SaladSlayer00
commited on
Commit
•
baeaaa1
1
Parent(s):
23c0123
Training in progress epoch 2
Browse files- .gitattributes +2 -0
- README.md +5 -4
- checkpoints/checkpoint +2 -2
- checkpoints/model-0002.ckpt.data-00000-of-00001 +3 -0
- checkpoints/model-0002.ckpt.index +3 -0
- logs/train/events.out.tfevents.1704615831.8728a2b54c87.721.0.v2 +2 -2
- logs/validation/events.out.tfevents.1704615958.8728a2b54c87.721.1.v2 +2 -2
- tf_model.h5 +1 -1
.gitattributes
CHANGED
@@ -35,3 +35,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
checkpoints/model-0001.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
37 |
checkpoints/model-0001.ckpt.index filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
checkpoints/model-0001.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
37 |
checkpoints/model-0001.ckpt.index filter=lfs diff=lfs merge=lfs -text
|
38 |
+
checkpoints/model-0002.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
39 |
+
checkpoints/model-0002.ckpt.index filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -15,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss:
|
19 |
-
- Validation Loss: 1.
|
20 |
-
- Validation Accuracy: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -46,6 +46,7 @@ The following hyperparameters were used during training:
|
|
46 |
|:----------:|:---------------:|:-------------------:|:-----:|
|
47 |
| 4.3094 | 2.8494 | 0.2653 | 0 |
|
48 |
| 1.9389 | 1.6614 | 0.5538 | 1 |
|
|
|
49 |
|
50 |
|
51 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.8892
|
19 |
+
- Validation Loss: 1.1064
|
20 |
+
- Validation Accuracy: 0.7059
|
21 |
+
- Epoch: 2
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
46 |
|:----------:|:---------------:|:-------------------:|:-----:|
|
47 |
| 4.3094 | 2.8494 | 0.2653 | 0 |
|
48 |
| 1.9389 | 1.6614 | 0.5538 | 1 |
|
49 |
+
| 0.8892 | 1.1064 | 0.7059 | 2 |
|
50 |
|
51 |
|
52 |
### Framework versions
|
checkpoints/checkpoint
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
model_checkpoint_path: "model-
|
2 |
-
all_model_checkpoint_paths: "model-
|
|
|
1 |
+
model_checkpoint_path: "model-0002.ckpt"
|
2 |
+
all_model_checkpoint_paths: "model-0002.ckpt"
|
checkpoints/model-0002.ckpt.data-00000-of-00001
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28dded4909d04ecdd419b9619984a1d52e0235c3328260bfafdd1b704a672c3d
|
3 |
+
size 503928251
|
checkpoints/model-0002.ckpt.index
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ee526186012e5cf6d91be2eff5af967219b364684576b34f696ee9b4a7a52d7
|
3 |
+
size 43586
|
logs/train/events.out.tfevents.1704615831.8728a2b54c87.721.0.v2
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:6e6be8f5925e034c171113a8ad86ba8a02b0a3a90f8eb1cb1a85401bdef876f0
|
3 |
+
size 1400403
|
logs/validation/events.out.tfevents.1704615958.8728a2b54c87.721.1.v2
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:166fc00f8facff09d8b3fa27388433358daff93314703c1e6443183f0e60ea08
|
3 |
+
size 758
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 168379316
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fcb35955246b1d8dfc0dbf287ef24ef78352b572a4412e92d737492291fb2ff8
|
3 |
size 168379316
|