How to find models fine-tuned from the same pretrained model?

For NLP downstream tasks, I want to find some models that are fine-tuned from the same pre-trained model.

That means, for a pre-trained model “A”, I want to collect some of its fine-tuned versions on different downstream NLP tasks, like “A1”, “A2”, …

Is there any easy way to do this? Thank you very much!