Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
helloway
/
lenet
like
0
Image Classification
MindSpore
mnist
License:
apache-2.0
Model card
Files
Files and versions
Community
Use this model
main
lenet
/
config.json
helloway
Update config.json
e22342d
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
225 Bytes
{
"architecture"
:
"LeNet5"
,
"dataset_transform"
:
"mnist"
,
"num_classes"
:
10
,
"id2label"
:
{
"0"
:
0
,
"1"
:
1
,
"2"
:
2
,
"3"
:
3
,
"4"
:
4
,
"5"
:
5
,
"6"
:
6
,
"7"
:
7
,
"8"
:
8
,
"9"
:
9
}
}