DunnBC22 commited on
Commit
0e5efa1
1 Parent(s): 9f123dd

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "dew",
13
+ "1": "fogsmog",
14
+ "10": "snow",
15
+ "2": "frost",
16
+ "3": "glaze",
17
+ "4": "hail",
18
+ "5": "lightning",
19
+ "6": "rain",
20
+ "7": "rainbow",
21
+ "8": "rime",
22
+ "9": "sandstorm"
23
+ },
24
+ "image_size": 224,
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "label2id": {
28
+ "dew": "0",
29
+ "fogsmog": "1",
30
+ "frost": "2",
31
+ "glaze": "3",
32
+ "hail": "4",
33
+ "lightning": "5",
34
+ "rain": "6",
35
+ "rainbow": "7",
36
+ "rime": "8",
37
+ "sandstorm": "9",
38
+ "snow": "10"
39
+ },
40
+ "layer_norm_eps": 1e-12,
41
+ "model_type": "vit",
42
+ "num_attention_heads": 12,
43
+ "num_channels": 3,
44
+ "num_hidden_layers": 12,
45
+ "patch_size": 16,
46
+ "problem_type": "single_label_classification",
47
+ "qkv_bias": true,
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.25.1"
50
+ }
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
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4233fd1168825eb2d0e6094d77914415e4c6cbbce4e18f8ae7114f4c7f48929e
3
+ size 343291825
runs/Feb10_18-29-00_Brians-Mac-mini.local/1676075347.470783/events.out.tfevents.1676075347.Brians-Mac-mini.local.54890.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3052410c7a5870eb7714f6f3f2d7fe682357cb24e3a502f1b70271a37dd7b7b6
3
+ size 5648
runs/Feb10_18-29-00_Brians-Mac-mini.local/events.out.tfevents.1676075347.Brians-Mac-mini.local.54890.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c418e831d869bd7c56c1db1ae7e129861f9fc17a233a5075d59f3299389e62a
3
+ size 5179
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1864f5475ffed017855dfb1f1c2bf20c3ff35e8e227c297d25733fa88c23f3fe
3
+ size 3503