Fix typo
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ datasets:
|
|
6 |
pipeline_tag: image-classification
|
7 |
---
|
8 |
|
9 |
-
# Perceiver IO image classifier (
|
10 |
|
11 |
This model is a small Perceiver IO image classifier (907K parameters) trained from scratch on the [MNIST](https://huggingface.co/datasets/mnist)
|
12 |
dataset. It is a [training example](https://github.com/krasserm/perceiver-io/blob/main/docs/training-examples.md#image-classification)
|
|
|
6 |
pipeline_tag: image-classification
|
7 |
---
|
8 |
|
9 |
+
# Perceiver IO image classifier (MNIST)
|
10 |
|
11 |
This model is a small Perceiver IO image classifier (907K parameters) trained from scratch on the [MNIST](https://huggingface.co/datasets/mnist)
|
12 |
dataset. It is a [training example](https://github.com/krasserm/perceiver-io/blob/main/docs/training-examples.md#image-classification)
|