End of training
Browse files- README.md +6 -6
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,12 +16,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model was trained from scratch on the imagefolder dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- eval_loss: 0.
|
20 |
-
- eval_model_preparation_time: 0.
|
21 |
-
- eval_accuracy: 0.
|
22 |
-
- eval_runtime: 2.
|
23 |
-
- eval_samples_per_second:
|
24 |
-
- eval_steps_per_second: 7.
|
25 |
- step: 0
|
26 |
|
27 |
## Model description
|
|
|
16 |
|
17 |
This model was trained from scratch on the imagefolder dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- eval_loss: 0.2638
|
20 |
+
- eval_model_preparation_time: 0.0044
|
21 |
+
- eval_accuracy: 0.9143
|
22 |
+
- eval_runtime: 2.4103
|
23 |
+
- eval_samples_per_second: 58.085
|
24 |
+
- eval_steps_per_second: 7.468
|
25 |
- step: 0
|
26 |
|
27 |
## Model description
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/kaggle/working/cat_dog_classifier_with_small_datasest/checkpoint-
|
3 |
"architectures": [
|
4 |
"ResNetForImageClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/kaggle/working/cat_dog_classifier_with_small_datasest/checkpoint-90",
|
3 |
"architectures": [
|
4 |
"ResNetForImageClassification"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 94302952
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34f4c2c5969f336ac963fea0ae9379955a2d8c2e2528da9a72b10cbbc10e2b0a
|
3 |
size 94302952
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e143022c9d102a69fcedf3da6085b42d3c807b37125d37da75fff1fa6adaf21
|
3 |
size 5368
|