Image Classification
Transformers
Safetensors
cetaceanet
biology
biodiversity
custom_code
MalloryWittwerEPFL commited on
Commit
ad1895a
·
verified ·
1 Parent(s): 7b27d5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -23,7 +23,7 @@ We provide a model for classifying whale species from images of their tails and
23
 
24
  ## Model Details
25
 
26
-
27
 
28
  ### Model Description
29
 
@@ -32,36 +32,35 @@ This is the model card of a 🤗 transformers model that has been pushed on the
32
  - **Developed by:** [More Information Needed]
33
  - **Funded by [optional]:** [More Information Needed]
34
  - **Shared by [optional]:** [More Information Needed]
35
- - **Model type:** [More Information Needed]
36
- - **License:** [More Information Needed]
37
  - **Finetuned from model [optional]:** [More Information Needed]
38
 
39
  ### Model Sources [optional]
40
 
41
- <!-- Provide the basic links for the model. -->
42
-
43
  - **Repository:** [More Information Needed]
44
  - **Paper [optional]:** [More Information Needed]
45
  - **Demo [optional]:** [More Information Needed]
46
 
47
  ## Uses
48
 
49
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
50
-
51
- ### Direct Use
52
 
53
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
54
 
55
  [More Information Needed]
56
 
57
  ### Downstream Use [optional]
58
 
 
 
59
  <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
60
 
61
  [More Information Needed]
62
 
63
  ### Out-of-Scope Use
64
 
 
 
65
  <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
66
 
67
  [More Information Needed]
 
23
 
24
  ## Model Details
25
 
26
+ The model returns the three most probable cetacean species identified in the input image.
27
 
28
  ### Model Description
29
 
 
32
  - **Developed by:** [More Information Needed]
33
  - **Funded by [optional]:** [More Information Needed]
34
  - **Shared by [optional]:** [More Information Needed]
35
+ - **Model type:** EfficientNet
 
36
  - **Finetuned from model [optional]:** [More Information Needed]
37
 
38
  ### Model Sources [optional]
39
 
 
 
40
  - **Repository:** [More Information Needed]
41
  - **Paper [optional]:** [More Information Needed]
42
  - **Demo [optional]:** [More Information Needed]
43
 
44
  ## Uses
45
 
46
+ This model is intended for research use cases. It is intended to be fine-tuned on new data gathered by research institutions around the World.
 
 
47
 
48
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
49
 
50
  [More Information Needed]
51
 
52
  ### Downstream Use [optional]
53
 
54
+ We think that an interesting downstream use case would be identifying whale IDs based on our model (and future extensions of it).
55
+
56
  <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
 
58
  [More Information Needed]
59
 
60
  ### Out-of-Scope Use
61
 
62
+ This model is not intended to facilitate marine tourism or the exploitation of cetaceans in the wild and marine wildlife.
63
+
64
  <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
65
 
66
  [More Information Needed]