Update README.md
Browse files
README.md
CHANGED
|
@@ -7,15 +7,52 @@ tags:
|
|
| 7 |
- vision
|
| 8 |
- ViT
|
| 9 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
library_name: pytorch
|
| 11 |
tags:
|
| 12 |
- vision
|
|
|
|
| 13 |
- image-classification
|
| 14 |
- cifar100
|
| 15 |
- vision-transformer
|
| 16 |
-
-
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
# Model Card for Model ID
|
| 21 |
|
|
|
|
| 7 |
- vision
|
| 8 |
- ViT
|
| 9 |
---
|
| 10 |
+
license: mit
|
| 11 |
+
metrics:
|
| 12 |
+
- accuracy
|
| 13 |
+
pipeline_tag: image-classification
|
| 14 |
library_name: pytorch
|
| 15 |
tags:
|
| 16 |
- vision
|
| 17 |
+
- vit
|
| 18 |
- image-classification
|
| 19 |
- cifar100
|
| 20 |
- vision-transformer
|
| 21 |
+
- pytorch
|
| 22 |
+
- computer-vision
|
| 23 |
+
datasets:
|
| 24 |
+
- cifar100
|
| 25 |
+
language:
|
| 26 |
+
- en
|
| 27 |
+
model-index:
|
| 28 |
+
- name: VTLM37m
|
| 29 |
+
results:
|
| 30 |
+
- task:
|
| 31 |
+
type: image-classification
|
| 32 |
+
name: Image Classification
|
| 33 |
+
dataset:
|
| 34 |
+
name: CIFAR-100
|
| 35 |
+
type: cifar100
|
| 36 |
+
metrics:
|
| 37 |
+
- type: accuracy
|
| 38 |
+
value: 54.61
|
| 39 |
+
name: Accuracy
|
| 40 |
---
|
| 41 |
+
<div align="center">
|
| 42 |
+
|
| 43 |
+
# 🔍 Vision Transformer - CIFAR-100
|
| 44 |
+
|
| 45 |
+
*Um Vision Transformer compacto de 37M parâmetros*
|
| 46 |
+
|
| 47 |
+

|
| 48 |
+

|
| 49 |
+

|
| 50 |
+
|
| 51 |
+
</div>
|
| 52 |
+
|
| 53 |
+
## Resumo Rápido
|
| 54 |
+
|
| 55 |
+
Este é um Vision Transformer treinado do zero no dataset CIFAR-100, alcançando 54% de acurácia com apenas 37M parâmetros.
|
| 56 |
|
| 57 |
# Model Card for Model ID
|
| 58 |
|