edumunozsala abhishek HF staff commited on
Commit
115eb6c
1 Parent(s): eb41332

Fix accuracy typo (#1)

Browse files

- fix typo (686ffffc2ef5308498983463c1b6e07e7f5eeabc)


Co-authored-by: Abhishek Thakur <abhishek@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,8 +20,8 @@ model-index:
20
  name: "Cifar10"
21
  type: cifar10
22
  metrics:
23
- - name: Accuracy,
24
- type: accuracy,
25
  value: 0.97
26
  ---
27
 
 
20
  name: "Cifar10"
21
  type: cifar10
22
  metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
  value: 0.97
26
  ---
27