Fix model ID in code sample

#20
by ei-grad - opened

The correct model ID on huggingface hub is tiiuae/falcon-180B with upper B. With smaller b code results in error:

OSError: You are trying to access a gated repo.
Make sure to request access at https://huggingface.co/tiiuae/falcon-180b and pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing `token=<your_token>`.

Many issues in discussions are caused by this.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment