asahi417 / lm-question-generation

Multilingual/multidomain question generation datasets, models, and python library for question generation.
https://www.autoqg.net
MIT License
313 stars 30 forks source link

Update get_model_card.py (remove deprecated use of `ModelFilter`) #24

Closed Wauplin closed 1 month ago

Wauplin commented 1 month ago

This PR remove deprecated use of ModelFilter. Arguments can now be passed to list_models directly. See https://github.com/huggingface/huggingface_hub/issues/2028 for more details.