Huggingface: Difference between revisions

Line 21: Line 21:


Pre-trained models are usually made up of fairly large binary files. The Hugging Face makes these files available for download via [https://git-lfs.com/ Git Large File Storage]. To download a model, load the <tt>git-lfs</tt> module and clone your chosen model repository from the model hub:
Pre-trained models are usually made up of fairly large binary files. The Hugging Face makes these files available for download via [https://git-lfs.com/ Git Large File Storage]. To download a model, load the <tt>git-lfs</tt> module and clone your chosen model repository from the model hub:
  module load git-lfs/3.3.0
  module load git-lfs/3.4.0
  git clone https://huggingface.co/bert-base-uncased
  git clone https://huggingface.co/bert-base-uncased


1

edit