Chrismoon commited on
Commit
c28dd51
·
verified ·
1 Parent(s): 415da65

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -1,4 +1,16 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
2
  ---
3
 
4
  # Scientific Context
@@ -46,12 +58,18 @@ print(results)
46
 
47
  ![image/png](https://huggingface.co/OceanCV/Pinniped_Model/resolve/main/F1_curve%20(4).png?download=true)
48
 
49
- <!-- F1-confidence curves shows us the ideal balance between precision and recall and how that changes with confidence. My model shows decent F1 scores for CU_non_pup and ZC_non_pup around 0.3 confidence but struggles with all of the other classes.-->
50
 
51
  ![Normalized confusion matrrix](https://huggingface.co/OceanCV/Pinniped_Model/resolve/main/confusion_matrix_normalized%20(2).png?download=true)
52
 
53
- <!-- Normalized Confusion Matrix shows the percentage of true predictions against all of the other classes in the dataset. Here we can see that my model has difficulties correctly predicting some of my smaller classes as well as the pups.-->
54
 
55
  ### Model Assesment
56
 
57
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app --> This model is to be used by scientist studying Pinniped populations and destributions on the California Coastline. It could be used to show changing population dynamics between eg. California Sea Lions and Northern Fur Seals.
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ base_model:
5
+ - Ultralytics/YOLO11
6
+ pipeline_tag: object-detection
7
+ tags:
8
+ - Mammals
9
+ - Ocean
10
+ - biology
11
+ - ecosystems
12
+ ---
13
+ ---
14
  ---
15
 
16
  # Scientific Context
 
58
 
59
  ![image/png](https://huggingface.co/OceanCV/Pinniped_Model/resolve/main/F1_curve%20(4).png?download=true)
60
 
61
+ F1-confidence curves shows us the ideal balance between precision and recall and how that changes with confidence. My model shows decent F1 scores for CU_non_pup and ZC_non_pup around 0.3 confidence but struggles with all of the other classes.-->
62
 
63
  ![Normalized confusion matrrix](https://huggingface.co/OceanCV/Pinniped_Model/resolve/main/confusion_matrix_normalized%20(2).png?download=true)
64
 
65
+ Normalized Confusion Matrix shows the percentage of true predictions against all of the other classes in the dataset. Here we can see that my model has difficulties correctly predicting some of my smaller classes as well as the pups.-->
66
 
67
  ### Model Assesment
68
 
69
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app --> This model is to be used by scientist studying Pinniped populations and destributions on the California Coastline. It could be used to show changing population dynamics between eg. California Sea Lions and Northern Fur Seals.
70
+
71
+
72
+
73
+ ### Disclaimer
74
+
75
+ This repository is a scientific product and is not official communication of the National Oceanic and Atmospheric Administration, or the United States Department of Commerce. All NOAA project content is provided on an ‘as is’ basis and the user assumes responsibility for its use. Any claims against the Department of Commerce or Department of Commerce bureaus stemming from the use of this project will be governed by all applicable Federal law. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by the Department of Commerce. The Department of Commerce seal and logo, or the seal and logo of a DOC bureau, shall not be used in any manner to imply endorsement of any commercial product or activity by DOC or the United States Government.