Commit
•
6795e32
1
Parent(s):
8fcb38c
Training in progress epoch 2
Browse files- README.md +7 -5
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -17,11 +17,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the beans dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Train Loss: 0.
|
21 |
-
- Train Accuracy: 0.
|
22 |
-
- Validation Loss: 0.
|
23 |
-
- Validation Accuracy: 0.
|
24 |
-
- Epoch:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -48,6 +48,8 @@ The following hyperparameters were used during training:
|
|
48 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
49 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
50 |
| 0.6342 | 0.9925 | 0.2390 | 0.9925 | 0 |
|
|
|
|
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the beans dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Train Loss: 0.1538
|
21 |
+
- Train Accuracy: 0.9774
|
22 |
+
- Validation Loss: 0.1126
|
23 |
+
- Validation Accuracy: 0.9774
|
24 |
+
- Epoch: 2
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
48 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
49 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
50 |
| 0.6342 | 0.9925 | 0.2390 | 0.9925 | 0 |
|
51 |
+
| 0.2234 | 0.9774 | 0.1293 | 0.9774 | 1 |
|
52 |
+
| 0.1538 | 0.9774 | 0.1126 | 0.9774 | 2 |
|
53 |
|
54 |
|
55 |
### Framework versions
|
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:6dfb0cbb3b1ed010645ca486f209f7933113e61e699dd7bf58a229b2c07bb6b8
|
3 |
size 343472824
|