chanelcolgate commited on
Commit
1394ab8
·
1 Parent(s): dac7c6c

Training in progress, step 3000

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "hop_dln",
19
+ "1": "hop_jn",
20
+ "2": "hop_vtg",
21
+ "3": "hop_ytv",
22
+ "4": "lo_kids",
23
+ "5": "lo_ytv",
24
+ "6": "loc_dln",
25
+ "7": "loc_jn",
26
+ "8": "loc_kids",
27
+ "9": "loc_ytv"
28
+ },
29
+ "image_size": [
30
+ 512,
31
+ 864
32
+ ],
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 1536,
35
+ "label2id": {
36
+ "hop_dln": 0,
37
+ "hop_jn": 1,
38
+ "hop_vtg": 2,
39
+ "hop_ytv": 3,
40
+ "lo_kids": 4,
41
+ "lo_ytv": 5,
42
+ "loc_dln": 6,
43
+ "loc_jn": 7,
44
+ "loc_kids": 8,
45
+ "loc_ytv": 9
46
+ },
47
+ "layer_norm_eps": 1e-12,
48
+ "model_type": "yolos",
49
+ "num_attention_heads": 6,
50
+ "num_channels": 3,
51
+ "num_detection_tokens": 100,
52
+ "num_hidden_layers": 12,
53
+ "patch_size": 16,
54
+ "qkv_bias": true,
55
+ "torch_dtype": "float32",
56
+ "transformers_version": "4.31.0",
57
+ "use_mid_position_embeddings": true
58
+ }
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": 864,
23
+ "shortest_edge": 640
24
+ }
25
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8bbfeac0c07104b078e893de31fe257e675e13d941a20b5fe311c83db427f73
3
+ size 122686237
runs/Sep08_03-57-45_a6e87e952268/events.out.tfevents.1694145484.a6e87e952268.28.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cfdb2eb608e005f056806cae21862eda455f4adfe83f76fb1a29ab9a71b0585
3
+ size 23471
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e16f87d9b64886ba108731321b601e55e3037635965b834ed47eb02a3dc3f04a
3
+ size 4027