Unable to Download Model β 500 Internal Server Error on .gitattributes
Hi! I'm currently trying to use this model (philomath-1209/programming-language-identification), but every method of downloading it is failing due to a persistent 500 Internal Server Error.
The error occurs when trying to access this URL:
https://huggingface.co/philomath-1209/programming-language-identification/resolve/main/.gitattributes
I've tried:
git clone
huggingface-cli download
snapshot_download() from huggingface_hub
Here's a sample traceback
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://huggingface.co/philomath-1209/programming-language-identification/resolve/main/.gitattributes
...
huggingface_hub.errors.LocalEntryNotFoundError: An error happened while trying to locate the file on the Hub and we cannot find the requested files in the local cache.
Can this be fixed or regenerated from the backend? I'd love to use this model in an ongoing project, and this seems like a blocking issue.
Thanks in advance for any help!