harleensachdev commited on
Commit
6cd7659
·
verified ·
1 Parent(s): 7189d8b

Upload metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. metadata.json +27 -0
metadata.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "yolo-lanyard-detector",
3
+ "version": "1.0.0",
4
+ "framework": "ultralytics-yolov8",
5
+ "architecture": "yolov8n",
6
+ "task": "object-detection",
7
+ "classes": [
8
+ "id_tag"
9
+ ],
10
+ "num_classes": 1,
11
+ "input_size": [
12
+ 640,
13
+ 640
14
+ ],
15
+ "created_date": "2026-02-01",
16
+ "use_case": "two-stage-lanyard-detection",
17
+ "sdg": "SDG 16: Peace, Justice and Strong Institutions",
18
+ "training": {
19
+ "total_images": 908,
20
+ "positive_images": 837,
21
+ "negative_images": 71,
22
+ "total_boxes": 1360,
23
+ "epochs": 100,
24
+ "batch_size": 16,
25
+ "optimizer": "Adam"
26
+ }
27
+ }