Instructions to use EduardoPacheco/SimpleCNN-mnist with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EduardoPacheco/SimpleCNN-mnist with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("EduardoPacheco/SimpleCNN-mnist", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 0
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 82480
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17af8b6c5259eceab7783ef543eadc99be6e22467cf8f02a895088ef1fb41008
|
| 3 |
size 82480
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5329
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cf98164cab240204bcac242ae182e41f64c93d8e44e090578e7b41afc63bded
|
| 3 |
size 5329
|