Training in progress, step 10
Browse files- config.json +42 -0
- model.safetensors +3 -0
- preprocessor_config.json +26 -0
- runs/Nov23_02-54-45_dsmlp-jupyter-yaouyang/events.out.tfevents.1732330488.dsmlp-jupyter-yaouyang.2263.0 +3 -0
- runs/Nov23_03-01-33_dsmlp-jupyter-yaouyang/events.out.tfevents.1732330894.dsmlp-jupyter-yaouyang.2263.1 +3 -0
- runs/Nov23_03-02-28_dsmlp-jupyter-yaouyang/events.out.tfevents.1732330952.dsmlp-jupyter-yaouyang.2558.0 +3 -0
- runs/Nov23_03-04-56_dsmlp-jupyter-yaouyang/events.out.tfevents.1732331099.dsmlp-jupyter-yaouyang.2745.0 +3 -0
- runs/Nov23_03-08-04_dsmlp-jupyter-yaouyang/events.out.tfevents.1732331287.dsmlp-jupyter-yaouyang.2949.0 +3 -0
- runs/Nov23_03-08-56_dsmlp-jupyter-yaouyang/events.out.tfevents.1732331337.dsmlp-jupyter-yaouyang.2949.1 +3 -0
- runs/Nov23_03-09-29_dsmlp-jupyter-yaouyang/events.out.tfevents.1732331370.dsmlp-jupyter-yaouyang.2949.2 +3 -0
- runs/Nov23_03-35-13_dsmlp-jupyter-yaouyang/events.out.tfevents.1732332916.dsmlp-jupyter-yaouyang.3634.0 +3 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "hustvl/yolos-small",
|
| 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": 384,
|
| 17 |
+
"id2label": {
|
| 18 |
+
"0": "leopard",
|
| 19 |
+
"1": "hyena"
|
| 20 |
+
},
|
| 21 |
+
"image_size": [
|
| 22 |
+
512,
|
| 23 |
+
864
|
| 24 |
+
],
|
| 25 |
+
"initializer_range": 0.02,
|
| 26 |
+
"intermediate_size": 1536,
|
| 27 |
+
"label2id": {
|
| 28 |
+
"hyena": 1,
|
| 29 |
+
"leopard": 0
|
| 30 |
+
},
|
| 31 |
+
"layer_norm_eps": 1e-12,
|
| 32 |
+
"model_type": "yolos",
|
| 33 |
+
"num_attention_heads": 6,
|
| 34 |
+
"num_channels": 3,
|
| 35 |
+
"num_detection_tokens": 100,
|
| 36 |
+
"num_hidden_layers": 12,
|
| 37 |
+
"patch_size": 16,
|
| 38 |
+
"qkv_bias": true,
|
| 39 |
+
"torch_dtype": "float32",
|
| 40 |
+
"transformers_version": "4.46.3",
|
| 41 |
+
"use_mid_position_embeddings": true
|
| 42 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a19c27ed5012d67f270420f52b58174dafe8acfb877f4f1a6f95135df7a9e79
|
| 3 |
+
size 122626212
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_convert_annotations": true,
|
| 3 |
+
"do_normalize": true,
|
| 4 |
+
"do_pad": true,
|
| 5 |
+
"do_rescale": true,
|
| 6 |
+
"do_resize": true,
|
| 7 |
+
"format": "coco_detection",
|
| 8 |
+
"image_mean": [
|
| 9 |
+
0.485,
|
| 10 |
+
0.456,
|
| 11 |
+
0.406
|
| 12 |
+
],
|
| 13 |
+
"image_processor_type": "YolosImageProcessor",
|
| 14 |
+
"image_std": [
|
| 15 |
+
0.229,
|
| 16 |
+
0.224,
|
| 17 |
+
0.225
|
| 18 |
+
],
|
| 19 |
+
"pad_size": null,
|
| 20 |
+
"resample": 2,
|
| 21 |
+
"rescale_factor": 0.00392156862745098,
|
| 22 |
+
"size": {
|
| 23 |
+
"longest_edge": 1333,
|
| 24 |
+
"shortest_edge": 800
|
| 25 |
+
}
|
| 26 |
+
}
|
runs/Nov23_02-54-45_dsmlp-jupyter-yaouyang/events.out.tfevents.1732330488.dsmlp-jupyter-yaouyang.2263.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88698bdd55bee4d0e07ea3cb7585c23ccdd71ef2efb1e138e679f9f06b66922d
|
| 3 |
+
size 8569
|
runs/Nov23_03-01-33_dsmlp-jupyter-yaouyang/events.out.tfevents.1732330894.dsmlp-jupyter-yaouyang.2263.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44be21f20e95862b847b1e300741ed2badc80e448d26946aca948329bf681a2c
|
| 3 |
+
size 8569
|
runs/Nov23_03-02-28_dsmlp-jupyter-yaouyang/events.out.tfevents.1732330952.dsmlp-jupyter-yaouyang.2558.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a66e4512ea3e9b59f4549e1a1d582a5a215bb11a39763402ce0aff411a490eab
|
| 3 |
+
size 8280
|
runs/Nov23_03-04-56_dsmlp-jupyter-yaouyang/events.out.tfevents.1732331099.dsmlp-jupyter-yaouyang.2745.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95adf283c9d1263122b464a2be84225ca47515f3f125a1d820c10e1dd4719281
|
| 3 |
+
size 8569
|
runs/Nov23_03-08-04_dsmlp-jupyter-yaouyang/events.out.tfevents.1732331287.dsmlp-jupyter-yaouyang.2949.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0003ea0205d9fb0313726ede82a9ab7394cc787dfeb013b7556d7e405f979b73
|
| 3 |
+
size 8569
|
runs/Nov23_03-08-56_dsmlp-jupyter-yaouyang/events.out.tfevents.1732331337.dsmlp-jupyter-yaouyang.2949.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8e6f0d5cecdac71b81da8d712a25dc0c21402febb14d03660a999c5c72b4cc69
|
| 3 |
+
size 8569
|
runs/Nov23_03-09-29_dsmlp-jupyter-yaouyang/events.out.tfevents.1732331370.dsmlp-jupyter-yaouyang.2949.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa58b0ea64d419cbae664e0b51ac3a76bdc1bc03283b62889d20fc49e06f7392
|
| 3 |
+
size 8569
|
runs/Nov23_03-35-13_dsmlp-jupyter-yaouyang/events.out.tfevents.1732332916.dsmlp-jupyter-yaouyang.3634.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5e216c546d0352e1d74607d20817c71cb56789c45398c1046b748e43d6fe4d6
|
| 3 |
+
size 88
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ecb23f8ea95f5eb3b6565bfe0d908f59d8b7eeb30afd3852480c96991984ebf
|
| 3 |
+
size 5304
|