Lalith47 commited on
Commit
f5a2bbe
·
verified ·
1 Parent(s): dfe2752

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ViTForImageClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "dtype": "float32",
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "cirriform clouds",
13
+ "1": "clear sky",
14
+ "2": "cumulonimbus clouds",
15
+ "3": "cumulus clouds",
16
+ "4": "high cumuliform clouds",
17
+ "5": "stratiform clouds",
18
+ "6": "stratocumulus clouds"
19
+ },
20
+ "image_size": 224,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "label2id": {
24
+ "cirriform clouds": "0",
25
+ "clear sky": "1",
26
+ "cumulonimbus clouds": "2",
27
+ "cumulus clouds": "3",
28
+ "high cumuliform clouds": "4",
29
+ "stratiform clouds": "5",
30
+ "stratocumulus clouds": "6"
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "model_type": "vit",
34
+ "num_attention_heads": 12,
35
+ "num_channels": 3,
36
+ "num_hidden_layers": 12,
37
+ "patch_size": 16,
38
+ "pooler_act": "tanh",
39
+ "pooler_output_size": 768,
40
+ "problem_type": "single_label_classification",
41
+ "qkv_bias": true,
42
+ "transformers_version": "4.57.1"
43
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4499dd3e5a2e560ed30202542ef11572eb766e80b5763133bb1fbada96ffac16
3
+ size 343239356
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.5,
8
+ 0.5,
9
+ 0.5
10
+ ],
11
+ "image_processor_type": "ViTImageProcessor",
12
+ "image_std": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "resample": 2,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 224,
21
+ "width": 224
22
+ }
23
+ }
runs/Nov21_14-06-04_c1472a088aa2/events.out.tfevents.1763733982.c1472a088aa2.567.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a60e3ca089fe3218dc2efea1bc62b8f3da86ad0d6fb72c43f557768efb2be372
3
+ size 5439
runs/Nov21_14-09-31_c1472a088aa2/events.out.tfevents.1763734172.c1472a088aa2.567.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c76ff45ebe66ed9af646155ef6d22c03258c15dc9fddbd577370776a3c64f9a7
3
+ size 5439
runs/Nov21_14-11-10_c1472a088aa2/events.out.tfevents.1763734271.c1472a088aa2.567.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c34d2e026bb7e3b946ac5b09ceb0fb547efc88f56128be8f76edc65265add28
3
+ size 5743
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a48a737230f5ad2b5dbe0608f3af6c895fed7154a6553068de0854b46e994155
3
+ size 5841