Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,7 @@ metrics:
|
|
| 4 |
- accuracy
|
| 5 |
base_model:
|
| 6 |
- microsoft/swin-large-patch4-window12-384-in22k
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# Model Card for Model ID
|
|
@@ -21,7 +22,8 @@ base_model:
|
|
| 21 |
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
|
| 23 |
This model was created for the "Feather in Focus!" Kaggle competition of the Information Studies master: Applied Machine Learning course at the University of Amsterdam.
|
| 24 |
-
The goal of the competition was to apply novel approaches to reach the highest possible accuracy on a bird classification task with 200 classes.
|
|
|
|
| 25 |
|
| 26 |
- **Model type:** [More Information Needed]
|
| 27 |
- **License:** [More Information Needed]
|
|
@@ -32,9 +34,7 @@ The goal of the competition was to apply novel approaches to reach the highest p
|
|
| 32 |
|
| 33 |
### Training Data
|
| 34 |
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
[More Information Needed]
|
| 38 |
|
| 39 |
### Training Procedure
|
| 40 |
|
|
@@ -76,79 +76,3 @@ The goal of the competition was to apply novel approaches to reach the highest p
|
|
| 76 |
#### Metrics
|
| 77 |
|
| 78 |
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 79 |
-
|
| 80 |
-
[More Information Needed]
|
| 81 |
-
|
| 82 |
-
### Results
|
| 83 |
-
|
| 84 |
-
[More Information Needed]
|
| 85 |
-
|
| 86 |
-
#### Summary
|
| 87 |
-
|
| 88 |
-
|
| 89 |
-
|
| 90 |
-
## Model Examination [optional]
|
| 91 |
-
|
| 92 |
-
<!-- Relevant interpretability work for the model goes here -->
|
| 93 |
-
|
| 94 |
-
[More Information Needed]
|
| 95 |
-
|
| 96 |
-
## Environmental Impact
|
| 97 |
-
|
| 98 |
-
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 99 |
-
|
| 100 |
-
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 101 |
-
|
| 102 |
-
- **Hardware Type:** [More Information Needed]
|
| 103 |
-
- **Hours used:** [More Information Needed]
|
| 104 |
-
- **Cloud Provider:** [More Information Needed]
|
| 105 |
-
- **Compute Region:** [More Information Needed]
|
| 106 |
-
- **Carbon Emitted:** [More Information Needed]
|
| 107 |
-
|
| 108 |
-
## Technical Specifications [optional]
|
| 109 |
-
|
| 110 |
-
### Model Architecture and Objective
|
| 111 |
-
|
| 112 |
-
[More Information Needed]
|
| 113 |
-
|
| 114 |
-
### Compute Infrastructure
|
| 115 |
-
|
| 116 |
-
[More Information Needed]
|
| 117 |
-
|
| 118 |
-
#### Hardware
|
| 119 |
-
|
| 120 |
-
[More Information Needed]
|
| 121 |
-
|
| 122 |
-
#### Software
|
| 123 |
-
|
| 124 |
-
[More Information Needed]
|
| 125 |
-
|
| 126 |
-
## Citation [optional]
|
| 127 |
-
|
| 128 |
-
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 129 |
-
|
| 130 |
-
**BibTeX:**
|
| 131 |
-
|
| 132 |
-
[More Information Needed]
|
| 133 |
-
|
| 134 |
-
**APA:**
|
| 135 |
-
|
| 136 |
-
[More Information Needed]
|
| 137 |
-
|
| 138 |
-
## Glossary [optional]
|
| 139 |
-
|
| 140 |
-
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 141 |
-
|
| 142 |
-
[More Information Needed]
|
| 143 |
-
|
| 144 |
-
## More Information [optional]
|
| 145 |
-
|
| 146 |
-
[More Information Needed]
|
| 147 |
-
|
| 148 |
-
## Model Card Authors [optional]
|
| 149 |
-
|
| 150 |
-
[More Information Needed]
|
| 151 |
-
|
| 152 |
-
## Model Card Contact
|
| 153 |
-
|
| 154 |
-
[More Information Needed]
|
|
|
|
| 4 |
- accuracy
|
| 5 |
base_model:
|
| 6 |
- microsoft/swin-large-patch4-window12-384-in22k
|
| 7 |
+
license: apache-2.0
|
| 8 |
---
|
| 9 |
|
| 10 |
# Model Card for Model ID
|
|
|
|
| 22 |
<!-- Provide a longer summary of what this model is. -->
|
| 23 |
|
| 24 |
This model was created for the "Feather in Focus!" Kaggle competition of the Information Studies master: Applied Machine Learning course at the University of Amsterdam.
|
| 25 |
+
The goal of the competition was to apply novel approaches to reach the highest possible accuracy on a bird classification task with 200 classes. We were given a labeled dataset
|
| 26 |
+
of 3926 images and an unlabeled dataset of 4000 test images.
|
| 27 |
|
| 28 |
- **Model type:** [More Information Needed]
|
| 29 |
- **License:** [More Information Needed]
|
|
|
|
| 34 |
|
| 35 |
### Training Data
|
| 36 |
|
| 37 |
+
The training data consists of an unkown subset of the cub-200-2011 dataset, https://paperswithcode.com/dataset/cub-200-2011
|
|
|
|
|
|
|
| 38 |
|
| 39 |
### Training Procedure
|
| 40 |
|
|
|
|
| 76 |
#### Metrics
|
| 77 |
|
| 78 |
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|