neuralhaven commited on
Commit
05d8f9c
1 Parent(s): 615e06c

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "WinKawaks/vit-tiny-patch16-224",
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": 192,
11
+ "id2label": {
12
+ "0": "Very Low",
13
+ "1": "Low",
14
+ "2": "Moderate",
15
+ "3": "High",
16
+ "4": "Very High",
17
+ "5": "Non-burnable",
18
+ "6": "Water"
19
+ },
20
+ "image_size": 224,
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 768,
23
+ "label2id": {
24
+ "High": 3,
25
+ "Low": 1,
26
+ "Moderate": 2,
27
+ "Non-burnable": 5,
28
+ "Very High": 4,
29
+ "Very Low": 0,
30
+ "Water": 6
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "model_type": "vit",
34
+ "num_attention_heads": 3,
35
+ "num_channels": 3,
36
+ "num_hidden_layers": 12,
37
+ "patch_size": 16,
38
+ "problem_type": "single_label_classification",
39
+ "qkv_bias": true,
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.45.1"
42
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfd8738e08b82ec6f751c16c94ad2b428d7491a4ae5da89f8e011b680cd537be
3
+ size 22125780
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/Oct19_04-29-46_a03e158b2f05/events.out.tfevents.1729312199.a03e158b2f05.30.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82704b52cb71847a1de501bba3aeeb01eb518d4ce53bbc89ea2a6a3252c2be18
3
+ size 5215
runs/Oct19_04-30-26_a03e158b2f05/events.out.tfevents.1729312230.a03e158b2f05.30.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eac8c4cab5b864ac8f4e7013d1caf40fdca94a24c41ada306efc01a4b2d3247
3
+ size 9474
runs/Oct19_04-33-25_a03e158b2f05/events.out.tfevents.1729312413.a03e158b2f05.30.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ed362535b091a25b2673843ca7009e9ae26ef9fdd3ab6cb26746c8d2d34aa3f
3
+ size 6969
runs/Oct19_04-39-11_a03e158b2f05/events.out.tfevents.1729312758.a03e158b2f05.711.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8c627d781c95417e3052879498edcfd5bc99c0c402881381a4d171124f1927b
3
+ size 4184
runs/Oct19_04-44-27_a03e158b2f05/events.out.tfevents.1729313069.a03e158b2f05.885.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb9c78b0eb02e23a4903c54f169fb9ebc5b372594d68a12e91710abc3ccfd76b
3
+ size 11348
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6179e383ee1decf9a8bf1279a41fec5b1568c49e23779a2fe428c41661a69c48
3
+ size 5304