Commit
·
ef8527c
1
Parent(s):
9dd6b97
Training in progress, step 500
Browse files- config.json +38 -0
- model.safetensors +3 -0
- preprocessor_config.json +22 -0
- runs/Nov25_14-15-55_optml5/events.out.tfevents.1700939758.optml5.53708.0 +3 -0
- runs/Nov25_15-39-59_optml5/events.out.tfevents.1700944801.optml5.73576.0 +3 -0
- runs/Nov25_16-11-50_optml5/events.out.tfevents.1700946712.optml5.81263.0 +3 -0
- runs/Nov25_16-22-32_optml5/events.out.tfevents.1700947354.optml5.84001.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "elastic_transform",
|
13 |
+
"1": "zoom_blur",
|
14 |
+
"2": "snow",
|
15 |
+
"3": "brightness",
|
16 |
+
"4": "fog"
|
17 |
+
},
|
18 |
+
"image_size": 224,
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"intermediate_size": 3072,
|
21 |
+
"label2id": {
|
22 |
+
"brightness": 3,
|
23 |
+
"elastic_transform": 0,
|
24 |
+
"fog": 4,
|
25 |
+
"snow": 2,
|
26 |
+
"zoom_blur": 1
|
27 |
+
},
|
28 |
+
"layer_norm_eps": 1e-12,
|
29 |
+
"model_type": "vit",
|
30 |
+
"num_attention_heads": 12,
|
31 |
+
"num_channels": 3,
|
32 |
+
"num_hidden_layers": 12,
|
33 |
+
"patch_size": 16,
|
34 |
+
"problem_type": "multi_label_classification",
|
35 |
+
"qkv_bias": true,
|
36 |
+
"torch_dtype": "float32",
|
37 |
+
"transformers_version": "4.35.2"
|
38 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98a66dc6258a468164bcc7ef2dbccabcd2e43e1da5ec48efc0376c3565a07a6e
|
3 |
+
size 343233204
|
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/Nov25_14-15-55_optml5/events.out.tfevents.1700939758.optml5.53708.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d12aaa04365979ce18ec7041adb6c41dafc4d1ba4a7ea1b28018c34e454816a
|
3 |
+
size 14683
|
runs/Nov25_15-39-59_optml5/events.out.tfevents.1700944801.optml5.73576.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d021183fc2df9df905a42fe518b461fcd2056f5b9c70f815195910d5808804e
|
3 |
+
size 8245
|
runs/Nov25_16-11-50_optml5/events.out.tfevents.1700946712.optml5.81263.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9b7a5467cc364d5990117abcf3870ec6f714386a5c7c42c0a449ffeb0c9b1aa
|
3 |
+
size 4671
|
runs/Nov25_16-22-32_optml5/events.out.tfevents.1700947354.optml5.84001.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a51c0e3ecb655eaa825f9dba39deb1474b92b88816a89132d71798a94526e189
|
3 |
+
size 12816
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c5958178dd965813bcb3a3e00e6632f185edac23e37a3b4643ee3da919b6e11
|
3 |
+
size 4600
|