Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,18 @@ datasets:
|
|
| 4 |
- uoft-cs/cifar100
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
|
|
|
| 4 |
- uoft-cs/cifar100
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
+
model-index:
|
| 8 |
+
- name: Evolved model using Barlow Twins with 100% labelled data
|
| 9 |
+
results:
|
| 10 |
+
- task:
|
| 11 |
+
type: image-classification
|
| 12 |
+
name: Image Classification
|
| 13 |
+
dataset:
|
| 14 |
+
type: uoft-cs/cifar100
|
| 15 |
+
name: CIFAR-100
|
| 16 |
+
split: test
|
| 17 |
+
metrics:
|
| 18 |
+
- type: accuracy
|
| 19 |
+
value: 97.04 # Required. Example: 20.90
|
| 20 |
+
name: Test accuracy # Optional. Example: Test WER
|
| 21 |
---
|