Chrismoon commited on
Commit
99e6935
·
verified ·
1 Parent(s): bb0ff75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -6,7 +6,7 @@ base_model:
6
 
7
  # Model Card for Model ID
8
 
9
- <!-- Provide a quick summary of what the model is/does. --> This model detects California Sea Lions, and Northern Fur Seals, and a veriety of age classes. It is designed to help streamline population counts and help scientists study Pinniped health.
10
 
11
  This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
12
 
@@ -14,7 +14,7 @@ This modelcard aims to be a base template for new models. It has been generated
14
 
15
  ### Model Description
16
 
17
- <!-- Provide a longer summary of what this model is. -->
18
 
19
 
20
 
@@ -22,25 +22,26 @@ This modelcard aims to be a base template for new models. It has been generated
22
  - **Funded by [optional]:** [More Information Needed]
23
  - **Shared by [optional]:** [More Information Needed]
24
  - **Model type:** [More Information Needed]
25
- - **Language(s) (NLP):** [More Information Needed]
26
  - **License:** [More Information Needed]
27
- - **Finetuned from model [optional]:** [More Information Needed]
28
 
29
- ### Model Sources [optional]
30
 
31
- <!-- Provide the basic links for the model. -->
32
 
33
  - **Repository:** [More Information Needed]
34
  - **Paper [optional]:** [More Information Needed]
35
  - **Demo [optional]:** [More Information Needed]
36
 
37
- ## Uses
38
 
39
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
40
 
41
- ### Direct Use
 
 
42
 
43
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
44
 
45
  [More Information Needed]
46
 
 
6
 
7
  # Model Card for Model ID
8
 
9
+ <!-- Provide a quick summary of what the model is/does. --> This model detects California Sea Lions, and Northern Fur Seals, and a veriety of age classes. It is designed to help streamline population counts and help scientists study Pinniped population health.
10
 
11
  This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
12
 
 
14
 
15
  ### Model Description
16
 
17
+ <!-- Provide a longer summary of what this model is. --> This model uses images from an aerial survey of the california coast by NOAA's Marine Mammal Lab. It uses YOLOv11 as a base model for inferences. Model weights are updated to the most recent model run.
18
 
19
 
20
 
 
22
  - **Funded by [optional]:** [More Information Needed]
23
  - **Shared by [optional]:** [More Information Needed]
24
  - **Model type:** [More Information Needed]
25
+ - **Language(s) (NLP):** [Python]
26
  - **License:** [More Information Needed]
27
+ - **Finetuned from model [Yolov11]:** [More Information Needed]
28
 
29
+ ### Dataset Description
30
 
31
+ <!-- Provide the basic links for the model. --> NOAA Marine Mammal Lab Aerial surveys Summer 2024. The images are large aerial images with varying substrates and pinniped species. All images annotated by hand and resized to 640x640 by me. Albumentations are the default ones set by Yolov11.
32
 
33
  - **Repository:** [More Information Needed]
34
  - **Paper [optional]:** [More Information Needed]
35
  - **Demo [optional]:** [More Information Needed]
36
 
37
+ ## Model Selection
38
 
39
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. --> I used Yolov11 because it was the most up to date Yolo at the time, using object detection.
40
 
41
+ ### Model Assesment
42
+
43
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
44
 
 
45
 
46
  [More Information Needed]
47