Thamer Smadi
commited on
Commit
·
d28dcee
1
Parent(s):
e40aaff
Training in progress, epoch 0
Browse files
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "google/vit-base-
|
3 |
"architectures": [
|
4 |
"ViTForImageClassification"
|
5 |
],
|
@@ -13,7 +13,7 @@
|
|
13 |
"1": "dog",
|
14 |
"2": "rabbit"
|
15 |
},
|
16 |
-
"image_size":
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id": {
|
@@ -26,7 +26,7 @@
|
|
26 |
"num_attention_heads": 12,
|
27 |
"num_channels": 3,
|
28 |
"num_hidden_layers": 12,
|
29 |
-
"patch_size":
|
30 |
"problem_type": "single_label_classification",
|
31 |
"qkv_bias": true,
|
32 |
"torch_dtype": "float32",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "google/vit-base-patch32-384",
|
3 |
"architectures": [
|
4 |
"ViTForImageClassification"
|
5 |
],
|
|
|
13 |
"1": "dog",
|
14 |
"2": "rabbit"
|
15 |
},
|
16 |
+
"image_size": 384,
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id": {
|
|
|
26 |
"num_attention_heads": 12,
|
27 |
"num_channels": 3,
|
28 |
"num_hidden_layers": 12,
|
29 |
+
"patch_size": 32,
|
30 |
"problem_type": "single_label_classification",
|
31 |
"qkv_bias": true,
|
32 |
"torch_dtype": "float32",
|
preprocessor_config.json
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
"resample": 2,
|
17 |
"rescale_factor": 0.00392156862745098,
|
18 |
"size": {
|
19 |
-
"height":
|
20 |
-
"width":
|
21 |
}
|
22 |
}
|
|
|
16 |
"resample": 2,
|
17 |
"rescale_factor": 0.00392156862745098,
|
18 |
"size": {
|
19 |
+
"height": 384,
|
20 |
+
"width": 384
|
21 |
}
|
22 |
}
|
pytorch_model.bin
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:5c987c61583de8a894256d471d950c5927b6f9d5db39c363a63c08f0ca918425
|
3 |
+
size 350187181
|
runs/Aug11_04-26-33_DESKTOP-8ESJDPQ/events.out.tfevents.1691717197.DESKTOP-8ESJDPQ.3540.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f92ca6fc0ed57ddf2ef5cca137546ffd2b9e32bd84f1bc1db37999c99dffdd7
|
3 |
+
size 4524
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3963
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:816ef2418f0ae33ed0c0e3db741cb64a5816ed3a0a04ecc99e3c5e3bfed76dff
|
3 |
size 3963
|