Training in progress, epoch 0
Browse files- README.md +8 -8
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +2 -2
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
-
base_model:
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
@@ -9,7 +9,7 @@ datasets:
|
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
model-index:
|
12 |
-
- name:
|
13 |
results:
|
14 |
- task:
|
15 |
name: Image Classification
|
@@ -23,18 +23,18 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
30 |
should probably proofread and complete it, then remove this comment. -->
|
31 |
|
32 |
-
#
|
33 |
|
34 |
-
This model is a fine-tuned version of [
|
35 |
It achieves the following results on the evaluation set:
|
36 |
-
- Loss: 0.
|
37 |
-
- Accuracy: 0.
|
38 |
|
39 |
## Model description
|
40 |
|
@@ -69,7 +69,7 @@ The following hyperparameters were used during training:
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
71 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
72 |
-
| 0.
|
73 |
|
74 |
|
75 |
### Framework versions
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
+
base_model: CGCTG/orientation_resnet-50
|
5 |
tags:
|
6 |
- generated_from_trainer
|
7 |
datasets:
|
|
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
model-index:
|
12 |
+
- name: model_resnet-50
|
13 |
results:
|
14 |
- task:
|
15 |
name: Image Classification
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.48552821997105644
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
30 |
should probably proofread and complete it, then remove this comment. -->
|
31 |
|
32 |
+
# model_resnet-50
|
33 |
|
34 |
+
This model is a fine-tuned version of [CGCTG/orientation_resnet-50](https://huggingface.co/CGCTG/orientation_resnet-50) on the imagefolder dataset.
|
35 |
It achieves the following results on the evaluation set:
|
36 |
+
- Loss: 0.8638
|
37 |
+
- Accuracy: 0.4855
|
38 |
|
39 |
## Model description
|
40 |
|
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
71 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
72 |
+
| 0.8151 | 0.9942 | 86 | 0.8638 | 0.4855 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"ResNetForImageClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "CGCTG/orientation_resnet-50",
|
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 94319344
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4db08524ed08f0081f45d7f99c93cf228c0f50dae728be6a520e3aefbb6a4840
|
3 |
size 94319344
|
training_args.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:974f6bf5b2eda91f9c686d8b14272bd32a9808900784a67612faa81473520a62
|
3 |
+
size 5368
|