Update README.md
Browse files
README.md
CHANGED
@@ -16,14 +16,14 @@ probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
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.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Train Loss: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
-
- Train Accuracy: 0.
|
22 |
-
- Epoch:
|
23 |
|
24 |
## Model description
|
25 |
|
26 |
-
More information needed
|
27 |
|
28 |
## Intended uses & limitations
|
29 |
|
@@ -43,13 +43,13 @@ The following hyperparameters were used during training:
|
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
-
| Train Loss | Validation Loss | Train Accuracy |
|
47 |
-
|
48 |
-
| 0.
|
49 |
-
| 0.
|
50 |
-
| 0.
|
51 |
-
| 0.
|
52 |
-
| 0.
|
53 |
|
54 |
|
55 |
### Framework versions
|
|
|
16 |
|
17 |
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.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Train Loss: 0.2187
|
20 |
+
- Validation Loss: 0.2654
|
21 |
+
- Train Accuracy: 0.9420
|
22 |
+
- Epoch: 5
|
23 |
|
24 |
## Model description
|
25 |
|
26 |
+
More information needed
|
27 |
|
28 |
## Intended uses & limitations
|
29 |
|
|
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
+
| Epoch | Train Loss | Validation Loss | Train Accuracy |
|
47 |
+
|:-----:|:---------:|:---------------:|:--------------:|
|
48 |
+
| 1 | 0.4513 | 0.5234 | 0.8270 |
|
49 |
+
| 2 | 0.3124 | 0.4102 | 0.8930 |
|
50 |
+
| 3 | 0.2751 | 0.3856 | 0.9150 |
|
51 |
+
| 4 | 0.2376 | 0.3012 | 0.9320 |
|
52 |
+
| 5 | 0.2187 | 0.2654 | 0.9420 |
|
53 |
|
54 |
|
55 |
### Framework versions
|