Datasets:
Tags:
documentation
License:
File size: 217 Bytes
8e4dec2 |
1 2 3 4 5 6 7 8 9 10 11 |
*.html
*.js
*.css
# Rather than ignore 1000s of file individually, ignore their containing folders
*/*
# Add exceptions since huggingface_hub lib cannot force upload
!huggingface.js
!transformers.js
!*/*.zip
!*/*.yml
|