Instructions to use helloway/lenet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MindSpore
How to use helloway/lenet with MindSpore:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"architecture": "LeNet5",
|
| 3 |
-
"
|
| 4 |
"num_classes": 10,
|
| 5 |
"id2label": {
|
| 6 |
"0": 0,
|
|
|
|
| 1 |
{
|
| 2 |
"architecture": "LeNet5",
|
| 3 |
+
"dataset_transform": "mnist",
|
| 4 |
"num_classes": 10,
|
| 5 |
"id2label": {
|
| 6 |
"0": 0,
|