Improve model card: add pipeline tag and relevant links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +11 -7
README.md CHANGED
@@ -1,21 +1,24 @@
1
  ---
 
 
2
  license: cc-by-nc-4.0
 
 
 
 
3
  tags:
4
  - medical
5
  - ultrasound
6
  - vision
7
  - knowledge-distillation
8
- metrics:
9
- - f1
10
- - auroc
11
- datasets:
12
- - HC18
13
  ---
14
 
15
  # MobileFetalCLIP
16
 
17
  **Selective Repulsive Knowledge Distillation for Mobile Fetal Ultrasound Analysis**
18
 
 
 
19
  MobileFetalCLIP is a highly efficient foundation model designed specifically for fetal ultrasound analysis on point-of-care, low-resource devices (like smartphones). It achieves this by distilling knowledge from a massive 427M parameter teacher model into a tiny 11.4M parameter student model using a novel technique called **Selective Repulsive Knowledge Distillation**.
20
 
21
  Despite being **26× smaller** and **24× faster**, MobileFetalCLIP *surpasses* its massive teacher on standard validity benchmarks (HC18) and retains 97-98% of linear probing performance across tasks.
@@ -35,12 +38,12 @@ Despite being **26× smaller** and **24× faster**, MobileFetalCLIP *surpasses*
35
 
36
  ## Usage
37
 
38
- Please refer to the official GitHub repository for inference scripts and model loading instructions:
39
  🔗 **[GitHub: numanai/MobileFetalCLIP](https://github.com/numanai/MobileFetalCLIP)**
40
 
41
  ## Citation
42
 
43
- If you find this model or codebase useful for your research, please cite our arXiv preprint:
44
 
45
  ```bibtex
46
  @article{saeed2026mobilefetalclip,
@@ -50,3 +53,4 @@ If you find this model or codebase useful for your research, please cite our arX
50
  journal = {arXiv preprint arXiv:2603.05421},
51
  year = {2026}
52
  }
 
 
1
  ---
2
+ datasets:
3
+ - HC18
4
  license: cc-by-nc-4.0
5
+ metrics:
6
+ - f1
7
+ - auroc
8
+ pipeline_tag: zero-shot-image-classification
9
  tags:
10
  - medical
11
  - ultrasound
12
  - vision
13
  - knowledge-distillation
 
 
 
 
 
14
  ---
15
 
16
  # MobileFetalCLIP
17
 
18
  **Selective Repulsive Knowledge Distillation for Mobile Fetal Ultrasound Analysis**
19
 
20
+ [Project Website](https://numansaeed.com/MobileFetalCLIP/) | [Paper](https://huggingface.co/papers/2603.05421) | [GitHub Repository](https://github.com/numanai/MobileFetalCLIP)
21
+
22
  MobileFetalCLIP is a highly efficient foundation model designed specifically for fetal ultrasound analysis on point-of-care, low-resource devices (like smartphones). It achieves this by distilling knowledge from a massive 427M parameter teacher model into a tiny 11.4M parameter student model using a novel technique called **Selective Repulsive Knowledge Distillation**.
23
 
24
  Despite being **26× smaller** and **24× faster**, MobileFetalCLIP *surpasses* its massive teacher on standard validity benchmarks (HC18) and retains 97-98% of linear probing performance across tasks.
 
38
 
39
  ## Usage
40
 
41
+ Please refer to the official GitHub repository for installation instructions, dataset preparation, and inference scripts:
42
  🔗 **[GitHub: numanai/MobileFetalCLIP](https://github.com/numanai/MobileFetalCLIP)**
43
 
44
  ## Citation
45
 
46
+ If you find this model or codebase useful for your research, please cite the paper:
47
 
48
  ```bibtex
49
  @article{saeed2026mobilefetalclip,
 
53
  journal = {arXiv preprint arXiv:2603.05421},
54
  year = {2026}
55
  }
56
+ ```