debajyotidasgupta commited on
Commit
0211bde
1 Parent(s): 9c92ef0

Training in progress, epoch 0

Browse files
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/convnextv2-base-22k-384",
3
+ "architectures": [
4
+ "ConvNextV2ForImageClassification"
5
+ ],
6
+ "depths": [
7
+ 3,
8
+ 3,
9
+ 27,
10
+ 3
11
+ ],
12
+ "drop_path_rate": 0.0,
13
+ "hidden_act": "gelu",
14
+ "hidden_sizes": [
15
+ 128,
16
+ 256,
17
+ 512,
18
+ 1024
19
+ ],
20
+ "image_size": 224,
21
+ "initializer_range": 0.02,
22
+ "layer_norm_eps": 1e-12,
23
+ "model_type": "convnextv2",
24
+ "num_channels": 3,
25
+ "num_stages": 4,
26
+ "out_features": [
27
+ "stage4"
28
+ ],
29
+ "out_indices": [
30
+ 4
31
+ ],
32
+ "patch_size": 4,
33
+ "problem_type": "single_label_classification",
34
+ "stage_names": [
35
+ "stem",
36
+ "stage1",
37
+ "stage2",
38
+ "stage3",
39
+ "stage4"
40
+ ],
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.35.2"
43
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24de3b88d597afd7578ee26cc8930e9420ef06e68bda3ce3f1ddd70484873c16
3
+ size 350825440
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": 384
21
+ }
22
+ }
runs/Feb04_16-18-26_fdbb0a2aa773/events.out.tfevents.1707063510.fdbb0a2aa773.3716.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83747374dc64f09843d25e2daf0dcbb77d060887452246e289c7e5daea5be41c
3
+ size 5364
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:396bc613c1945b6d6df21b64d9215f0207d8f7e511cdf8f78eb980d3933264b4
3
+ size 4600