|
9 | 9 | "/guide/submit-for-approval.html"
|
10 | 10 | ]
|
11 | 11 | },
|
12 |
| - { |
13 |
| - "listing": "/guide/samples-jupyter-notebooks.html", |
14 |
| - "items": [ |
15 |
| - "/notebooks/code_samples/LLM_and_NLP/llm_summarization_demo.html", |
16 |
| - "/notebooks/code_samples/customization/customizing_metrics_with_output_templates.html", |
17 |
| - "/notebooks/code_samples/regression/quickstart_regression_full_suite.html", |
18 |
| - "/notebooks/code_samples/time_series/tutorial_time_series_forecasting.html", |
19 |
| - "/notebooks/code_samples/custom_tests/implement_custom_tests.html", |
20 |
| - "/notebooks/code_samples/LLM_and_NLP/prompt_validation_demo.html", |
21 |
| - "/notebooks/code_samples/LLM_and_NLP/hugging_face_integration_demo.html", |
22 |
| - "/notebooks/code_samples/LLM_and_NLP/foundation_models_integration_demo.html", |
23 |
| - "/notebooks/code_samples/LLM_and_NLP/hugging_face_summarization_demo.html", |
24 |
| - "/notebooks/code_samples/LLM_and_NLP/foundation_models_summarization_demo.html" |
25 |
| - ] |
26 |
| - }, |
27 |
| - { |
28 |
| - "listing": "/guide/guides.html", |
29 |
| - "items": [ |
30 |
| - "/guide/onboarding-users.html", |
31 |
| - "/guide/configure-aws-privatelink.html", |
32 |
| - "/guide/edit-model-inventory-fields.html", |
33 |
| - "/guide/register-models-in-model-inventory.html", |
34 |
| - "/guide/working-with-documentation-templates.html", |
35 |
| - "/guide/working-with-model-documentation.html", |
36 |
| - "/guide/export-documentation.html", |
37 |
| - "/guide/get-started-developer-framework.html", |
38 |
| - "/guide/samples-jupyter-notebooks.html", |
39 |
| - "/guide/preparing-validation-reports.html", |
40 |
| - "/guide/work-with-model-findings.html", |
41 |
| - "/guide/view-reports.html" |
42 |
| - ] |
43 |
| - }, |
44 |
| - { |
45 |
| - "listing": "/guide/working-with-model-documentation.html", |
46 |
| - "items": [ |
47 |
| - "/guide/view-documentation-guidelines.html", |
48 |
| - "/guide/work-with-content-blocks.html", |
49 |
| - "/guide/collaborate-with-others.html", |
50 |
| - "/guide/view-documentation-activity.html", |
51 |
| - "/guide/submit-for-approval.html" |
52 |
| - ] |
53 |
| - }, |
54 |
| - { |
55 |
| - "listing": "/guide/testing-overview.html", |
56 |
| - "items": [ |
57 |
| - "/notebooks/how_to/run_a_test.html", |
58 |
| - "/notebooks/how_to/configure_test_parameters.html", |
59 |
| - "/notebooks/code_samples/custom_tests/implement_custom_tests.html", |
60 |
| - "/notebooks/how_to/explore_tests.html", |
61 |
| - "/notebooks/how_to/explore_test_suites.html", |
62 |
| - "/guide/test-sandbox.html", |
63 |
| - "/notebooks/code_samples/custom_tests/integrate-external_test_providers.html", |
64 |
| - "/notebooks/how_to/configure_dataset_features.html", |
65 |
| - "/notebooks/how_to/run_documentation_sections.html", |
66 |
| - "/notebooks/how_to/run_documentation_tests_with_config.html", |
67 |
| - "/notebooks/how_to/run_tests_that_require_multiple_datasets.html", |
68 |
| - "/notebooks/how_to/run_unit_metrics.html", |
69 |
| - "/notebooks/how_to/document_multiple_results_for_the_same_test.html", |
70 |
| - "/notebooks/how_to/load_datasets_predictions.html" |
71 |
| - ] |
72 |
| - }, |
73 | 12 | {
|
74 | 13 | "listing": "/guide/test-descriptions.html",
|
75 | 14 | "items": [
|
|
227 | 166 | "/tests/prompt_validation/Specificity.html"
|
228 | 167 | ]
|
229 | 168 | },
|
| 169 | + { |
| 170 | + "listing": "/guide/testing-overview.html", |
| 171 | + "items": [ |
| 172 | + "/notebooks/how_to/run_a_test.html", |
| 173 | + "/notebooks/how_to/configure_test_parameters.html", |
| 174 | + "/notebooks/code_samples/custom_tests/implement_custom_tests.html", |
| 175 | + "/notebooks/how_to/explore_tests.html", |
| 176 | + "/notebooks/how_to/explore_test_suites.html", |
| 177 | + "/guide/test-sandbox.html", |
| 178 | + "/notebooks/code_samples/custom_tests/integrate-external_test_providers.html", |
| 179 | + "/notebooks/how_to/configure_dataset_features.html", |
| 180 | + "/notebooks/how_to/run_documentation_sections.html", |
| 181 | + "/notebooks/how_to/run_documentation_tests_with_config.html", |
| 182 | + "/notebooks/how_to/run_tests_that_require_multiple_datasets.html", |
| 183 | + "/notebooks/how_to/run_unit_metrics.html", |
| 184 | + "/notebooks/how_to/document_multiple_results_for_the_same_test.html", |
| 185 | + "/notebooks/how_to/load_datasets_predictions.html" |
| 186 | + ] |
| 187 | + }, |
| 188 | + { |
| 189 | + "listing": "/guide/working-with-model-documentation.html", |
| 190 | + "items": [ |
| 191 | + "/guide/view-documentation-guidelines.html", |
| 192 | + "/guide/work-with-content-blocks.html", |
| 193 | + "/guide/collaborate-with-others.html", |
| 194 | + "/guide/view-documentation-activity.html", |
| 195 | + "/guide/submit-for-approval.html" |
| 196 | + ] |
| 197 | + }, |
| 198 | + { |
| 199 | + "listing": "/guide/guides.html", |
| 200 | + "items": [ |
| 201 | + "/guide/onboarding-users.html", |
| 202 | + "/guide/configure-aws-privatelink.html", |
| 203 | + "/guide/edit-model-inventory-fields.html", |
| 204 | + "/guide/register-models-in-model-inventory.html", |
| 205 | + "/guide/working-with-documentation-templates.html", |
| 206 | + "/guide/working-with-model-documentation.html", |
| 207 | + "/guide/export-documentation.html", |
| 208 | + "/guide/get-started-developer-framework.html", |
| 209 | + "/guide/samples-jupyter-notebooks.html", |
| 210 | + "/guide/preparing-validation-reports.html", |
| 211 | + "/guide/work-with-model-findings.html", |
| 212 | + "/guide/view-reports.html" |
| 213 | + ] |
| 214 | + }, |
| 215 | + { |
| 216 | + "listing": "/guide/samples-jupyter-notebooks.html", |
| 217 | + "items": [ |
| 218 | + "/notebooks/code_samples/LLM_and_NLP/llm_summarization_demo.html", |
| 219 | + "/notebooks/code_samples/customization/customizing_metrics_with_output_templates.html", |
| 220 | + "/notebooks/code_samples/regression/quickstart_regression_full_suite.html", |
| 221 | + "/notebooks/code_samples/time_series/tutorial_time_series_forecasting.html", |
| 222 | + "/notebooks/code_samples/custom_tests/implement_custom_tests.html", |
| 223 | + "/notebooks/code_samples/LLM_and_NLP/prompt_validation_demo.html", |
| 224 | + "/notebooks/code_samples/LLM_and_NLP/hugging_face_integration_demo.html", |
| 225 | + "/notebooks/code_samples/LLM_and_NLP/foundation_models_integration_demo.html", |
| 226 | + "/notebooks/code_samples/LLM_and_NLP/hugging_face_summarization_demo.html", |
| 227 | + "/notebooks/code_samples/LLM_and_NLP/foundation_models_summarization_demo.html" |
| 228 | + ] |
| 229 | + }, |
230 | 230 | {
|
231 | 231 | "listing": "/guide/working-with-documentation-templates.html",
|
232 | 232 | "items": [
|
|
0 commit comments