Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,9 @@
|
|
2 |
library_name: keras
|
3 |
tags:
|
4 |
- image-classification
|
|
|
|
|
|
|
5 |
---
|
6 |
A classification model trained with <a href='https://arxiv.org/abs/2004.11362' target='_blank'>**Supervised Contrastive Learning**</a> (Prannay Khosla et al.).
|
7 |
The training procedure was done as seen in the example on <a href='https://keras.io/examples/vision/supervised-contrastive-learning/' target='_blank'>**keras.io**</a> by Khalid Salama.
|
|
|
2 |
library_name: keras
|
3 |
tags:
|
4 |
- image-classification
|
5 |
+
datasets:
|
6 |
+
- cifar10
|
7 |
+
license: apache-2.0
|
8 |
---
|
9 |
A classification model trained with <a href='https://arxiv.org/abs/2004.11362' target='_blank'>**Supervised Contrastive Learning**</a> (Prannay Khosla et al.).
|
10 |
The training procedure was done as seen in the example on <a href='https://keras.io/examples/vision/supervised-contrastive-learning/' target='_blank'>**keras.io**</a> by Khalid Salama.
|