Domeandreimno commited on
Commit
06096af
1 Parent(s): e28e5ad

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +25 -1
config.json CHANGED
@@ -16,5 +16,29 @@
16
  "labels": [
17
  {"name": "Architrave", "attributes": []},
18
  {"name": "Doojam", "attributes": []}
19
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  }
 
16
  "labels": [
17
  {"name": "Architrave", "attributes": []},
18
  {"name": "Doojam", "attributes": []}
19
+ ],
20
+ "id2label": {
21
+ "0": "Architrave",
22
+ "1": "Doojam"
23
+ },
24
+ "hyperparameters": {
25
+ "epochs": 100,
26
+ "imgsz": 640,
27
+ "batch_size": 16,
28
+ "learning_rate": 0.01,
29
+ "momentum": 0.9,
30
+ "weight_decay": 0.0005,
31
+ "optimizer": "SGD",
32
+ "lr_scheduler": "StepLR",
33
+ "step_size": 10,
34
+ "gamma": 0.1
35
+ },
36
+ "architectures": ["YOLOv8"],
37
+ "model_name_or_path": "ultralytics/yolov8n-seg",
38
+ "use_cache": false,
39
+ "do_sample": false,
40
+ "early_stopping": true,
41
+ "fp16": false,
42
+ "num_beams": 1,
43
+ "use_legacy_prediction_head": false
44
  }