ChasingMercer commited on
Commit
48be4ac
1 Parent(s): 8e0bdc5

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/beit-base-patch16-224-pt22k-ft22k",
3
+ "architectures": [
4
+ "BeitForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "auxiliary_channels": 256,
8
+ "auxiliary_concat_input": false,
9
+ "auxiliary_loss_weight": 0.4,
10
+ "auxiliary_num_convs": 1,
11
+ "drop_path_rate": 0.1,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.0,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "dew",
17
+ "1": "fogsmog",
18
+ "2": "frost",
19
+ "3": "glaze",
20
+ "4": "hail",
21
+ "5": "lightning",
22
+ "6": "rain",
23
+ "7": "rainbow",
24
+ "8": "rime",
25
+ "9": "sandstorm",
26
+ "10": "snow"
27
+ },
28
+ "image_size": 224,
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "dew": 0,
33
+ "fogsmog": 1,
34
+ "frost": 2,
35
+ "glaze": 3,
36
+ "hail": 4,
37
+ "lightning": 5,
38
+ "rain": 6,
39
+ "rainbow": 7,
40
+ "rime": 8,
41
+ "sandstorm": 9,
42
+ "snow": 10
43
+ },
44
+ "layer_norm_eps": 1e-12,
45
+ "layer_scale_init_value": 0.1,
46
+ "model_type": "beit",
47
+ "num_attention_heads": 12,
48
+ "num_channels": 3,
49
+ "num_hidden_layers": 12,
50
+ "out_indices": [
51
+ 3,
52
+ 5,
53
+ 7,
54
+ 11
55
+ ],
56
+ "patch_size": 16,
57
+ "pool_scales": [
58
+ 1,
59
+ 2,
60
+ 3,
61
+ 6
62
+ ],
63
+ "problem_type": "single_label_classification",
64
+ "semantic_loss_ignore_index": 255,
65
+ "torch_dtype": "float32",
66
+ "transformers_version": "4.26.1",
67
+ "use_absolute_position_embeddings": false,
68
+ "use_auxiliary_head": true,
69
+ "use_mask_token": false,
70
+ "use_mean_pooling": true,
71
+ "use_relative_position_bias": true,
72
+ "use_shared_relative_position_bias": false,
73
+ "vocab_size": 8192
74
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": {
3
+ "height": 224,
4
+ "width": 224
5
+ },
6
+ "do_center_crop": false,
7
+ "do_normalize": true,
8
+ "do_reduce_labels": false,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "feature_extractor_type": "BeitFeatureExtractor",
12
+ "image_mean": [
13
+ 0.5,
14
+ 0.5,
15
+ 0.5
16
+ ],
17
+ "image_processor_type": "BeitFeatureExtractor",
18
+ "image_std": [
19
+ 0.5,
20
+ 0.5,
21
+ 0.5
22
+ ],
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "height": 224,
27
+ "width": 224
28
+ }
29
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b935598672536dc671659bbfe5ce5488183a1050f068be3740791fb803bd1c2
3
+ size 346888057
runs/Mar12_14-21-12_pop-os/1678630885.7779732/events.out.tfevents.1678630885.pop-os.15701.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54827e93222c9cb6c5e759a514c32fd83aa3630bff5bb78ae22e8c883ac5a959
3
+ size 5701
runs/Mar12_14-21-12_pop-os/1678630934.7581046/events.out.tfevents.1678630934.pop-os.15701.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd18793fb1ca579366dad52ef821ace5798626112dda37d4f9625cdb8eb9a96e
3
+ size 5701
runs/Mar12_14-21-12_pop-os/1678631128.5262873/events.out.tfevents.1678631128.pop-os.15701.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d181ea6da70e5b1c66572f365ce3fb021966800ae250fbaafca3a610c7012ce0
3
+ size 5701
runs/Mar12_14-21-12_pop-os/events.out.tfevents.1678630885.pop-os.15701.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e062e06120d45749df6cf39e610eba8f4a8d87b35c91cdacf7aaaab44b0aea3b
3
+ size 4721
runs/Mar12_14-21-12_pop-os/events.out.tfevents.1678630934.pop-os.15701.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:922f323f013d83d1b4b8961669d0c4cae1c486db1df9927ce2351d11218a05b4
3
+ size 4770
runs/Mar12_14-21-12_pop-os/events.out.tfevents.1678631128.pop-os.15701.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b555afde3c89867a7e46f0c887302704ee3a6486a93a8d3df7fc83a63439f67
3
+ size 6781
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2749e7415fae06b1ca963ff78ae9e4ef2786dee6106b26910488abffe95acefc
3
+ size 3515