Downloads counter for models in huggingface

Hello, there is my model on HF:

and downloads last month is 11 now. I have tried to download my models by huggingface hub, higgingface-cli, by clonning repository, but the counter doesn’t increase. This model couldn’t be downloaded by transformers pipeline or model API because there isn’t any ‘model_type’ in the config.json. According to documentation:

downloading of config.json should increase downloads counter, but how should I download model (or config.json), and how my counter was increased?