Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +48 -0
- preprocessor_config.json +22 -0
- pytorch_model.bin +3 -0
- runs/Jun22_16-49-43_8a9c141973c7/events.out.tfevents.1687452588.8a9c141973c7.14992.1 +3 -0
- runs/Jun22_17-00-12_8a9c141973c7/events.out.tfevents.1687453215.8a9c141973c7.14992.2 +3 -0
- runs/Jun22_17-03-43_8a9c141973c7/events.out.tfevents.1687453426.8a9c141973c7.14992.3 +3 -0
- runs/Jun22_17-10-49_8a9c141973c7/events.out.tfevents.1687453852.8a9c141973c7.14992.4 +3 -0
- runs/Jun22_17-12-09_8a9c141973c7/events.out.tfevents.1687453932.8a9c141973c7.14992.5 +3 -0
- runs/Jun22_17-13-09_8a9c141973c7/events.out.tfevents.1687453992.8a9c141973c7.14992.6 +3 -0
- runs/Jun22_17-15-05_8a9c141973c7/events.out.tfevents.1687454108.8a9c141973c7.14992.7 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "google/vit-base-patch16-224-in21k",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"ViTForImageClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.0,
|
| 7 |
+
"encoder_stride": 16,
|
| 8 |
+
"hidden_act": "gelu",
|
| 9 |
+
"hidden_dropout_prob": 0.0,
|
| 10 |
+
"hidden_size": 768,
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "airplane",
|
| 13 |
+
"1": "automobile",
|
| 14 |
+
"2": "bird",
|
| 15 |
+
"3": "cat",
|
| 16 |
+
"4": "deer",
|
| 17 |
+
"5": "dog",
|
| 18 |
+
"6": "frog",
|
| 19 |
+
"7": "horse",
|
| 20 |
+
"8": "ship",
|
| 21 |
+
"9": "truck"
|
| 22 |
+
},
|
| 23 |
+
"image_size": 224,
|
| 24 |
+
"initializer_range": 0.02,
|
| 25 |
+
"intermediate_size": 3072,
|
| 26 |
+
"label2id": {
|
| 27 |
+
"airplane": "0",
|
| 28 |
+
"automobile": "1",
|
| 29 |
+
"bird": "2",
|
| 30 |
+
"cat": "3",
|
| 31 |
+
"deer": "4",
|
| 32 |
+
"dog": "5",
|
| 33 |
+
"frog": "6",
|
| 34 |
+
"horse": "7",
|
| 35 |
+
"ship": "8",
|
| 36 |
+
"truck": "9"
|
| 37 |
+
},
|
| 38 |
+
"layer_norm_eps": 1e-12,
|
| 39 |
+
"model_type": "vit",
|
| 40 |
+
"num_attention_heads": 12,
|
| 41 |
+
"num_channels": 3,
|
| 42 |
+
"num_hidden_layers": 12,
|
| 43 |
+
"patch_size": 16,
|
| 44 |
+
"problem_type": "single_label_classification",
|
| 45 |
+
"qkv_bias": true,
|
| 46 |
+
"torch_dtype": "float32",
|
| 47 |
+
"transformers_version": "4.30.2"
|
| 48 |
+
}
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_normalize": true,
|
| 3 |
+
"do_rescale": true,
|
| 4 |
+
"do_resize": true,
|
| 5 |
+
"image_mean": [
|
| 6 |
+
0.5,
|
| 7 |
+
0.5,
|
| 8 |
+
0.5
|
| 9 |
+
],
|
| 10 |
+
"image_processor_type": "ViTImageProcessor",
|
| 11 |
+
"image_std": [
|
| 12 |
+
0.5,
|
| 13 |
+
0.5,
|
| 14 |
+
0.5
|
| 15 |
+
],
|
| 16 |
+
"resample": 2,
|
| 17 |
+
"rescale_factor": 0.00392156862745098,
|
| 18 |
+
"size": {
|
| 19 |
+
"height": 224,
|
| 20 |
+
"width": 224
|
| 21 |
+
}
|
| 22 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6994915372ed479e06814d15e544ab666a7f57b500b1de8215ddc718e408512f
|
| 3 |
+
size 343293293
|
runs/Jun22_16-49-43_8a9c141973c7/events.out.tfevents.1687452588.8a9c141973c7.14992.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d93d1fa7855f6946575a2b4f3ea794c29ba731a136a7472289fb9fa3c6b1394
|
| 3 |
+
size 7968
|
runs/Jun22_17-00-12_8a9c141973c7/events.out.tfevents.1687453215.8a9c141973c7.14992.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29c2987aa06bf8e7d63e5b4d02007534f05d5e5abcc466ec9f7250301c21b329
|
| 3 |
+
size 7968
|
runs/Jun22_17-03-43_8a9c141973c7/events.out.tfevents.1687453426.8a9c141973c7.14992.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:321dfb61a326b0443466e250d534dde1f5ff23fb47fe154aa857bf336da884c5
|
| 3 |
+
size 7968
|
runs/Jun22_17-10-49_8a9c141973c7/events.out.tfevents.1687453852.8a9c141973c7.14992.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:46ecacb7c05b1ea07079dacce794e7d6452b3e5be881f069a7d2c8d7c2c7c75e
|
| 3 |
+
size 7968
|
runs/Jun22_17-12-09_8a9c141973c7/events.out.tfevents.1687453932.8a9c141973c7.14992.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1700dcfad1cdd8c0294b9a91706ffde93fc197b65fab30e5c4ede8b4e9b91804
|
| 3 |
+
size 7968
|
runs/Jun22_17-13-09_8a9c141973c7/events.out.tfevents.1687453992.8a9c141973c7.14992.6
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7230d581466371ec393821bd8182dac7e618f0ef1f177060a781d07275a4d33
|
| 3 |
+
size 7968
|
runs/Jun22_17-15-05_8a9c141973c7/events.out.tfevents.1687454108.8a9c141973c7.14992.7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5278ca5f40cf20b67f913dbef6401730755de7356b2073789d247e056a5e1fe9
|
| 3 |
+
size 5541
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f5476cf7dfbb41005ddf0d48c49f477cef66040ec9a142e14d117b149a57f81
|
| 3 |
+
size 3963
|