Keras
RandAugment
Image Classification
bishmoy commited on
Commit
1889c8f
1 Parent(s): 340f2e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ## RandAugment for Image Classification for Improved Robustness on the 🤗Hub!
2
 
3
  [Paper](https://arxiv.org/abs/1909.13719) | [Keras Tutorial](https://keras.io/examples/vision/randaugment/)
 
4
 
5
  **Excerpt from the Tutorial:**
6
 
@@ -10,4 +11,19 @@ Recently, it has been a key component of works like [Noisy Student Training](htt
10
 
11
  ## About The dataset
12
 
13
- The model was trained on [**CIFAR-10**](https://huggingface.co/datasets/cifar10), consisting of 60000 32x32 color images in 10 classes, with 6000 images per class. There are 50000 training images and 10000 test images.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ## RandAugment for Image Classification for Improved Robustness on the 🤗Hub!
2
 
3
  [Paper](https://arxiv.org/abs/1909.13719) | [Keras Tutorial](https://keras.io/examples/vision/randaugment/)
4
+ Keras Tutorial Credit goes to : [Sayak Paul](https://twitter.com/RisingSayak)
5
 
6
  **Excerpt from the Tutorial:**
7
 
 
11
 
12
  ## About The dataset
13
 
14
+ The model was trained on [**CIFAR-10**](https://huggingface.co/datasets/cifar10), consisting of 60000 32x32 color images in 10 classes, with 6000 images per class. There are 50000 training images and 10000 test images.
15
+
16
+ ---
17
+ language:
18
+ - "List of ISO 639-1 code for your language"
19
+ - en
20
+
21
+ tags:
22
+ - RandAugment
23
+ - Image Classification
24
+ license: apache-2.0
25
+ datasets:
26
+ - cifar10
27
+ metrics:
28
+ - Accuracy
29
+ ---