Training in progress, epoch 0
Browse files- .gitignore +1 -0
- config.json +46 -0
- preprocessor_config.json +17 -0
- pytorch_model.bin +3 -0
- runs/May06_02-16-30_7289a58536f9/1651803672.7221348/events.out.tfevents.1651803672.7289a58536f9.82.1 +3 -0
- runs/May06_02-16-30_7289a58536f9/events.out.tfevents.1651803672.7289a58536f9.82.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/vit-base-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": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "1",
|
13 |
+
"1": "2",
|
14 |
+
"2": "3",
|
15 |
+
"3": "4",
|
16 |
+
"4": "5",
|
17 |
+
"5": "6",
|
18 |
+
"6": "7",
|
19 |
+
"7": "8",
|
20 |
+
"8": "9"
|
21 |
+
},
|
22 |
+
"image_size": 224,
|
23 |
+
"initializer_range": 0.02,
|
24 |
+
"intermediate_size": 3072,
|
25 |
+
"label2id": {
|
26 |
+
"1": 0,
|
27 |
+
"2": 1,
|
28 |
+
"3": 2,
|
29 |
+
"4": 3,
|
30 |
+
"5": 4,
|
31 |
+
"6": 5,
|
32 |
+
"7": 6,
|
33 |
+
"8": 7,
|
34 |
+
"9": 8
|
35 |
+
},
|
36 |
+
"layer_norm_eps": 1e-12,
|
37 |
+
"model_type": "vit",
|
38 |
+
"num_attention_heads": 12,
|
39 |
+
"num_channels": 3,
|
40 |
+
"num_hidden_layers": 12,
|
41 |
+
"patch_size": 16,
|
42 |
+
"problem_type": "single_label_classification",
|
43 |
+
"qkv_bias": true,
|
44 |
+
"torch_dtype": "float32",
|
45 |
+
"transformers_version": "4.18.0"
|
46 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_resize": true,
|
4 |
+
"feature_extractor_type": "ViTFeatureExtractor",
|
5 |
+
"image_mean": [
|
6 |
+
0.5,
|
7 |
+
0.5,
|
8 |
+
0.5
|
9 |
+
],
|
10 |
+
"image_std": [
|
11 |
+
0.5,
|
12 |
+
0.5,
|
13 |
+
0.5
|
14 |
+
],
|
15 |
+
"resample": 2,
|
16 |
+
"size": 224
|
17 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a6e95cc1c28a496f5bddad63d22f475be05339f2af639eb723107836aa169815
|
3 |
+
size 343288497
|
runs/May06_02-16-30_7289a58536f9/1651803672.7221348/events.out.tfevents.1651803672.7289a58536f9.82.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e0ffa3150eb2c881d57cf4824148a3951c3ff90d7e8bfa02d46aabf895373ea
|
3 |
+
size 4907
|
runs/May06_02-16-30_7289a58536f9/events.out.tfevents.1651803672.7289a58536f9.82.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf4a50e49d61f09eff0af28e50104a7a98d3f049599d2a42461b329cceda4d55
|
3 |
+
size 4966
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e5ac46143d405602b4552df82a78d1a46440a03e814ef65017bda8757dbb6a4
|
3 |
+
size 3119
|