DrishtiSharma commited on
Commit
fbea6b5
1 Parent(s): 7211304

Model save

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnext-tiny-224",
3
+ "architectures": [
4
+ "ConvNextForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 9,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 96,
16
+ 192,
17
+ 384,
18
+ 768
19
+ ],
20
+ "id2label": {
21
+ "0": "burger",
22
+ "1": "butter_naan",
23
+ "10": "kaathi_rolls",
24
+ "11": "kadai_paneer",
25
+ "12": "kulfi",
26
+ "13": "masala_dosa",
27
+ "14": "momos",
28
+ "15": "paani_puri",
29
+ "16": "pakode",
30
+ "17": "pav_bhaji",
31
+ "18": "pizza",
32
+ "19": "samosa",
33
+ "2": "chai",
34
+ "3": "chapati",
35
+ "4": "chole_bhature",
36
+ "5": "dal_makhani",
37
+ "6": "dhokla",
38
+ "7": "fried_rice",
39
+ "8": "idli",
40
+ "9": "jalebi"
41
+ },
42
+ "image_size": 224,
43
+ "initializer_range": 0.02,
44
+ "label2id": {
45
+ "burger": "0",
46
+ "butter_naan": "1",
47
+ "chai": "2",
48
+ "chapati": "3",
49
+ "chole_bhature": "4",
50
+ "dal_makhani": "5",
51
+ "dhokla": "6",
52
+ "fried_rice": "7",
53
+ "idli": "8",
54
+ "jalebi": "9",
55
+ "kaathi_rolls": "10",
56
+ "kadai_paneer": "11",
57
+ "kulfi": "12",
58
+ "masala_dosa": "13",
59
+ "momos": "14",
60
+ "paani_puri": "15",
61
+ "pakode": "16",
62
+ "pav_bhaji": "17",
63
+ "pizza": "18",
64
+ "samosa": "19"
65
+ },
66
+ "layer_norm_eps": 1e-12,
67
+ "layer_scale_init_value": 1e-06,
68
+ "model_type": "convnext",
69
+ "num_channels": 3,
70
+ "num_stages": 4,
71
+ "patch_size": 4,
72
+ "problem_type": "single_label_classification",
73
+ "torch_dtype": "float32",
74
+ "transformers_version": "4.22.2"
75
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_resize": true,
5
+ "feature_extractor_type": "ConvNextFeatureExtractor",
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "resample": 3,
17
+ "size": 224
18
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5628c6298a69903efb6bc75214d5814aea3a706f260bfc120cbcedae833cbf01
3
+ size 111402709
runs/Sep29_14-54-32_9c904309c746/1664463292.2408512/events.out.tfevents.1664463292.9c904309c746.68.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2d1690d8c4c16639c497dfcdd09c4a5d9401283e34ff9c2b4c48559f8bc69b7
3
+ size 5543
runs/Sep29_14-54-32_9c904309c746/events.out.tfevents.1664463292.9c904309c746.68.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da754191dfe54f2ece88ce7f1cd5ba21e6a0f0ea0036074c47f56ee2f590e0eb
3
+ size 67774
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bc9f77b197f1a9aa9e58f88f6893560cda4c6cfc79a3d66ad69b8861d69b148
3
+ size 3375