simple-cnn-cifar10-lite / model-card.md
junler's picture
Upload folder using huggingface_hub
9fd72fb verified
metadata
language:
  - zh
  - en
license: mit
library_name: pytorch
tags:
  - image-classification
  - cifar10
  - cnn
  - lite-model
  - educational
datasets:
  - cifar10
metrics:
  - accuracy
model-index:
  - name: SimpleConvNetLite
    results:
      - task:
          type: image-classification
          name: Image Classification
        dataset:
          name: CIFAR-10 (20% subset)
          type: cifar10
        metrics:
          - name: Accuracy
            type: accuracy
            value: 0.52

SimpleConvNetLite模型卡

这是一个轻量级图像分类模型,专为快速训练和部署而设计,可以在CPU上10分钟内完成训练。

[完整模型卡请见README.md]