hemlatachanne commited on
Commit
f0f36a1
1 Parent(s): 88e1f4d

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/dinov2-base",
3
+ "apply_layernorm": true,
4
+ "architectures": [
5
+ "Dinov2ForImageClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.0,
8
+ "drop_path_rate": 0.0,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.0,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "Asian Green Bee-Eater",
14
+ "1": "Brown-Headed Barbet",
15
+ "2": "Cattle Egret",
16
+ "3": "Common Kingfisher",
17
+ "4": "Common Myna",
18
+ "5": "Common Rosefinch",
19
+ "6": "Common Tailorbird",
20
+ "7": "Coppersmith Barbet",
21
+ "8": "Forest Wagtail",
22
+ "9": "Gray Wagtail",
23
+ "10": "Hoopoe",
24
+ "11": "House Crow",
25
+ "12": "Indian Grey Hornbill",
26
+ "13": "Indian Peacock",
27
+ "14": "Indian Pitta",
28
+ "15": "Indian Roller",
29
+ "16": "Jungle Babbler",
30
+ "17": "Northern Lapwing",
31
+ "18": "Red-Wattled Lapwing",
32
+ "19": "Ruddy Shelduck",
33
+ "20": "Rufous Treepie",
34
+ "21": "Sarus Crane",
35
+ "22": "White Wagtail",
36
+ "23": "White-Breasted Kingfisher",
37
+ "24": "White-Breasted Waterhen"
38
+ },
39
+ "image_size": 518,
40
+ "initializer_range": 0.02,
41
+ "label2id": {
42
+ "Asian Green Bee-Eater": 0,
43
+ "Brown-Headed Barbet": 1,
44
+ "Cattle Egret": 2,
45
+ "Common Kingfisher": 3,
46
+ "Common Myna": 4,
47
+ "Common Rosefinch": 5,
48
+ "Common Tailorbird": 6,
49
+ "Coppersmith Barbet": 7,
50
+ "Forest Wagtail": 8,
51
+ "Gray Wagtail": 9,
52
+ "Hoopoe": 10,
53
+ "House Crow": 11,
54
+ "Indian Grey Hornbill": 12,
55
+ "Indian Peacock": 13,
56
+ "Indian Pitta": 14,
57
+ "Indian Roller": 15,
58
+ "Jungle Babbler": 16,
59
+ "Northern Lapwing": 17,
60
+ "Red-Wattled Lapwing": 18,
61
+ "Ruddy Shelduck": 19,
62
+ "Rufous Treepie": 20,
63
+ "Sarus Crane": 21,
64
+ "White Wagtail": 22,
65
+ "White-Breasted Kingfisher": 23,
66
+ "White-Breasted Waterhen": 24
67
+ },
68
+ "layer_norm_eps": 1e-06,
69
+ "layerscale_value": 1.0,
70
+ "mlp_ratio": 4,
71
+ "model_type": "dinov2",
72
+ "num_attention_heads": 12,
73
+ "num_channels": 3,
74
+ "num_hidden_layers": 12,
75
+ "out_features": [
76
+ "stage12"
77
+ ],
78
+ "out_indices": [
79
+ 12
80
+ ],
81
+ "patch_size": 14,
82
+ "problem_type": "single_label_classification",
83
+ "qkv_bias": true,
84
+ "reshape_hidden_states": true,
85
+ "stage_names": [
86
+ "stem",
87
+ "stage1",
88
+ "stage2",
89
+ "stage3",
90
+ "stage4",
91
+ "stage5",
92
+ "stage6",
93
+ "stage7",
94
+ "stage8",
95
+ "stage9",
96
+ "stage10",
97
+ "stage11",
98
+ "stage12"
99
+ ],
100
+ "torch_dtype": "float32",
101
+ "transformers_version": "4.38.2",
102
+ "use_swiglu_ffn": false
103
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8280370a912d87d08a0def4cad372ebd1b572f92d87ee5eeba4329d95e7b8065
3
+ size 346501340
preprocessor_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": true,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "image_mean": [
12
+ 0.485,
13
+ 0.456,
14
+ 0.406
15
+ ],
16
+ "image_processor_type": "BitImageProcessor",
17
+ "image_std": [
18
+ 0.229,
19
+ 0.224,
20
+ 0.225
21
+ ],
22
+ "resample": 3,
23
+ "rescale_factor": 0.00392156862745098,
24
+ "size": {
25
+ "shortest_edge": 256
26
+ }
27
+ }
runs/Mar08_14-03-11_4daeaf8a45ed/events.out.tfevents.1709906613.4daeaf8a45ed.219.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:742b6c02b170ebc9b1f41b4d8a646d7602015b7852680a50c0057346fa4b661d
3
+ size 30452
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f175df8c8bc9d5c7ac255fb67155d2140e0ea2a00b67af0675d7741a64b2994a
3
+ size 4920