cortex-conv / .gitattributes
Ex0bit's picture
initial deployment: cortex-conv ships pre-trained at 96.8% MNIST
d035fbd
raw
history blame contribute delete
358 Bytes
# Large data packs and weights via Git LFS — required on HuggingFace Spaces for files > ~10 MB.
*.json filter=lfs diff=lfs merge=lfs -text
# Keep README + tests human-readable in the web UI (not LFS-ed).
README.md -filter -diff -merge text
index.html -filter -diff -merge text
tests/* -filter -diff -merge text
PAPER_COMPANION.md -filter -diff -merge text