sanali209/reitBF
Browse files- README.md +10 -6
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -16,7 +16,7 @@ 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 |
-
- Loss: 1.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -41,16 +41,20 @@ The following hyperparameters were used during training:
|
|
41 |
- seed: 42
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
-
- num_epochs:
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
-
| No log | 1.0 | 47 | 1.
|
51 |
-
| No log | 2.0 | 94 | 1.
|
52 |
-
| No log | 3.0 | 141 | 1.
|
53 |
-
| No log | 4.0 | 188 | 1.
|
|
|
|
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
16 |
|
17 |
This model was trained from scratch on the imagefolder dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.1320
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
41 |
- seed: 42
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 8
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| No log | 1.0 | 47 | 1.2043 |
|
51 |
+
| No log | 2.0 | 94 | 1.1711 |
|
52 |
+
| No log | 3.0 | 141 | 1.1766 |
|
53 |
+
| No log | 4.0 | 188 | 1.1553 |
|
54 |
+
| No log | 5.0 | 235 | 1.1320 |
|
55 |
+
| No log | 6.0 | 282 | 1.1342 |
|
56 |
+
| No log | 7.0 | 329 | 1.1430 |
|
57 |
+
| No log | 8.0 | 376 | 1.1531 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343227052
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16fde8ccb307efb90daef535fe2f9065ea298fe58a8c18a793d985871d8721cc
|
3 |
size 343227052
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0943540f1332a6434a9ad877d10011e978cbf30706120c45e75518cdd94811e4
|
3 |
size 5176
|