SaladSlayer00
commited on
Commit
•
437116b
1
Parent(s):
620d16f
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.1704568236.87b9e22aca65.2413.0.v2 +2 -2
- logs/validation/events.out.tfevents.1704568385.87b9e22aca65.2413.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: 4.
|
19 |
-
- Validation Loss: 4.
|
20 |
-
- Validation Accuracy: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -46,6 +46,7 @@ The following hyperparameters were used during training:
|
|
46 |
|:----------:|:---------------:|:-------------------:|:-----:|
|
47 |
| 7.0814 | 4.8848 | 0.0133 | 0 |
|
48 |
| 4.6679 | 4.5568 | 0.0666 | 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: 4.3536
|
19 |
+
- Validation Loss: 4.1337
|
20 |
+
- Validation Accuracy: 0.1221
|
21 |
+
- Epoch: 2
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
46 |
|:----------:|:---------------:|:-------------------:|:-----:|
|
47 |
| 7.0814 | 4.8848 | 0.0133 | 0 |
|
48 |
| 4.6679 | 4.5568 | 0.0666 | 1 |
|
49 |
+
| 4.3536 | 4.1337 | 0.1221 | 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:194b64884a6709d36eb40aa5c4cfd6078c754513078cdcb9fb32aad543a562c9
|
3 |
+
size 503930020
|
checkpoints/model-0002.ckpt.index
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:048ecc8c03ebbdecc286acd3885c497a38dec5f274a629ae7b07676ee91710f7
|
3 |
+
size 43586
|
logs/train/events.out.tfevents.1704568236.87b9e22aca65.2413.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:9d5500f2a25247a7829c61ef3bd897d8cedca1d682cec6a7e87d6e3d049b5eb4
|
3 |
+
size 1422939
|
logs/validation/events.out.tfevents.1704568385.87b9e22aca65.2413.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:1bfdcf54bbaf70e9c93826e9079dfb8f45cab11d84cddd4f59fe628833155b31
|
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:6e2c79f7a074a6ac0937438e071e0d816881846eda8c2d036bb64cf221e059db
|
3 |
size 168379316
|