# Publishing this repository to Hugging Face This repository contains PDFs, PNG/JPG images, and other binary research artifacts. Hugging Face may reject ordinary Git blobs for these file types. Before the first commit containing the variants, initialize Git Xet and track the binary extensions present in the repository: ```bash git xet install git xet track "*.pdf" git xet track "*.png" git xet track "*.jpg" git xet track "*.jpeg" git xet track "*.gif" git xet track "*.mp4" git xet track "*.npz" git xet track "*.h5" git xet track "*.hdf5" git add .gitattributes git add --renormalize . git add . git commit -m "Publish FUM historical model lab" git push --set-upstream origin main ``` If the files were already committed as ordinary Git blobs before Xet tracking was added, amend/rebuild that local commit after `git add --renormalize .` before pushing.