moreover18
commited on
Commit
·
911e12a
1
Parent(s):
da43c7e
Training in progress, step 500
Browse files- config.json +32 -0
- model.safetensors +3 -0
- preprocessor_config.json +22 -0
- runs/Nov16_17-57-02_nh71xb20a1/events.out.tfevents.1700157589.nh71xb20a1.32.0 +3 -0
- runs/Nov16_17-57-02_nh71xb20a1/events.out.tfevents.1700157802.nh71xb20a1.32.1 +3 -0
- runs/Nov16_17-57-02_nh71xb20a1/events.out.tfevents.1700158032.nh71xb20a1.32.2 +3 -0
- runs/Nov16_17-57-02_nh71xb20a1/events.out.tfevents.1700158190.nh71xb20a1.32.3 +3 -0
- runs/Nov16_18-51-34_n02vrdt4ok/events.out.tfevents.1700160745.n02vrdt4ok.32.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "moreover18/vit-base-patch16-224-in21k-finetuned-eurosat",
|
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": "not_people",
|
13 |
+
"1": "people"
|
14 |
+
},
|
15 |
+
"image_size": 224,
|
16 |
+
"initializer_range": 0.02,
|
17 |
+
"intermediate_size": 3072,
|
18 |
+
"label2id": {
|
19 |
+
"not_people": "0",
|
20 |
+
"people": "1"
|
21 |
+
},
|
22 |
+
"layer_norm_eps": 1e-12,
|
23 |
+
"model_type": "vit",
|
24 |
+
"num_attention_heads": 12,
|
25 |
+
"num_channels": 3,
|
26 |
+
"num_hidden_layers": 12,
|
27 |
+
"patch_size": 16,
|
28 |
+
"problem_type": "single_label_classification",
|
29 |
+
"qkv_bias": true,
|
30 |
+
"torch_dtype": "float32",
|
31 |
+
"transformers_version": "4.35.2"
|
32 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3f9f703c2b91cc35472d4a0589a23ea6dfa01a128c33ca50a1af1ea124a47ec
|
3 |
+
size 343223968
|
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/Nov16_17-57-02_nh71xb20a1/events.out.tfevents.1700157589.nh71xb20a1.32.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2290366524c8210a1e8133706036160c613a19e5860633f0df874ee06cf87b19
|
3 |
+
size 4564
|
runs/Nov16_17-57-02_nh71xb20a1/events.out.tfevents.1700157802.nh71xb20a1.32.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b4d0f352f93b19df732718542e28ec7c46718ddb7a8c79894694262ca1bd55d
|
3 |
+
size 4881
|
runs/Nov16_17-57-02_nh71xb20a1/events.out.tfevents.1700158032.nh71xb20a1.32.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6594f55ec24bcf73b3ff76b26776245a9df1588abcaf479f56857a5354a707fb
|
3 |
+
size 4564
|
runs/Nov16_17-57-02_nh71xb20a1/events.out.tfevents.1700158190.nh71xb20a1.32.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9061953bb81eed3952eb3e21bf788b602b71d583d0959d63e464605091d13aed
|
3 |
+
size 8649
|
runs/Nov16_18-51-34_n02vrdt4ok/events.out.tfevents.1700160745.n02vrdt4ok.32.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4c96948adcc7d2168dfc7a6b9f20005e2c37ef2731626f0d673a2910d2c1ec94
|
3 |
+
size 6803
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c69d9a29059daccef9b7d6375c45ad3e03f6e8ed7c9ab8121c1bbb6a95f1f84
|
3 |
+
size 4207
|