Training in progress epoch 0
Browse files- all_results.json +1 -0
- config.json +3 -3
- model.safetensors +2 -2
all_results.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"eval_accuracy": 0.8747300215982722, "eval_precision": 0.37475579975579976, "eval_recall": 0.2978276569176108, "eval_f1": 0.3241136083601837, "eval_specificity": 0.907816142191142, "eval_train_loss": 0.41072312716780035, "eval_epoch": 1, "eval_step": 232}
|
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "timm/
|
3 |
-
"architecture": "
|
4 |
"architectures": [
|
5 |
"TimmWrapperForImageClassification"
|
6 |
],
|
@@ -18,7 +18,7 @@
|
|
18 |
],
|
19 |
"model_type": "timm_wrapper",
|
20 |
"num_classes": 6,
|
21 |
-
"num_features":
|
22 |
"pretrained_cfg": {
|
23 |
"classifier": "head",
|
24 |
"crop_mode": "center",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "timm/vit_base_patch16_224.augreg_in21k_ft_in1k",
|
3 |
+
"architecture": "vit_base_patch16_224",
|
4 |
"architectures": [
|
5 |
"TimmWrapperForImageClassification"
|
6 |
],
|
|
|
18 |
],
|
19 |
"model_type": "timm_wrapper",
|
20 |
"num_classes": 6,
|
21 |
+
"num_features": 768,
|
22 |
"pretrained_cfg": {
|
23 |
"classifier": "head",
|
24 |
"crop_mode": "center",
|
model.safetensors
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:4ddc3bb2fc2f5f9838073789b668225fb36a08e64dd170e13ecd35335674b7aa
|
3 |
+
size 343227200
|