Instructions to use lmedeirosUI/MatStat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use lmedeirosUI/MatStat with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("lmedeirosUI/MatStat") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- fastai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Amazing!
|
|
@@ -23,10 +31,10 @@ Greetings fellow fastlearner 🤝! Don't forget to delete this content from your
|
|
| 23 |
# Model card
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
-
|
| 27 |
|
| 28 |
## Intended uses & limitations
|
| 29 |
-
|
| 30 |
|
| 31 |
## Training and evaluation data
|
| 32 |
-
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- fastai
|
| 4 |
+
- biology
|
| 5 |
+
- fish
|
| 6 |
+
- maturationstatus
|
| 7 |
+
license: mit
|
| 8 |
+
language:
|
| 9 |
+
- en
|
| 10 |
+
base_model:
|
| 11 |
+
- microsoft/resnet-50
|
| 12 |
---
|
| 13 |
|
| 14 |
# Amazing!
|
|
|
|
| 31 |
# Model card
|
| 32 |
|
| 33 |
## Model description
|
| 34 |
+
This model classifies ultrasound imagery (ideally collected in the April following collection) as maturing or delaying and also as male or female.
|
| 35 |
|
| 36 |
## Intended uses & limitations
|
| 37 |
+
This model is only intended to be used to classify ultrasound images collected during the spring, taken while sampling Pacific lamprey. If it is used at another timepoint, the result may not be reliable.
|
| 38 |
|
| 39 |
## Training and evaluation data
|
| 40 |
+
Validation data was 20% of the training data, which was comprised of multiple images from each individual (n = 99) Pacific lamprey, collected in the spring prior to putative spawning.
|