First model version
Browse files- checkpoint-29993/config.json +38 -0
- checkpoint-29993/model.safetensors +3 -0
- checkpoint-29993/optimizer.pt +3 -0
- checkpoint-29993/preprocessor_config.json +22 -0
- checkpoint-29993/rng_state.pth +3 -0
- checkpoint-29993/scheduler.pt +3 -0
- checkpoint-29993/trainer_state.json +0 -0
- checkpoint-29993/training_args.bin +3 -0
- logs/events.out.tfevents.1725464986.ai.224232.2 +3 -0
checkpoint-29993/config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/home/ai/PYTHON/vit-train/female_vit8/checkpoint-13113",
|
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": "0_child",
|
13 |
+
"1": "1_teen",
|
14 |
+
"2": "2_woman",
|
15 |
+
"3": "3_senior",
|
16 |
+
"4": "bad_image"
|
17 |
+
},
|
18 |
+
"image_size": 224,
|
19 |
+
"initializer_range": 0.02,
|
20 |
+
"intermediate_size": 3072,
|
21 |
+
"label2id": {
|
22 |
+
"0_child": 0,
|
23 |
+
"1_teen": 1,
|
24 |
+
"2_woman": 2,
|
25 |
+
"3_senior": 3,
|
26 |
+
"bad_image": 4
|
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": "single_label_classification",
|
35 |
+
"qkv_bias": true,
|
36 |
+
"torch_dtype": "float32",
|
37 |
+
"transformers_version": "4.44.2"
|
38 |
+
}
|
checkpoint-29993/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ba130da5b7f2f1733a75c20b7a418e69177f705593628b2b29b8de5a5eb5a9f
|
3 |
+
size 343233204
|
checkpoint-29993/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9dd0d878786cfb5635431bdf53bcfd2e3ea028473ffba66af32d4bf5d394e3c5
|
3 |
+
size 686587322
|
checkpoint-29993/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 |
+
}
|
checkpoint-29993/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aac27d725251478834f99b200941508a95637d840d0a34b0f2479cbb68d9cab9
|
3 |
+
size 14244
|
checkpoint-29993/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44b4d65221743cb82429644b5d871d0481722f636a267c9a6f7da785f4bfa04d
|
3 |
+
size 1064
|
checkpoint-29993/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-29993/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:380f6204d14904e49ef685f93df239df5e979bf9589761f11e873e17cc5af009
|
3 |
+
size 5176
|
logs/events.out.tfevents.1725464986.ai.224232.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f620f516b5c5e72efcb67626d248d6d22a626f4c907b7db48dbb30472ad52b4
|
3 |
+
size 762984
|