Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
1vash
/
mnist_demo_model
like
1
Keras
TF-Keras
mnist
Model card
Files
Files and versions
xet
Community
1
Use this model
Set `library_name` to `tf-keras`.
#1
by
Wauplin
HF Staff
- opened
Jul 5, 2024
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
README.md
+1
-1
README.md
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
---
2
-
library_name: keras
3
datasets:
4
- mnist
5
metrics:
6
- accuracy
7
---
1
---
2
datasets:
3
- mnist
4
+
library_name: tf-keras
5
metrics:
6
- accuracy
7
---