Image Classification
fastai
ONNX
timm
Transformers
iloncka commited on
Commit
1edac5d
·
verified ·
1 Parent(s): d86c512

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -17
README.md CHANGED
@@ -1,20 +1,20 @@
1
- ---
2
- tags:
3
- - image-classification
4
- - timm
5
- - transformers
6
- - fastai
7
- library_name: fastai
8
- license: apache-2.0
9
- datasets:
10
- - imagenet-1k
11
- - imagenet-22k
12
- - iloncka/mosquito-species-classification-dataset
13
- metrics:
14
- - accuracy
15
- base_model:
16
- - timm/tiny_vit_21m_224.dist_in22k_ft_in1k
17
- ---
18
 
19
  # Model Card for `culico-net-cls-v1`
20
 
@@ -53,6 +53,9 @@ _, _, probabilities = learner.predict(image)
53
 
54
  The culico-net-cls-v1 model is a component of the larger CulicidaeLab project. This project aims to provide a comprehensive suite of tools for mosquito monitoring and research. Other parts of the project include:
55
 
 
 
 
56
  * **Datasets:**
57
  * `iloncka/mosquito-species-detection-dataset`
58
  * `iloncka/mosquito-species-segmentation-dataset`
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ - transformers
6
+ - fastai
7
+ library_name: fastai
8
+ license: apache-2.0
9
+ datasets:
10
+ - imagenet-1k
11
+ - imagenet-22k
12
+ - iloncka/mosquito-species-classification-dataset
13
+ metrics:
14
+ - accuracy
15
+ base_model:
16
+ - timm/tiny_vit_21m_224.dist_in22k_ft_in1k
17
+ ---
18
 
19
  # Model Card for `culico-net-cls-v1`
20
 
 
53
 
54
  The culico-net-cls-v1 model is a component of the larger CulicidaeLab project. This project aims to provide a comprehensive suite of tools for mosquito monitoring and research. Other parts of the project include:
55
 
56
+ * **Related Models:**
57
+ - [iloncka/culico-net-det-v1](https://huggingface.co/iloncka/culico-net-det-v1) - Detection model
58
+ - [iloncka/culico-net-segm-v1-nano](https://huggingface.co/iloncka/culico-net-segm-v1-nano) - Segmentation model
59
  * **Datasets:**
60
  * `iloncka/mosquito-species-detection-dataset`
61
  * `iloncka/mosquito-species-segmentation-dataset`