diff --git a/examples/plot_huggingface_model.py b/examples/plot_huggingface_model.py index 9dd49ec..9f56e3e 100755 --- a/examples/plot_huggingface_model.py +++ b/examples/plot_huggingface_model.py @@ -8,7 +8,7 @@ housing dataset and uploaded to Hugging Face Hub. The model is downloaded and inference is performed over several quantiles for each instance in the dataset. The estimates are visualized by the latitude and longitude of each instance. -The model used is availabe on Hugging Face Hub: +The model used is available on Hugging Face Hub: https://huggingface.co/quantile-forest/california-housing-example """