BillMelindaGates_Grants

This is the bill and Melinda Gates Foundation Grant

How to use git lfs

Installations

python -m pip install huggingface_hub
huggingface-cli login

Create a repo

git clone https://huggingface.co/<your-username>/<your-model-name>
cd <your-model-name>

Setup the repo:

git lfs install

Note that if your files are larger than 5GB you’ll also need to run:

huggingface-cli lfs-enable-largefiles .

Push the files

# Create any files you like! Then...
git add .
git commit -m "First model version"  # You can choose any descriptive message
git push


license: "MIT"