KaraAgroAI commited on
Commit
2bf3a34
·
1 Parent(s): 3f52bfe

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +43 -1
config.json CHANGED
@@ -1 +1,43 @@
1
- {"input_size": 640, "task": "object-detection", "best_ap50": 0.548}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "valentinafeve/yolos-fashionpedia",
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: "insect",
19
+ 1: "abiotic",
20
+ 2: "disease"
21
+ },
22
+ "image_size": [
23
+ 640
24
+ ],
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 1536,
27
+ "label2id": {
28
+ "abiotic" : 1,
29
+ "disease": 2,
30
+ "insect": 0
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "model_type": "yolos",
34
+ "num_attention_heads": 6,
35
+ "num_channels": 3,
36
+ "num_detection_tokens": 100,
37
+ "num_hidden_layers": 12,
38
+ "patch_size": 16,
39
+ "qkv_bias": true,
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.23.1",
42
+ "use_mid_position_embeddings": true
43
+ }