nemik commited on
Commit
34783ad
1 Parent(s): e0809b8

Training in progress, step 500

Browse files
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/vit-base-patch16-224-in21k",
3
+ "architectures": [
4
+ "ViTForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "encoder_stride": 16,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.0,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "snowing",
13
+ "1": "raining",
14
+ "2": "sunny",
15
+ "3": "cloudy",
16
+ "4": "night",
17
+ "5": "snow_on_road",
18
+ "6": "partial_snow_on_road",
19
+ "7": "clear_pavement",
20
+ "8": "wet_pavement",
21
+ "9": "iced_lens"
22
+ },
23
+ "image_size": 224,
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "clear_pavement": 7,
28
+ "cloudy": 3,
29
+ "iced_lens": 9,
30
+ "night": 4,
31
+ "partial_snow_on_road": 6,
32
+ "raining": 1,
33
+ "snow_on_road": 5,
34
+ "snowing": 0,
35
+ "sunny": 2,
36
+ "wet_pavement": 8
37
+ },
38
+ "layer_norm_eps": 1e-12,
39
+ "model_type": "vit",
40
+ "num_attention_heads": 12,
41
+ "num_channels": 3,
42
+ "num_hidden_layers": 12,
43
+ "patch_size": 16,
44
+ "problem_type": "multi_label_classification",
45
+ "qkv_bias": true,
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.42.4"
48
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88352370ceb99771ca0e70dad2e219c5a3947d6caff8fb84ff78fdfbe5cbd54f
3
+ size 343248584
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
runs/Jul25_04-24-14_d85b605ca0e9/events.out.tfevents.1721881928.d85b605ca0e9.546.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fca714aa69bf082ee75487f490fede4992257c26e2826b95113a727c1969d949
3
+ size 18195
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a59cbf37d5ef3ab1e40df24d1382d3bb0caafc421913f24d4dca9e1b84788517
3
+ size 5176