Training in progress, epoch 0
Browse files- config.json +97 -0
- model.safetensors +3 -0
- preprocessor_config.json +36 -0
- runs/Jun26_11-49-09_f88a941ba23f/events.out.tfevents.1719402569.f88a941ba23f +3 -0
- runs/Jun26_11-59-50_c34ae8869574/events.out.tfevents.1719403197.c34ae8869574 +3 -0
- runs/Jun26_12-36-22_c34ae8869574/events.out.tfevents.1719405392.c34ae8869574 +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "microsoft/swin-tiny-patch4-window7-224",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"SwinForImageClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.0,
|
| 7 |
+
"depths": [
|
| 8 |
+
2,
|
| 9 |
+
2,
|
| 10 |
+
6,
|
| 11 |
+
2
|
| 12 |
+
],
|
| 13 |
+
"drop_path_rate": 0.1,
|
| 14 |
+
"embed_dim": 96,
|
| 15 |
+
"encoder_stride": 32,
|
| 16 |
+
"hidden_act": "gelu",
|
| 17 |
+
"hidden_dropout_prob": 0.0,
|
| 18 |
+
"hidden_size": 768,
|
| 19 |
+
"id2label": {
|
| 20 |
+
"0": "Automobiles",
|
| 21 |
+
"1": "Beauty_and_Wellness",
|
| 22 |
+
"2": "Books_Stationary",
|
| 23 |
+
"3": "Business___Professional_Services",
|
| 24 |
+
"4": "Education",
|
| 25 |
+
"5": "Entertainment",
|
| 26 |
+
"6": "Food___Beverages",
|
| 27 |
+
"7": "Fresh_Products",
|
| 28 |
+
"8": "Fuel",
|
| 29 |
+
"9": "Grocery_General_Store",
|
| 30 |
+
"10": "Home_Services",
|
| 31 |
+
"11": "Home_Utilities",
|
| 32 |
+
"12": "Liquor_Alcohol",
|
| 33 |
+
"13": "Medical_Health_Care",
|
| 34 |
+
"14": "Office_Complex",
|
| 35 |
+
"15": "Others_Miscellaneous",
|
| 36 |
+
"16": "Retail_Outlets",
|
| 37 |
+
"17": "Supermarket",
|
| 38 |
+
"18": "Travels_Transport___Hospitality",
|
| 39 |
+
"19": "Wholesaler_Distributor_Manufacturer_Godown"
|
| 40 |
+
},
|
| 41 |
+
"image_size": 224,
|
| 42 |
+
"initializer_range": 0.02,
|
| 43 |
+
"label2id": {
|
| 44 |
+
"Automobiles": 0,
|
| 45 |
+
"Beauty_and_Wellness": 1,
|
| 46 |
+
"Books_Stationary": 2,
|
| 47 |
+
"Business___Professional_Services": 3,
|
| 48 |
+
"Education": 4,
|
| 49 |
+
"Entertainment": 5,
|
| 50 |
+
"Food___Beverages": 6,
|
| 51 |
+
"Fresh_Products": 7,
|
| 52 |
+
"Fuel": 8,
|
| 53 |
+
"Grocery_General_Store": 9,
|
| 54 |
+
"Home_Services": 10,
|
| 55 |
+
"Home_Utilities": 11,
|
| 56 |
+
"Liquor_Alcohol": 12,
|
| 57 |
+
"Medical_Health_Care": 13,
|
| 58 |
+
"Office_Complex": 14,
|
| 59 |
+
"Others_Miscellaneous": 15,
|
| 60 |
+
"Retail_Outlets": 16,
|
| 61 |
+
"Supermarket": 17,
|
| 62 |
+
"Travels_Transport___Hospitality": 18,
|
| 63 |
+
"Wholesaler_Distributor_Manufacturer_Godown": 19
|
| 64 |
+
},
|
| 65 |
+
"layer_norm_eps": 1e-05,
|
| 66 |
+
"mlp_ratio": 4.0,
|
| 67 |
+
"model_type": "swin",
|
| 68 |
+
"num_channels": 3,
|
| 69 |
+
"num_heads": [
|
| 70 |
+
3,
|
| 71 |
+
6,
|
| 72 |
+
12,
|
| 73 |
+
24
|
| 74 |
+
],
|
| 75 |
+
"num_layers": 4,
|
| 76 |
+
"out_features": [
|
| 77 |
+
"stage4"
|
| 78 |
+
],
|
| 79 |
+
"out_indices": [
|
| 80 |
+
4
|
| 81 |
+
],
|
| 82 |
+
"patch_size": 4,
|
| 83 |
+
"path_norm": true,
|
| 84 |
+
"problem_type": "single_label_classification",
|
| 85 |
+
"qkv_bias": true,
|
| 86 |
+
"stage_names": [
|
| 87 |
+
"stem",
|
| 88 |
+
"stage1",
|
| 89 |
+
"stage2",
|
| 90 |
+
"stage3",
|
| 91 |
+
"stage4"
|
| 92 |
+
],
|
| 93 |
+
"torch_dtype": "float32",
|
| 94 |
+
"transformers_version": "4.41.2",
|
| 95 |
+
"use_absolute_embeddings": false,
|
| 96 |
+
"window_size": 7
|
| 97 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f49f378814bd889e2762a64a6712c1db070161067f41e4f594b61a8f3baf227
|
| 3 |
+
size 110398208
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_valid_processor_keys": [
|
| 3 |
+
"images",
|
| 4 |
+
"do_resize",
|
| 5 |
+
"size",
|
| 6 |
+
"resample",
|
| 7 |
+
"do_rescale",
|
| 8 |
+
"rescale_factor",
|
| 9 |
+
"do_normalize",
|
| 10 |
+
"image_mean",
|
| 11 |
+
"image_std",
|
| 12 |
+
"return_tensors",
|
| 13 |
+
"data_format",
|
| 14 |
+
"input_data_format"
|
| 15 |
+
],
|
| 16 |
+
"do_normalize": true,
|
| 17 |
+
"do_rescale": true,
|
| 18 |
+
"do_resize": true,
|
| 19 |
+
"image_mean": [
|
| 20 |
+
0.485,
|
| 21 |
+
0.456,
|
| 22 |
+
0.406
|
| 23 |
+
],
|
| 24 |
+
"image_processor_type": "ViTImageProcessor",
|
| 25 |
+
"image_std": [
|
| 26 |
+
0.229,
|
| 27 |
+
0.224,
|
| 28 |
+
0.225
|
| 29 |
+
],
|
| 30 |
+
"resample": 3,
|
| 31 |
+
"rescale_factor": 0.00392156862745098,
|
| 32 |
+
"size": {
|
| 33 |
+
"height": 224,
|
| 34 |
+
"width": 224
|
| 35 |
+
}
|
| 36 |
+
}
|
runs/Jun26_11-49-09_f88a941ba23f/events.out.tfevents.1719402569.f88a941ba23f
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:520539c83a4b4f61f5b8c28efee105703e926d0924b29009c1e13526d21610ce
|
| 3 |
+
size 12682
|
runs/Jun26_11-59-50_c34ae8869574/events.out.tfevents.1719403197.c34ae8869574
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:802090ad85807f7f08b3d1c0a8efd31ff96abee4a39e3aef8eee7870c793a0c1
|
| 3 |
+
size 6775
|
runs/Jun26_12-36-22_c34ae8869574/events.out.tfevents.1719405392.c34ae8869574
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec77ed3ef50b7faacf88fa94059693e56589b2313a2e177c8f9d8a2a78160e4e
|
| 3 |
+
size 6361
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3e5163abb6b92fa6e78aff6612725e85119767ac2a5b4d32eb6967c07c80cc20
|
| 3 |
+
size 4731
|