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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -14
README.md CHANGED
@@ -1,6 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
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:**
@@ -13,17 +25,3 @@ Recently, it has been a key component of works like [Noisy Student Training](htt
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
- ---
 
1
+ ---
2
+ tags:
3
+ - RandAugment
4
+ - Image Classification
5
+ license: apache-2.0
6
+ datasets:
7
+ - cifar10
8
+ metrics:
9
+ - Accuracy
10
+ ---
11
+
12
  ## RandAugment for Image Classification for Improved Robustness on the 🤗Hub!
13
 
14
  [Paper](https://arxiv.org/abs/1909.13719) | [Keras Tutorial](https://keras.io/examples/vision/randaugment/)
15
+
16
  Keras Tutorial Credit goes to : [Sayak Paul](https://twitter.com/RisingSayak)
17
 
18
  **Excerpt from the Tutorial:**
 
25
 
26
  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.
27