Training in progress, step 10
Browse files- config.json +34 -0
- model.safetensors +3 -0
- preprocessor_config.json +22 -0
- runs/Nov13_12-31-35_88564158c78c/events.out.tfevents.1731501145.88564158c78c.1719.0 +3 -0
- runs/Nov13_12-31-35_88564158c78c/events.out.tfevents.1731501437.88564158c78c.1719.1 +3 -0
- runs/Nov13_12-31-35_88564158c78c/events.out.tfevents.1731501830.88564158c78c.1719.2 +3 -0
- runs/Nov13_12-53-56_88564158c78c/events.out.tfevents.1731502456.88564158c78c.1719.3 +3 -0
- runs/Nov13_12-53-56_88564158c78c/events.out.tfevents.1731502742.88564158c78c.1719.4 +3 -0
- runs/Nov13_13-09-28_88564158c78c/events.out.tfevents.1731503383.88564158c78c.1719.5 +3 -0
- runs/Nov13_13-18-13_88564158c78c/events.out.tfevents.1731503918.88564158c78c.1719.6 +3 -0
- runs/Nov13_13-29-00_88564158c78c/events.out.tfevents.1731504555.88564158c78c.1719.7 +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "google/vit-large-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": 1024,
|
| 11 |
+
"id2label": {
|
| 12 |
+
"0": "three",
|
| 13 |
+
"1": "two",
|
| 14 |
+
"2": "zero"
|
| 15 |
+
},
|
| 16 |
+
"image_size": 224,
|
| 17 |
+
"initializer_range": 0.02,
|
| 18 |
+
"intermediate_size": 4096,
|
| 19 |
+
"label2id": {
|
| 20 |
+
"three": "0",
|
| 21 |
+
"two": "1",
|
| 22 |
+
"zero": "2"
|
| 23 |
+
},
|
| 24 |
+
"layer_norm_eps": 1e-12,
|
| 25 |
+
"model_type": "vit",
|
| 26 |
+
"num_attention_heads": 16,
|
| 27 |
+
"num_channels": 3,
|
| 28 |
+
"num_hidden_layers": 24,
|
| 29 |
+
"patch_size": 16,
|
| 30 |
+
"problem_type": "single_label_classification",
|
| 31 |
+
"qkv_bias": true,
|
| 32 |
+
"torch_dtype": "float32",
|
| 33 |
+
"transformers_version": "4.46.2"
|
| 34 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04f375c93493c42138ce006c247d098c6bec2474cc927e03684cfa5fe6f8c932
|
| 3 |
+
size 1213265372
|
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/Nov13_12-31-35_88564158c78c/events.out.tfevents.1731501145.88564158c78c.1719.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86247034cf6fd1a9de026ac284469f7e49e4f7ef1388eaf477745053e4d34122
|
| 3 |
+
size 10749
|
runs/Nov13_12-31-35_88564158c78c/events.out.tfevents.1731501437.88564158c78c.1719.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca77428454cae8f8ef6039f5dcca44675dbff281c4f992d3a00e9686fe1bf9e2
|
| 3 |
+
size 5443
|
runs/Nov13_12-31-35_88564158c78c/events.out.tfevents.1731501830.88564158c78c.1719.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:713984ee515132efa80285f90d778d332994ffc92fc59c54fc5ebef85fe29ff1
|
| 3 |
+
size 16153
|
runs/Nov13_12-53-56_88564158c78c/events.out.tfevents.1731502456.88564158c78c.1719.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c87289fa7bce4786d69df71ba6d1fc2c97b6675278890468671f5958d846575
|
| 3 |
+
size 10749
|
runs/Nov13_12-53-56_88564158c78c/events.out.tfevents.1731502742.88564158c78c.1719.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75792e38084a61d44f3962d9463603ff3d03656db69ce3ce957aa5cf97264f11
|
| 3 |
+
size 10591
|
runs/Nov13_13-09-28_88564158c78c/events.out.tfevents.1731503383.88564158c78c.1719.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53db1be630a07c6761b839df3afa8fda2fe67d8e5466613736eef40864e45f74
|
| 3 |
+
size 5394
|
runs/Nov13_13-18-13_88564158c78c/events.out.tfevents.1731503918.88564158c78c.1719.6
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8dcbf11c4e19ae9f1f7be09f987354d0a16f2ac4e04c319d1397e0797f91d178
|
| 3 |
+
size 10749
|
runs/Nov13_13-29-00_88564158c78c/events.out.tfevents.1731504555.88564158c78c.1719.7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6812050f28cf8c97d2a04e9d0908107a572490a9c62fef3c0c3a59a838605ff1
|
| 3 |
+
size 5711
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:af12295959d5f40c4c38f1bd1c7bf3cde84d592d3a9bcb89143200d152c924b5
|
| 3 |
+
size 5368
|