Chrismoon commited on
Commit
1d391bd
·
verified ·
1 Parent(s): 417f33a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -58,11 +58,11 @@ print(results)
58
 
59
  ### Model Assesment
60
 
61
- ![image/png](https://huggingface.co/OceanCV/Pinniped_Model/resolve/main/F1_curve%20(4).png?download=true)
62
 
63
  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.
64
 
65
- ![Normalized confusion matrrix](https://huggingface.co/OceanCV/Pinniped_Model/resolve/main/confusion_matrix_normalized%20(2).png?download=true)
66
 
67
  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.
68
 
 
58
 
59
  ### Model Assesment
60
 
61
+ ![image/png](https://huggingface.co/OceanCV/Pinniped_Model/resolve/main/F1_curve.png?download=true)
62
 
63
  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.
64
 
65
+ ![Normalized confusion matrrix](https://huggingface.co/OceanCV/Pinniped_Model/resolve/main/confusion_matrix_normalized.png?download=true)
66
 
67
  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.
68