numansaeed commited on
Commit
99aac59
·
verified ·
1 Parent(s): 4721ad5

Upload manifest.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. manifest.json +89 -0
manifest.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0.0",
3
+ "app_name": "SonoSight",
4
+ "min_app_version": "1.0.0",
5
+ "model_architecture": "MobileFetalCLIP (Selective Repulsive KD, E26a)",
6
+ "paper": "MobileFetalCLIP: Selective Repulsive Knowledge Distillation for Mobile Fetal Ultrasound Analysis (ECCV 2026)",
7
+ "models": [
8
+ {
9
+ "id": "mobilefetalclip_encoder",
10
+ "name": "MobileFetalCLIP Encoder",
11
+ "description": "Image encoder for zero-shot fetal ultrasound classification. 11.4M visual parameters, 512-d embeddings.",
12
+ "downloadURL": "https://huggingface.co/numanai/SonoSight/resolve/main/models/mobilefetalclip_encoder.mlpackage.zip",
13
+ "fileSize": 21260417,
14
+ "checksum": "3bf968454288182d5fb9e091b10e9cbb1720493d4e75f2ef0008645a4faca54a",
15
+ "modelType": "zero_shot_encoder",
16
+ "minAppVersion": "1.0.0",
17
+ "classNames": null
18
+ },
19
+ {
20
+ "id": "five_planes_text_cache",
21
+ "name": "Five-Plane Text Embeddings",
22
+ "description": "Precomputed text embeddings for 9-class standard plane zero-shot classification.",
23
+ "downloadURL": "https://huggingface.co/numanai/SonoSight/resolve/main/models/five_planes_text_cache.json",
24
+ "fileSize": 129764,
25
+ "checksum": "bf238d851f95248c012c3116b48af1b7ae99a65901c7ae890cb6e4a982a77556",
26
+ "modelType": "text_embeddings",
27
+ "minAppVersion": "1.0.0",
28
+ "classNames": [
29
+ "abdomen",
30
+ "brain",
31
+ "femur",
32
+ "heart",
33
+ "kidney",
34
+ "lips_nose",
35
+ "profile_patient",
36
+ "spine",
37
+ "cervix"
38
+ ]
39
+ },
40
+ {
41
+ "id": "brain_subplanes_text_cache",
42
+ "name": "Brain Sub-plane Text Embeddings",
43
+ "description": "Precomputed text embeddings for 3-class brain sub-plane zero-shot classification.",
44
+ "downloadURL": "https://huggingface.co/numanai/SonoSight/resolve/main/models/brain_subplanes_text_cache.json",
45
+ "fileSize": 43486,
46
+ "checksum": "51f13fe59516fa3bf59658becd26f0d1b3110f438c5250674575be1f1cce654f",
47
+ "modelType": "brain_text_embeddings",
48
+ "minAppVersion": "1.0.0",
49
+ "classNames": [
50
+ "trans-thalamic",
51
+ "trans-cerebellum",
52
+ "trans-ventricular"
53
+ ]
54
+ },
55
+ {
56
+ "id": "specialist_6view",
57
+ "name": "6-View Plane Classifier",
58
+ "description": "Fine-tuned specialist model for 6-class fetal standard plane classification.",
59
+ "downloadURL": "https://huggingface.co/numanai/SonoSight/resolve/main/models/specialist_6view.mlpackage.zip",
60
+ "fileSize": 21265380,
61
+ "checksum": "baa79546236cdb0847215dfed7d1fdae4dbbecc67653be5031016a97d9544e7a",
62
+ "modelType": "specialist_6view",
63
+ "minAppVersion": "1.0.0",
64
+ "classNames": [
65
+ "Other",
66
+ "Fetal abdomen",
67
+ "Fetal brain",
68
+ "Maternal cervix",
69
+ "Fetal femur",
70
+ "Fetal thorax"
71
+ ]
72
+ },
73
+ {
74
+ "id": "specialist_brain",
75
+ "name": "Brain Sub-plane Classifier",
76
+ "description": "Fine-tuned specialist model for 3-class brain sub-plane classification.",
77
+ "downloadURL": "https://huggingface.co/numanai/SonoSight/resolve/main/models/specialist_brain.mlpackage.zip",
78
+ "fileSize": 21263672,
79
+ "checksum": "b4404a76a58aad9141389ca23250172e57d8f68c17114b200a5b96cc61ea42ac",
80
+ "modelType": "specialist_brain",
81
+ "minAppVersion": "1.0.0",
82
+ "classNames": [
83
+ "Trans-thalamic",
84
+ "Trans-cerebellum",
85
+ "Trans-ventricular"
86
+ ]
87
+ }
88
+ ]
89
+ }