Commit
•
c8df074
1
Parent(s):
6795e32
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +3 -1
- preprocessor_config.json +7 -2
- pytorch_model.bin +3 -0
- runs/Jan30_16-00-50_Amys-MacBook-Pro-2.local/1675094579.358819/events.out.tfevents.1675094579.Amys-MacBook-Pro-2.local.76511.1 +3 -0
- runs/Jan30_16-00-50_Amys-MacBook-Pro-2.local/events.out.tfevents.1675094579.Amys-MacBook-Pro-2.local.76511.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
CHANGED
@@ -28,6 +28,8 @@
|
|
28 |
"num_channels": 3,
|
29 |
"num_hidden_layers": 12,
|
30 |
"patch_size": 16,
|
|
|
31 |
"qkv_bias": true,
|
32 |
-
"
|
|
|
33 |
}
|
|
|
28 |
"num_channels": 3,
|
29 |
"num_hidden_layers": 12,
|
30 |
"patch_size": 16,
|
31 |
+
"problem_type": "single_label_classification",
|
32 |
"qkv_bias": true,
|
33 |
+
"torch_dtype": "float32",
|
34 |
+
"transformers_version": "4.27.0.dev0"
|
35 |
}
|
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": "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 |
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdaafe5579f9dd9f58183fc4b4065344f36b89ef889754bcb9f65b41effea31d
|
3 |
+
size 343269037
|
runs/Jan30_16-00-50_Amys-MacBook-Pro-2.local/1675094579.358819/events.out.tfevents.1675094579.Amys-MacBook-Pro-2.local.76511.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b10dd015d4f019f49a69fca1ece995f450614760ff1d8b0a24bf80070297fca
|
3 |
+
size 5724
|
runs/Jan30_16-00-50_Amys-MacBook-Pro-2.local/events.out.tfevents.1675094579.Amys-MacBook-Pro-2.local.76511.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:484d199ad504f42b392c64971f8cf1a280adaedb2f5a973bf7cd750e3c808ced
|
3 |
+
size 6313
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b447ebb7685228fc4112bec8c2c3da722a5a15e27defbbb737e96a5cad7c00a
|
3 |
+
size 3579
|