End of training
Browse files- all_results.json +5 -5
- config.json +5 -5
- preprocessor_config.json +7 -2
- pytorch_model.bin +2 -2
- runs/Mar23_07-28-14_4f145e478cc3/1679556600.436232/events.out.tfevents.1679556600.4f145e478cc3.905.1 +3 -0
- runs/Mar23_07-28-14_4f145e478cc3/events.out.tfevents.1679556600.4f145e478cc3.905.0 +3 -0
- runs/Mar23_07-44-08_4f145e478cc3/1679557659.5123875/events.out.tfevents.1679557659.4f145e478cc3.905.3 +3 -0
- runs/Mar23_07-44-08_4f145e478cc3/events.out.tfevents.1679557659.4f145e478cc3.905.2 +3 -0
- runs/Mar23_07-54-41_4f145e478cc3/1679558087.376634/events.out.tfevents.1679558087.4f145e478cc3.6994.1 +3 -0
- runs/Mar23_07-54-41_4f145e478cc3/events.out.tfevents.1679558087.4f145e478cc3.6994.0 +3 -0
- runs/Mar23_07-55-28_4f145e478cc3/1679558131.4975696/events.out.tfevents.1679558131.4f145e478cc3.6994.3 +3 -0
- runs/Mar23_07-55-28_4f145e478cc3/events.out.tfevents.1679558131.4f145e478cc3.6994.2 +3 -0
- train_results.json +5 -5
- training_args.bin +2 -2
all_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"epoch": 2.0,
|
3 |
-
"total_flos":
|
4 |
-
"train_loss": 0.
|
5 |
-
"train_runtime":
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 2.0,
|
3 |
+
"total_flos": 2.9601940032774144e+16,
|
4 |
+
"train_loss": 0.4221321940422058,
|
5 |
+
"train_runtime": 20.4794,
|
6 |
+
"train_samples_per_second": 18.653,
|
7 |
+
"train_steps_per_second": 2.344
|
8 |
}
|
config.json
CHANGED
@@ -9,15 +9,15 @@
|
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
},
|
15 |
"image_size": 224,
|
16 |
"initializer_range": 0.02,
|
17 |
"intermediate_size": 3072,
|
18 |
"label2id": {
|
19 |
-
"
|
20 |
-
"
|
21 |
},
|
22 |
"layer_norm_eps": 1e-12,
|
23 |
"model_type": "vit",
|
@@ -28,5 +28,5 @@
|
|
28 |
"problem_type": "single_label_classification",
|
29 |
"qkv_bias": true,
|
30 |
"torch_dtype": "float32",
|
31 |
-
"transformers_version": "4.
|
32 |
}
|
|
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
+
"0": "Negative",
|
13 |
+
"1": "Positive"
|
14 |
},
|
15 |
"image_size": 224,
|
16 |
"initializer_range": 0.02,
|
17 |
"intermediate_size": 3072,
|
18 |
"label2id": {
|
19 |
+
"Negative": "0",
|
20 |
+
"Positive": "1"
|
21 |
},
|
22 |
"layer_norm_eps": 1e-12,
|
23 |
"model_type": "vit",
|
|
|
28 |
"problem_type": "single_label_classification",
|
29 |
"qkv_bias": true,
|
30 |
"torch_dtype": "float32",
|
31 |
+
"transformers_version": "4.27.2"
|
32 |
}
|
preprocessor_config.json
CHANGED
@@ -1,17 +1,22 @@
|
|
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 |
-
"
|
|
|
|
|
|
|
|
|
17 |
}
|
|
|
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": "ViTFeatureExtractor",
|
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
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ee9d2092ad9c16b0384e679db90abbb92d435c6decec907c425df76cb9ecb6b
|
3 |
+
size 343268717
|
runs/Mar23_07-28-14_4f145e478cc3/1679556600.436232/events.out.tfevents.1679556600.4f145e478cc3.905.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7bfaa0c1d4afe4704f383866a6033af214e177ccd9dc437bb7295aa7db7ca9d6
|
3 |
+
size 5790
|
runs/Mar23_07-28-14_4f145e478cc3/events.out.tfevents.1679556600.4f145e478cc3.905.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cea3f08dfd05087242c57e30ec1409dc8343c5aa6597b9f1a9df0ee5bca0518f
|
3 |
+
size 3926
|
runs/Mar23_07-44-08_4f145e478cc3/1679557659.5123875/events.out.tfevents.1679557659.4f145e478cc3.905.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbb6bd8c74e378ddcada15fd714a747ab9d4ace2767247dd3d23220d673d6f7b
|
3 |
+
size 5790
|
runs/Mar23_07-44-08_4f145e478cc3/events.out.tfevents.1679557659.4f145e478cc3.905.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66b5f132c9517fa310a34372743cc103015ea4c7512a65cd39944ea96ee4efd7
|
3 |
+
size 3926
|
runs/Mar23_07-54-41_4f145e478cc3/1679558087.376634/events.out.tfevents.1679558087.4f145e478cc3.6994.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7adac0291ce197e4b7879d68c8dd3422c4e67a84d98c6d1092d987d58bbf62b
|
3 |
+
size 5790
|
runs/Mar23_07-54-41_4f145e478cc3/events.out.tfevents.1679558087.4f145e478cc3.6994.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:832c4ec0f40de448d55232037568ca200dc86d5ebdefd37e18d0c96c50feff55
|
3 |
+
size 40
|
runs/Mar23_07-55-28_4f145e478cc3/1679558131.4975696/events.out.tfevents.1679558131.4f145e478cc3.6994.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b4d45616fa74be4d6148535445a3d66f96df3c1a496f679ae3ee3e34a912e8f
|
3 |
+
size 5790
|
runs/Mar23_07-55-28_4f145e478cc3/events.out.tfevents.1679558131.4f145e478cc3.6994.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2564ca0e7cc21e6df258a5da0a93a77497f55c5aef2b6204024449f4cc722f45
|
3 |
+
size 4890
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"epoch": 2.0,
|
3 |
-
"total_flos":
|
4 |
-
"train_loss": 0.
|
5 |
-
"train_runtime":
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second":
|
8 |
}
|
|
|
1 |
{
|
2 |
"epoch": 2.0,
|
3 |
+
"total_flos": 2.9601940032774144e+16,
|
4 |
+
"train_loss": 0.4221321940422058,
|
5 |
+
"train_runtime": 20.4794,
|
6 |
+
"train_samples_per_second": 18.653,
|
7 |
+
"train_steps_per_second": 2.344
|
8 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09c01fcf4b053f8be8bd2118f7eef7c7caba3ea6d684a01e585d2924f6a363ff
|
3 |
+
size 3579
|