LukeMich commited on
Commit
ad25579
·
1 Parent(s): 4bc9c1c

Training in progress, step 200

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_commit_hash": "480370a8aeeed9fc8d78837b4e94e5f936fe73f2",
3
+ "_name_or_path": "facebook/detr-resnet-50",
4
+ "activation_dropout": 0.0,
5
+ "activation_function": "relu",
6
+ "architectures": [
7
+ "DetrForObjectDetection"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "auxiliary_loss": false,
11
+ "backbone": "resnet50",
12
+ "backbone_config": null,
13
+ "bbox_cost": 5,
14
+ "bbox_loss_coefficient": 5,
15
+ "class_cost": 1,
16
+ "classifier_dropout": 0.0,
17
+ "d_model": 256,
18
+ "decoder_attention_heads": 8,
19
+ "decoder_ffn_dim": 2048,
20
+ "decoder_layerdrop": 0.0,
21
+ "decoder_layers": 6,
22
+ "dice_loss_coefficient": 1,
23
+ "dilation": false,
24
+ "dropout": 0.1,
25
+ "encoder_attention_heads": 8,
26
+ "encoder_ffn_dim": 2048,
27
+ "encoder_layerdrop": 0.0,
28
+ "encoder_layers": 6,
29
+ "eos_coefficient": 0.1,
30
+ "giou_cost": 2,
31
+ "giou_loss_coefficient": 2,
32
+ "id2label": {
33
+ "0": "wine-labels",
34
+ "1": "AlcoholPercentage",
35
+ "2": "Appellation AOC DOC AVARegion",
36
+ "3": "Appellation QualityLevel",
37
+ "4": "CountryCountry",
38
+ "5": "Distinct Logo",
39
+ "6": "Established YearYear",
40
+ "7": "Maker-Name",
41
+ "8": "Organic",
42
+ "9": "Sustainable",
43
+ "10": "Sweetness-Brut-SecSweetness-Brut-Sec",
44
+ "11": "TypeWine Type",
45
+ "12": "VintageYear"
46
+ },
47
+ "init_std": 0.02,
48
+ "init_xavier_std": 1.0,
49
+ "is_encoder_decoder": true,
50
+ "label2id": {
51
+ "AlcoholPercentage": 1,
52
+ "Appellation AOC DOC AVARegion": 2,
53
+ "Appellation QualityLevel": 3,
54
+ "CountryCountry": 4,
55
+ "Distinct Logo": 5,
56
+ "Established YearYear": 6,
57
+ "Maker-Name": 7,
58
+ "Organic": 8,
59
+ "Sustainable": 9,
60
+ "Sweetness-Brut-SecSweetness-Brut-Sec": 10,
61
+ "TypeWine Type": 11,
62
+ "VintageYear": 12,
63
+ "wine-labels": 0
64
+ },
65
+ "mask_loss_coefficient": 1,
66
+ "max_position_embeddings": 1024,
67
+ "model_type": "detr",
68
+ "num_channels": 3,
69
+ "num_hidden_layers": 6,
70
+ "num_queries": 100,
71
+ "position_embedding_type": "sine",
72
+ "scale_embedding": false,
73
+ "torch_dtype": "float32",
74
+ "transformers_version": "4.7.0.dev0",
75
+ "use_pretrained_backbone": true,
76
+ "use_timm_backbone": true
77
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_pad": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "format": "coco_detection",
7
+ "image_mean": [
8
+ 0.485,
9
+ 0.456,
10
+ 0.406
11
+ ],
12
+ "image_processor_type": "DetrImageProcessor",
13
+ "image_std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "resample": 2,
19
+ "rescale_factor": 0.00392156862745098,
20
+ "size": {
21
+ "longest_edge": 1333,
22
+ "shortest_edge": 800
23
+ }
24
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6133f40e5c879554ab09db25fbd2a8c35261220ea4ad8bd4127801f1aafd6921
3
+ size 166628389
runs/May19_19-29-06_77531d0a7cb7/1684524632.0444672/events.out.tfevents.1684524632.77531d0a7cb7.3426.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f45540a870ee577f9bf67326979aa68a0212913ff7baef31d3fa37aef9cf9c6c
3
+ size 5953
runs/May19_19-29-06_77531d0a7cb7/events.out.tfevents.1684524632.77531d0a7cb7.3426.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cc8b6c5296991970f92d96d465fa600cdb519b55e57c97eba7fb777d9572910
3
+ size 6038
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3683f0ddc14c7b685dd888ac0b91318a4f1a3067acd62e039a2c32ac8560d83a
3
+ size 3963