polejowska
commited on
Commit
•
6e7813c
1
Parent(s):
3cb434d
Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +41 -0
- preprocessor_config.json +25 -0
- pytorch_model.bin +3 -0
- runs/Feb28_19-47-43_d566756ae0ad/1677613671.3912065/events.out.tfevents.1677613671.d566756ae0ad.260.1 +3 -0
- runs/Feb28_19-47-43_d566756ae0ad/events.out.tfevents.1677613671.d566756ae0ad.260.0 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"output_attentions": true,
|
36 |
+
"patch_size": 16,
|
37 |
+
"qkv_bias": true,
|
38 |
+
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.26.1",
|
40 |
+
"use_mid_position_embeddings": false
|
41 |
+
}
|
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:a54bfe272ad99e208931e711ea6844de0e816b5f9cdc6f1d990459dc758e9993
|
3 |
+
size 25956505
|
runs/Feb28_19-47-43_d566756ae0ad/1677613671.3912065/events.out.tfevents.1677613671.d566756ae0ad.260.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5226a65dbc84bdb0d649781cff353eaa34604abe2e6e3911c4e5b579c70b4c33
|
3 |
+
size 5749
|
runs/Feb28_19-47-43_d566756ae0ad/events.out.tfevents.1677613671.d566756ae0ad.260.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67dac2d12470a88b80f425ba77859f8293eda11e4af54748254df3291b238285
|
3 |
+
size 4565
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c50ee3324300bdc24841b0c0cdd13cdd66b94f296de4797f32ea3902b393503e
|
3 |
+
size 3515
|