hemlatachanne
commited on
Commit
•
3654953
1
Parent(s):
cd7886a
Training in progress, epoch 0
Browse files
config.json
ADDED
@@ -0,0 +1,98 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "Asian Green Bee-Eater",
|
22 |
+
"1": "Brown-Headed Barbet",
|
23 |
+
"2": "Cattle Egret",
|
24 |
+
"3": "Common Kingfisher",
|
25 |
+
"4": "Common Myna",
|
26 |
+
"5": "Common Rosefinch",
|
27 |
+
"6": "Common Tailorbird",
|
28 |
+
"7": "Coppersmith Barbet",
|
29 |
+
"8": "Forest Wagtail",
|
30 |
+
"9": "Gray Wagtail",
|
31 |
+
"10": "Hoopoe",
|
32 |
+
"11": "House Crow",
|
33 |
+
"12": "Indian Grey Hornbill",
|
34 |
+
"13": "Indian Peacock",
|
35 |
+
"14": "Indian Pitta",
|
36 |
+
"15": "Indian Roller",
|
37 |
+
"16": "Jungle Babbler",
|
38 |
+
"17": "Northern Lapwing",
|
39 |
+
"18": "Red-Wattled Lapwing",
|
40 |
+
"19": "Ruddy Shelduck",
|
41 |
+
"20": "Rufous Treepie",
|
42 |
+
"21": "Sarus Crane",
|
43 |
+
"22": "White Wagtail",
|
44 |
+
"23": "White-Breasted Kingfisher",
|
45 |
+
"24": "White-Breasted Waterhen"
|
46 |
+
},
|
47 |
+
"image_size": 224,
|
48 |
+
"initializer_range": 0.02,
|
49 |
+
"label2id": {
|
50 |
+
"Asian Green Bee-Eater": 0,
|
51 |
+
"Brown-Headed Barbet": 1,
|
52 |
+
"Cattle Egret": 2,
|
53 |
+
"Common Kingfisher": 3,
|
54 |
+
"Common Myna": 4,
|
55 |
+
"Common Rosefinch": 5,
|
56 |
+
"Common Tailorbird": 6,
|
57 |
+
"Coppersmith Barbet": 7,
|
58 |
+
"Forest Wagtail": 8,
|
59 |
+
"Gray Wagtail": 9,
|
60 |
+
"Hoopoe": 10,
|
61 |
+
"House Crow": 11,
|
62 |
+
"Indian Grey Hornbill": 12,
|
63 |
+
"Indian Peacock": 13,
|
64 |
+
"Indian Pitta": 14,
|
65 |
+
"Indian Roller": 15,
|
66 |
+
"Jungle Babbler": 16,
|
67 |
+
"Northern Lapwing": 17,
|
68 |
+
"Red-Wattled Lapwing": 18,
|
69 |
+
"Ruddy Shelduck": 19,
|
70 |
+
"Rufous Treepie": 20,
|
71 |
+
"Sarus Crane": 21,
|
72 |
+
"White Wagtail": 22,
|
73 |
+
"White-Breasted Kingfisher": 23,
|
74 |
+
"White-Breasted Waterhen": 24
|
75 |
+
},
|
76 |
+
"layer_norm_eps": 1e-12,
|
77 |
+
"layer_scale_init_value": 1e-06,
|
78 |
+
"model_type": "convnext",
|
79 |
+
"num_channels": 3,
|
80 |
+
"num_stages": 4,
|
81 |
+
"out_features": [
|
82 |
+
"stage4"
|
83 |
+
],
|
84 |
+
"out_indices": [
|
85 |
+
4
|
86 |
+
],
|
87 |
+
"patch_size": 4,
|
88 |
+
"problem_type": "single_label_classification",
|
89 |
+
"stage_names": [
|
90 |
+
"stem",
|
91 |
+
"stage1",
|
92 |
+
"stage2",
|
93 |
+
"stage3",
|
94 |
+
"stage4"
|
95 |
+
],
|
96 |
+
"torch_dtype": "float32",
|
97 |
+
"transformers_version": "4.38.2"
|
98 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22acaa0b36c752b9e725ced950a97ffeb256e6119ddac7b68edd6bc500059e37
|
3 |
+
size 111378700
|
preprocessor_config.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"crop_pct": 0.875,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.485,
|
8 |
+
0.456,
|
9 |
+
0.406
|
10 |
+
],
|
11 |
+
"image_processor_type": "ConvNextImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.229,
|
14 |
+
0.224,
|
15 |
+
0.225
|
16 |
+
],
|
17 |
+
"resample": 3,
|
18 |
+
"rescale_factor": 0.00392156862745098,
|
19 |
+
"size": {
|
20 |
+
"shortest_edge": 224
|
21 |
+
}
|
22 |
+
}
|
runs/Mar07_11-36-51_64d59fe3470a/events.out.tfevents.1709811492.64d59fe3470a.4174.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9480870bcd61e9576dc9250242f383a67df1fd054387d43e248c123e6d529e21
|
3 |
+
size 6047
|
runs/Mar07_11-43-26_64d59fe3470a/events.out.tfevents.1709811807.64d59fe3470a.4174.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:575d4a2fa1569114c7cf20e5766f9c04f9c8107e370d7a27e60f31cab5f2e635
|
3 |
+
size 19615
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0192edfb7e25c0b4a68985cb6dc961a85d75cc969036061a8ad96ea5d0881988
|
3 |
+
size 4920
|