lterriel commited on
Commit
7fb1ed7
·
verified ·
1 Parent(s): d738303

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -46,9 +46,9 @@ For an exemple of use check the demo web application [on github]() or [on hf spa
46
 
47
  The finetuned models available in this repository are based on following architecture:
48
 
49
- - [MobileNetV2](timm/mobilenetv2_100.ra_in1k)
50
- - [MobileNetV3](timm/mobilenetv3_small_100.lamb_in1k) (small and large version)
51
- - [MobileViT v2](apple/mobilevitv2-1.0-imagenet1k-256)
52
 
53
  | Architecture | Validation Accuracy | Test Accuracy | F1 | Precision | Recall | AUC |
54
  |--------------|--------------------:|--------------:|---:|----------:|-------:|----:|
 
46
 
47
  The finetuned models available in this repository are based on following architecture:
48
 
49
+ - [MobileNetV2](https://huggingface.co/timm/mobilenetv2_100.ra_in1k)
50
+ - [MobileNetV3](https://huggingface.co/timm/mobilenetv3_small_100.lamb_in1k) (small and large version)
51
+ - [MobileViT v2](https://huggingface.co/apple/mobilevitv2-1.0-imagenet1k-256)
52
 
53
  | Architecture | Validation Accuracy | Test Accuracy | F1 | Precision | Recall | AUC |
54
  |--------------|--------------------:|--------------:|---:|----------:|-------:|----:|