ericrong888
commited on
Commit
•
92933b7
1
Parent(s):
720753c
End of training
Browse files- README.md +10 -10
- config.json +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -15,8 +15,8 @@ probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Train Loss: 0.
|
19 |
-
- Validation Loss: 0.
|
20 |
- Train Accuracy: 1.0
|
21 |
- Epoch: 4
|
22 |
|
@@ -44,16 +44,16 @@ The following hyperparameters were used during training:
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
-
| 1.
|
48 |
-
| 0.
|
49 |
-
| 0.
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
|
53 |
|
54 |
### Framework versions
|
55 |
|
56 |
-
- Transformers 4.34.
|
57 |
-
- TensorFlow 2.
|
58 |
-
- Datasets 2.14.
|
59 |
- Tokenizers 0.14.1
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Train Loss: 0.7196
|
19 |
+
- Validation Loss: 0.8069
|
20 |
- Train Accuracy: 1.0
|
21 |
- Epoch: 4
|
22 |
|
|
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
+
| 1.1054 | 1.0410 | 0.8333 | 0 |
|
48 |
+
| 0.9869 | 0.9692 | 0.8333 | 1 |
|
49 |
+
| 0.8856 | 0.9035 | 1.0 | 2 |
|
50 |
+
| 0.8117 | 0.8585 | 1.0 | 3 |
|
51 |
+
| 0.7196 | 0.8069 | 1.0 | 4 |
|
52 |
|
53 |
|
54 |
### Framework versions
|
55 |
|
56 |
+
- Transformers 4.34.1
|
57 |
+
- TensorFlow 2.14.0
|
58 |
+
- Datasets 2.14.6
|
59 |
- Tokenizers 0.14.1
|
config.json
CHANGED
@@ -28,5 +28,5 @@
|
|
28 |
"num_hidden_layers": 12,
|
29 |
"patch_size": 16,
|
30 |
"qkv_bias": true,
|
31 |
-
"transformers_version": "4.34.
|
32 |
}
|
|
|
28 |
"num_hidden_layers": 12,
|
29 |
"patch_size": 16,
|
30 |
"qkv_bias": true,
|
31 |
+
"transformers_version": "4.34.1"
|
32 |
}
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343472824
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a93180d2ccafef02e906b1ec9435552833e98b81bbbd0f3a67638afe334721ef
|
3 |
size 343472824
|