Update README.md
Browse files
README.md
CHANGED
|
@@ -40,7 +40,7 @@ These models classify manuscript pages as:
|
|
| 40 |
|
| 41 |
Models are optimized to run **locally (CPU) or in the browser** using **edge-compatibility architecture** (MobileNet, MobileViT) and **ONNX inference** for exemple to build **IIIF filter pipelines** or to build **specialized corpora**.
|
| 42 |
|
| 43 |
-
|
| 44 |
|
| 45 |
# Models & Results
|
| 46 |
|
|
@@ -48,7 +48,7 @@ The finetuned models available in this repository are based on following archite
|
|
| 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 |
|--------------|--------------------:|--------------:|---:|----------:|-------:|----:|
|
|
|
|
| 40 |
|
| 41 |
Models are optimized to run **locally (CPU) or in the browser** using **edge-compatibility architecture** (MobileNet, MobileViT) and **ONNX inference** for exemple to build **IIIF filter pipelines** or to build **specialized corpora**.
|
| 42 |
|
| 43 |
+
For an exemple of use check the demo web application [on github]() or [on hf spaces]()
|
| 44 |
|
| 45 |
# Models & Results
|
| 46 |
|
|
|
|
| 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 |
|--------------|--------------------:|--------------:|---:|----------:|-------:|----:|
|