Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,7 @@ The only augmentations applied were HorizontalFlips and Rotations (10 degrees) t
|
|
50 |
|
51 |
### Finetuning Data
|
52 |
|
53 |
-
The
|
54 |
We finetuned the model on 3533 samples of the labeled dataset we were given, stratified on the label (7066 including augmented images).
|
55 |
|
56 |
|
@@ -72,9 +72,9 @@ We finetuned the model on 3533 samples of the labeled dataset we were given, str
|
|
72 |
*parameters were intentionally left out because of poor results
|
73 |
|
74 |
## Evaluation Data
|
75 |
-
The evaluation data
|
76 |
We evaluated the model on 393 samples of the labeled dataset we were given, stratified on the label.
|
77 |
|
78 |
#### Testing Data
|
79 |
|
80 |
-
The testing data
|
|
|
50 |
|
51 |
### Finetuning Data
|
52 |
|
53 |
+
The finetuning data is a subset of the cub-200-2011 dataset, https://paperswithcode.com/dataset/cub-200-2011.
|
54 |
We finetuned the model on 3533 samples of the labeled dataset we were given, stratified on the label (7066 including augmented images).
|
55 |
|
56 |
|
|
|
72 |
*parameters were intentionally left out because of poor results
|
73 |
|
74 |
## Evaluation Data
|
75 |
+
The evaluation data is a subset of the cub-200-2011 dataset, https://paperswithcode.com/dataset/cub-200-2011
|
76 |
We evaluated the model on 393 samples of the labeled dataset we were given, stratified on the label.
|
77 |
|
78 |
#### Testing Data
|
79 |
|
80 |
+
The testing data is a subset of an unlabeled subset of the cub-200-2011 dataset, https://paperswithcode.com/dataset/cub-200-2011 of 4000 images.
|