Training in progress, epoch 1
Browse files- config.json +20 -41
- model.safetensors +2 -2
- preprocessor_config.json +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,61 +1,40 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
-
"activation_dropout": 0.0,
|
| 4 |
-
"activation_function": "relu",
|
| 5 |
"architectures": [
|
| 6 |
-
"
|
| 7 |
],
|
| 8 |
-
"
|
| 9 |
"auxiliary_loss": false,
|
| 10 |
-
"backbone": "resnet50",
|
| 11 |
-
"backbone_config": null,
|
| 12 |
-
"backbone_kwargs": {
|
| 13 |
-
"in_chans": 3,
|
| 14 |
-
"out_indices": [
|
| 15 |
-
1,
|
| 16 |
-
2,
|
| 17 |
-
3,
|
| 18 |
-
4
|
| 19 |
-
]
|
| 20 |
-
},
|
| 21 |
"bbox_cost": 5,
|
| 22 |
"bbox_loss_coefficient": 5,
|
| 23 |
"class_cost": 1,
|
| 24 |
-
"classifier_dropout": 0.0,
|
| 25 |
-
"d_model": 256,
|
| 26 |
-
"decoder_attention_heads": 8,
|
| 27 |
-
"decoder_ffn_dim": 2048,
|
| 28 |
-
"decoder_layerdrop": 0.0,
|
| 29 |
-
"decoder_layers": 6,
|
| 30 |
-
"dice_loss_coefficient": 1,
|
| 31 |
-
"dilation": false,
|
| 32 |
-
"dropout": 0.1,
|
| 33 |
-
"encoder_attention_heads": 8,
|
| 34 |
-
"encoder_ffn_dim": 2048,
|
| 35 |
-
"encoder_layerdrop": 0.0,
|
| 36 |
-
"encoder_layers": 6,
|
| 37 |
"eos_coefficient": 0.1,
|
| 38 |
"giou_cost": 2,
|
| 39 |
"giou_loss_coefficient": 2,
|
|
|
|
|
|
|
|
|
|
| 40 |
"id2label": {
|
| 41 |
"1": "kangaroo"
|
| 42 |
},
|
| 43 |
-
"
|
| 44 |
-
|
| 45 |
-
|
|
|
|
|
|
|
|
|
|
| 46 |
"label2id": {
|
| 47 |
"kangaroo": 1
|
| 48 |
},
|
| 49 |
-
"
|
| 50 |
-
"
|
| 51 |
-
"
|
| 52 |
"num_channels": 3,
|
| 53 |
-
"
|
| 54 |
-
"
|
| 55 |
-
"
|
| 56 |
-
"
|
| 57 |
"torch_dtype": "float32",
|
| 58 |
"transformers_version": "4.48.3",
|
| 59 |
-
"
|
| 60 |
-
"use_timm_backbone": true
|
| 61 |
}
|
|
|
|
| 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 |
"1": "kangaroo"
|
| 19 |
},
|
| 20 |
+
"image_size": [
|
| 21 |
+
800,
|
| 22 |
+
1333
|
| 23 |
+
],
|
| 24 |
+
"initializer_range": 0.02,
|
| 25 |
+
"intermediate_size": 768,
|
| 26 |
"label2id": {
|
| 27 |
"kangaroo": 1
|
| 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.48.3",
|
| 39 |
+
"use_mid_position_embeddings": false
|
|
|
|
| 40 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8c30109ba7287fc098cd79b6b989934bd40a8598f7c87dcd2c4c59442baf7ad
|
| 3 |
+
size 25909400
|
preprocessor_config.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 10 |
0.456,
|
| 11 |
0.406
|
| 12 |
],
|
| 13 |
-
"image_processor_type": "
|
| 14 |
"image_std": [
|
| 15 |
0.229,
|
| 16 |
0.224,
|
|
@@ -21,6 +21,6 @@
|
|
| 21 |
"rescale_factor": 0.00392156862745098,
|
| 22 |
"size": {
|
| 23 |
"longest_edge": 1333,
|
| 24 |
-
"shortest_edge":
|
| 25 |
}
|
| 26 |
}
|
|
|
|
| 10 |
0.456,
|
| 11 |
0.406
|
| 12 |
],
|
| 13 |
+
"image_processor_type": "YolosImageProcessor",
|
| 14 |
"image_std": [
|
| 15 |
0.229,
|
| 16 |
0.224,
|
|
|
|
| 21 |
"rescale_factor": 0.00392156862745098,
|
| 22 |
"size": {
|
| 23 |
"longest_edge": 1333,
|
| 24 |
+
"shortest_edge": 512
|
| 25 |
}
|
| 26 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:300f04ae519018652b6ecdcee53dc7b88d11a86dc4573b7276915550237d8fda
|
| 3 |
size 5304
|