polejowska
commited on
Commit
•
5de6b29
1
Parent(s):
b746c29
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +40 -0
- preprocessor_config.json +25 -0
- pytorch_model.bin +3 -0
- runs/Feb26_20-20-20_b0051077c075/1677442828.572359/events.out.tfevents.1677442828.b0051077c075.1132.1 +3 -0
- runs/Feb26_20-20-20_b0051077c075/events.out.tfevents.1677442828.b0051077c075.1132.0 +3 -0
- runs/Feb26_20-22-54_b0051077c075/1677442980.2549121/events.out.tfevents.1677442980.b0051077c075.1132.3 +3 -0
- runs/Feb26_20-22-54_b0051077c075/events.out.tfevents.1677442980.b0051077c075.1132.2 +3 -0
- runs/Feb26_20-23-38_b0051077c075/1677443024.3340383/events.out.tfevents.1677443024.b0051077c075.1132.5 +3 -0
- runs/Feb26_20-23-38_b0051077c075/events.out.tfevents.1677443024.b0051077c075.1132.4 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "hustvl/yolos-tiny",
|
3 |
+
"architectures": [
|
4 |
+
"YolosForObjectDetection"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.0,
|
7 |
+
"auxiliary_loss": false,
|
8 |
+
"bbox_cost": 5,
|
9 |
+
"bbox_loss_coefficient": 5,
|
10 |
+
"class_cost": 1,
|
11 |
+
"eos_coefficient": 0.1,
|
12 |
+
"giou_cost": 2,
|
13 |
+
"giou_loss_coefficient": 2,
|
14 |
+
"hidden_act": "gelu",
|
15 |
+
"hidden_dropout_prob": 0.0,
|
16 |
+
"hidden_size": 192,
|
17 |
+
"id2label": {
|
18 |
+
"0": "Leukocyte"
|
19 |
+
},
|
20 |
+
"image_size": [
|
21 |
+
800,
|
22 |
+
1333
|
23 |
+
],
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"intermediate_size": 768,
|
26 |
+
"label2id": {
|
27 |
+
"Leukocyte": 0
|
28 |
+
},
|
29 |
+
"layer_norm_eps": 1e-12,
|
30 |
+
"model_type": "yolos",
|
31 |
+
"num_attention_heads": 3,
|
32 |
+
"num_channels": 3,
|
33 |
+
"num_detection_tokens": 100,
|
34 |
+
"num_hidden_layers": 12,
|
35 |
+
"patch_size": 16,
|
36 |
+
"qkv_bias": true,
|
37 |
+
"torch_dtype": "float32",
|
38 |
+
"transformers_version": "4.26.1",
|
39 |
+
"use_mid_position_embeddings": false
|
40 |
+
}
|
preprocessor_config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": true,
|
3 |
+
"do_pad": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"feature_extractor_type": "YolosFeatureExtractor",
|
7 |
+
"format": "coco_detection",
|
8 |
+
"image_mean": [
|
9 |
+
0.485,
|
10 |
+
0.456,
|
11 |
+
0.406
|
12 |
+
],
|
13 |
+
"image_processor_type": "YolosFeatureExtractor",
|
14 |
+
"image_std": [
|
15 |
+
0.229,
|
16 |
+
0.224,
|
17 |
+
0.225
|
18 |
+
],
|
19 |
+
"resample": 2,
|
20 |
+
"rescale_factor": 0.00392156862745098,
|
21 |
+
"size": {
|
22 |
+
"longest_edge": 1333,
|
23 |
+
"shortest_edge": 512
|
24 |
+
}
|
25 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fba7ae973b46e1ac13fdaadcc649bbab1dba930e0fed7fb6e50bc7c051c08d2
|
3 |
+
size 25956505
|
runs/Feb26_20-20-20_b0051077c075/1677442828.572359/events.out.tfevents.1677442828.b0051077c075.1132.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:112a6796e0531eb66319fcb02fba60923b1778c9ed38a93acc1ac8e98e342976
|
3 |
+
size 5729
|
runs/Feb26_20-20-20_b0051077c075/events.out.tfevents.1677442828.b0051077c075.1132.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f94b320199ce2777ae94bb7b9123f5585d4eb3053a2ecc69e2486ab09b51875
|
3 |
+
size 4097
|
runs/Feb26_20-22-54_b0051077c075/1677442980.2549121/events.out.tfevents.1677442980.b0051077c075.1132.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdca23bcb4cefac842cdd1ca3146e6448e256c841a705d7b68576fac819877a6
|
3 |
+
size 5729
|
runs/Feb26_20-22-54_b0051077c075/events.out.tfevents.1677442980.b0051077c075.1132.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dac3a84f19657ac805a15ef9f53f9eecc2acf7d501fc5c2be83ce7ac55ce819f
|
3 |
+
size 4097
|
runs/Feb26_20-23-38_b0051077c075/1677443024.3340383/events.out.tfevents.1677443024.b0051077c075.1132.5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c6b4f0e84c06bda9384b10833f04cb94a9ff25df75b97bc64adf827c5d39368
|
3 |
+
size 5729
|
runs/Feb26_20-23-38_b0051077c075/events.out.tfevents.1677443024.b0051077c075.1132.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3dc7691d31ff4e3f708b5fe14f999ff67c791762be9d981427729d388e20ed4c
|
3 |
+
size 4516
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2e265aa3358598112ccf4bf082c2a1c0daa84fb5e448ad710884b7e31d1fad3
|
3 |
+
size 3515
|