DrishtiSharma commited on
Commit
25fbb33
1 Parent(s): 056b7a5

Model save

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/swin-base-patch4-window7-224-in22k",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 18,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 128,
15
+ "encoder_stride": 32,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.0,
18
+ "hidden_size": 1024,
19
+ "id2label": {
20
+ "0": "burger",
21
+ "1": "butter_naan",
22
+ "10": "kaathi_rolls",
23
+ "11": "kadai_paneer",
24
+ "12": "kulfi",
25
+ "13": "masala_dosa",
26
+ "14": "momos",
27
+ "15": "paani_puri",
28
+ "16": "pakode",
29
+ "17": "pav_bhaji",
30
+ "18": "pizza",
31
+ "19": "samosa",
32
+ "2": "chai",
33
+ "3": "chapati",
34
+ "4": "chole_bhature",
35
+ "5": "dal_makhani",
36
+ "6": "dhokla",
37
+ "7": "fried_rice",
38
+ "8": "idli",
39
+ "9": "jalebi"
40
+ },
41
+ "image_size": 224,
42
+ "initializer_range": 0.02,
43
+ "label2id": {
44
+ "burger": "0",
45
+ "butter_naan": "1",
46
+ "chai": "2",
47
+ "chapati": "3",
48
+ "chole_bhature": "4",
49
+ "dal_makhani": "5",
50
+ "dhokla": "6",
51
+ "fried_rice": "7",
52
+ "idli": "8",
53
+ "jalebi": "9",
54
+ "kaathi_rolls": "10",
55
+ "kadai_paneer": "11",
56
+ "kulfi": "12",
57
+ "masala_dosa": "13",
58
+ "momos": "14",
59
+ "paani_puri": "15",
60
+ "pakode": "16",
61
+ "pav_bhaji": "17",
62
+ "pizza": "18",
63
+ "samosa": "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
+ 4,
71
+ 8,
72
+ 16,
73
+ 32
74
+ ],
75
+ "num_layers": 4,
76
+ "patch_size": 4,
77
+ "path_norm": true,
78
+ "problem_type": "single_label_classification",
79
+ "qkv_bias": true,
80
+ "torch_dtype": "float32",
81
+ "transformers_version": "4.21.2",
82
+ "use_absolute_embeddings": false,
83
+ "window_size": 7
84
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_resize": true,
4
+ "feature_extractor_type": "ViTFeatureExtractor",
5
+ "image_mean": [
6
+ 0.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_std": [
11
+ 0.229,
12
+ 0.224,
13
+ 0.225
14
+ ],
15
+ "resample": 3,
16
+ "size": 224
17
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:362248ac7d3125069f08598b9220b98f021fe2b6561f8e765ff665daa6afcc05
3
+ size 347670271
runs/Sep02_14-55-27_e0877e99f71e/1662130545.9552689/events.out.tfevents.1662130545.e0877e99f71e.69.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:216e449b10ecb230eea12112d103cb64ac6d4c9df369205036a244a1888d6867
3
+ size 5538
runs/Sep02_14-55-27_e0877e99f71e/events.out.tfevents.1662130545.e0877e99f71e.69.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a081576e85cb355714713492ae3622d13a972cd0f2710e92c5b6354fac1d18e
3
+ size 36321
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28bf429d7ed7307117a46fc521cf855aef52ca1cbef1fdb13d4d3f2f480479f8
3
+ size 3439