hermanshid commited on
Commit
a62b44c
·
1 Parent(s): 60b0406

initialize model

Browse files
Files changed (2) hide show
  1. pytorch_model.pt → best.pt +0 -0
  2. config.json +6 -76
pytorch_model.pt → best.pt RENAMED
File without changes
config.json CHANGED
@@ -1,78 +1,8 @@
1
  {
2
- "architectures": [
3
- "YolosForObjectDetection"
4
- ],
5
- "attention_probs_dropout_prob": 0.0,
6
- "auxiliary_loss": false,
7
- "bbox_cost": 5,
8
- "bbox_loss_coefficient": 5,
9
- "class_cost": 1,
10
- "eos_coefficient": 0.1,
11
- "giou_cost": 2,
12
- "giou_loss_coefficient": 2,
13
- "hidden_act": "gelu",
14
- "hidden_dropout_prob": 0.0,
15
- "hidden_size": 192,
16
- "return_tensors": "pt",
17
- "id2label": {
18
- "0": "ba",
19
- "1": "ca",
20
- "2": "da",
21
- "3": "dha",
22
- "4": "ga",
23
- "5": "ha",
24
- "6": "ja",
25
- "7": "ka",
26
- "8": "la",
27
- "9": "ma",
28
- "10": "na",
29
- "11": "nga",
30
- "12": "nya",
31
- "13": "pa",
32
- "14": "ra",
33
- "15": "sa",
34
- "16": "ta",
35
- "17": "tha",
36
- "18": "wa",
37
- "19": "ya"
38
- },
39
- "image_size": [
40
- 800,
41
- 1333
42
- ],
43
- "initializer_range": 0.02,
44
- "intermediate_size": 768,
45
- "label2id": {
46
- "ba": 0,
47
- "ca": 1,
48
- "da": 2,
49
- "dha": 3,
50
- "ga": 4,
51
- "ha": 5,
52
- "ja": 6,
53
- "ka": 7,
54
- "la": 8,
55
- "ma": 9,
56
- "na": 10,
57
- "nga": 11,
58
- "nya": 12,
59
- "pa": 13,
60
- "ra": 14,
61
- "sa": 15,
62
- "ta": 16,
63
- "tha": 17,
64
- "wa": 18,
65
- "ya": 19
66
- },
67
- "layer_norm_eps": 1e-12,
68
- "model_type": "yolos",
69
- "num_attention_heads": 3,
70
- "num_channels": 3,
71
- "num_detection_tokens": 100,
72
- "num_hidden_layers": 12,
73
- "patch_size": 16,
74
- "qkv_bias": true,
75
- "torch_dtype": "float32",
76
- "transformers_version": "4.19.0.dev0",
77
- "use_mid_position_embeddings": false
78
  }
 
1
  {
2
+ "input_size": 640,
3
+ "task": "object-detection",
4
+ "ultralyticsplus_version": "0.0.28",
5
+ "ultralytics_version": "8.0.43",
6
+ "model_type": "v8",
7
+ "score_map50": 0.61355
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  }