From e35397468f36a857b8d2b7d92a472265e1c500cc Mon Sep 17 00:00:00 2001 From: youkaichao Date: Wed, 10 Apr 2024 10:03:02 -0700 Subject: [PATCH] [Doc] Add doc to state our model support policy (#3948) Co-authored-by: Roger Wang <136131678+ywang96@users.noreply.github.com> --- docs/source/models/supported_models.rst | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/source/models/supported_models.rst b/docs/source/models/supported_models.rst index e7bfdcb6..c09b0ff2 100644 --- a/docs/source/models/supported_models.rst +++ b/docs/source/models/supported_models.rst @@ -168,3 +168,29 @@ Alternatively, you can raise an issue on our `GitHub `_ and `test_big_models.py `_ for the models that have passed this test. +2. **Output Sensibility**: We check if the output of the model is sensible and coherent, by measuring the perplexity of the output and checking for any obvious errors. This is a less stringent test. +3. **Runtime Functionality**: We check if the model can be loaded and run without errors. This is the least stringent test. Please refer to `functionality tests `_ and `examples `_ for the models that have passed this test. +4. **Community Feedback**: We rely on the community to provide feedback on the models. If a model is broken or not working as expected, we encourage users to raise issues to report it or open pull requests to fix it. The rest of the models fall under this category.