Emiel commited on
Commit
e8ff3c5
·
verified ·
1 Parent(s): c1d070f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 training data consist of 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,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 consist of 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 consist of an unlabeled subset of the cub-200-2011 dataset, https://paperswithcode.com/dataset/cub-200-2011 of 4000 images.
 
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.