From 918b5139e9124b953e6d4f6a6183c4eb3d480d37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Mart=C3=ADn=20Bl=C3=A1zquez?= Date: Thu, 21 Dec 2023 16:28:21 +0100 Subject: [PATCH] Deployed 3078da5 with MkDocs version: 1.5.3 --- 404.html | 581 +- CNAME | 2 +- assets/javascripts/bundle.6c14ae12.min.js | 29 - assets/javascripts/bundle.6c14ae12.min.js.map | 7 - assets/javascripts/bundle.d7c377c4.min.js | 29 + assets/javascripts/bundle.d7c377c4.min.js.map | 7 + assets/logo.svg | 42 + assets/stylesheets/main.50c56a3b.min.css | 1 + assets/stylesheets/main.50c56a3b.min.css.map | 1 + assets/stylesheets/main.fad675c6.min.css | 1 - assets/stylesheets/main.fad675c6.min.css.map | 1 - assets/stylesheets/palette.06af60db.min.css | 1 + .../stylesheets/palette.06af60db.min.css.map | 1 + assets/stylesheets/palette.356b1318.min.css | 1 - .../stylesheets/palette.356b1318.min.css.map | 1 - concepts/index.html | 640 +- index.html | 660 +- {guides => learn}/index.html | 602 +- learn/tutorials/index.html | 1851 ++++++ learn/user-guides/index.html | 1851 ++++++ objects.inv | Bin 2123 -> 2385 bytes reference/SUMMARY/index.html | 597 +- reference/distilabel/dataset/index.html | 881 ++- reference/distilabel/index.html | 613 +- reference/distilabel/llm/base/index.html | 3080 +++++++-- .../distilabel/llm/huggingface/index.html | 611 +- .../inference_endpoints/index.html | 644 +- .../llm/huggingface/transformers/index.html | 1224 ++-- reference/distilabel/llm/index.html | 5542 +++++++++++++---- reference/distilabel/llm/llama_cpp/index.html | 1170 +++- reference/distilabel/llm/openai/index.html | 653 +- reference/distilabel/llm/utils/index.html | 642 +- reference/distilabel/llm/vllm/index.html | 644 +- reference/distilabel/logger/index.html | 611 +- reference/distilabel/pipeline/index.html | 3491 +++++++---- reference/distilabel/progress_bar/index.html | 611 +- reference/distilabel/tasks/base/index.html | 1234 ++-- .../distilabel/tasks/critique/base/index.html | 2243 +++++++ .../distilabel/tasks/critique/index.html | 1886 ++++++ .../tasks/critique/prometheus/index.html | 2153 +++++++ .../tasks/critique/ultracm/index.html | 2117 +++++++ reference/distilabel/tasks/index.html | 4961 ++++++++++----- .../tasks/preference/base/index.html | 1497 +++-- .../distilabel/tasks/preference/index.html | 613 +- .../tasks/preference/judgelm/index.html | 877 ++- .../tasks/preference/ultrafeedback/index.html | 1584 +++-- .../tasks/preference/ultrajudge/index.html | 1074 +++- reference/distilabel/tasks/prompt/index.html | 884 ++- .../tasks/text_generation/base/index.html | 1448 ++++- .../tasks/text_generation/index.html | 611 +- .../tasks/text_generation/llama/index.html | 635 +- .../tasks/text_generation/openai/index.html | 635 +- .../text_generation/principles/index.html | 620 +- .../text_generation/self_instruct/index.html | 1331 +++- reference/distilabel/utils/argilla/index.html | 1929 ++++++ reference/distilabel/utils/dicts/index.html | 624 +- reference/distilabel/utils/futures/index.html | 2082 +++++++ reference/distilabel/utils/imports/index.html | 615 +- reference/distilabel/utils/index.html | 613 +- reference/distilabel/utils/types/index.html | 2042 ++++++ search/search_index.json | 2 +- sitemap.xml | 137 +- sitemap.xml.gz | Bin 475 -> 560 bytes .../llm/inference_endpoint_generate.py | 24 + .../llm/llamacpp_generate.py | 19 + snippets/technical-reference/llm/llmpool.py | 39 + .../llm/openai_generate.py | 17 + .../technical-reference/llm/processllm.py | 25 + .../llm/transformers_generate.py | 23 + .../technical-reference/llm/vllm_generate.py | 17 + .../technical-reference/pipeline/argilla.py | 6 + .../technical-reference/pipeline/pipe_1.py | 23 + .../technical-reference/pipeline/pipe_2.py | 15 + .../technical-reference/pipeline/pipe_3.py | 27 + .../pipeline/pipeline_generator_1.py | 20 + .../pipeline/pipeline_generator_2.py | 6 + .../pipeline/pipeline_generator_3.py | 39 + .../pipeline/pipeline_labeller_1.py | 16 + .../pipeline/pipeline_labeller_2.py | 18 + .../pipeline/pipeline_labeller_3.py | 9 + .../pipeline/pipeline_labeller_generator_1.py | 27 + .../pipeline/pipeline_labeller_generator_2.py | 6 + .../pipeline/pipeline_labeller_generator_3.py | 45 + .../pipeline/pipeline_llmpool_processllm_1.py | 21 + .../pipeline/pipeline_llmpool_processllm_2.py | 72 + .../pipeline/pipeline_llmpool_processllm_3.py | 3 + .../pipeline/pipeline_llmpool_processllm_4.py | 20 + .../pipeline/pipeline_llmpool_processllm_5.py | 16 + .../tasks/generic_llama2_textgeneration.py | 9 + .../tasks/generic_openai_self_instruct.py | 13 + .../tasks/generic_openai_textgeneration.py | 8 + .../tasks/generic_transformersllm.py | 9 + .../tasks/openai_for_helpfulness.py | 8 + .../tasks/openai_for_honesty.py | 8 + .../tasks/openai_for_instruction_following.py | 9 + .../tasks/openai_for_text_quality.py | 9 + .../tasks/openai_for_truthfulness.py | 9 + .../tasks/openai_judgelm.py | 6 + .../tasks/openai_ultrajudge.py | 6 + .../tasks/ultrafeedback.py | 29 + .../technical-reference/tasks/ultrajudge.py | 13 + stylesheets/extra.css | 10 + technical-reference/index.html | 1840 ++++++ technical-reference/llms/index.html | 2412 +++++++ technical-reference/pipeline/index.html | 2474 ++++++++ technical-reference/tasks/index.html | 2346 +++++++ 106 files changed, 62448 insertions(+), 9093 deletions(-) delete mode 100644 assets/javascripts/bundle.6c14ae12.min.js delete mode 100644 assets/javascripts/bundle.6c14ae12.min.js.map create mode 100644 assets/javascripts/bundle.d7c377c4.min.js create mode 100644 assets/javascripts/bundle.d7c377c4.min.js.map create mode 100644 assets/logo.svg create mode 100644 assets/stylesheets/main.50c56a3b.min.css create mode 100644 assets/stylesheets/main.50c56a3b.min.css.map delete mode 100644 assets/stylesheets/main.fad675c6.min.css delete mode 100644 assets/stylesheets/main.fad675c6.min.css.map create mode 100644 assets/stylesheets/palette.06af60db.min.css create mode 100644 assets/stylesheets/palette.06af60db.min.css.map delete mode 100644 assets/stylesheets/palette.356b1318.min.css delete mode 100644 assets/stylesheets/palette.356b1318.min.css.map rename {guides => learn}/index.html (68%) create mode 100644 learn/tutorials/index.html create mode 100644 learn/user-guides/index.html create mode 100644 reference/distilabel/tasks/critique/base/index.html create mode 100644 reference/distilabel/tasks/critique/index.html create mode 100644 reference/distilabel/tasks/critique/prometheus/index.html create mode 100644 reference/distilabel/tasks/critique/ultracm/index.html create mode 100644 reference/distilabel/utils/argilla/index.html create mode 100644 reference/distilabel/utils/futures/index.html create mode 100644 reference/distilabel/utils/types/index.html create mode 100644 snippets/technical-reference/llm/inference_endpoint_generate.py create mode 100644 snippets/technical-reference/llm/llamacpp_generate.py create mode 100644 snippets/technical-reference/llm/llmpool.py create mode 100644 snippets/technical-reference/llm/openai_generate.py create mode 100644 snippets/technical-reference/llm/processllm.py create mode 100644 snippets/technical-reference/llm/transformers_generate.py create mode 100644 snippets/technical-reference/llm/vllm_generate.py create mode 100644 snippets/technical-reference/pipeline/argilla.py create mode 100644 snippets/technical-reference/pipeline/pipe_1.py create mode 100644 snippets/technical-reference/pipeline/pipe_2.py create mode 100644 snippets/technical-reference/pipeline/pipe_3.py create mode 100644 snippets/technical-reference/pipeline/pipeline_generator_1.py create mode 100644 snippets/technical-reference/pipeline/pipeline_generator_2.py create mode 100644 snippets/technical-reference/pipeline/pipeline_generator_3.py create mode 100644 snippets/technical-reference/pipeline/pipeline_labeller_1.py create mode 100644 snippets/technical-reference/pipeline/pipeline_labeller_2.py create mode 100644 snippets/technical-reference/pipeline/pipeline_labeller_3.py create mode 100644 snippets/technical-reference/pipeline/pipeline_labeller_generator_1.py create mode 100644 snippets/technical-reference/pipeline/pipeline_labeller_generator_2.py create mode 100644 snippets/technical-reference/pipeline/pipeline_labeller_generator_3.py create mode 100644 snippets/technical-reference/pipeline/pipeline_llmpool_processllm_1.py create mode 100644 snippets/technical-reference/pipeline/pipeline_llmpool_processllm_2.py create mode 100644 snippets/technical-reference/pipeline/pipeline_llmpool_processllm_3.py create mode 100644 snippets/technical-reference/pipeline/pipeline_llmpool_processllm_4.py create mode 100644 snippets/technical-reference/pipeline/pipeline_llmpool_processllm_5.py create mode 100644 snippets/technical-reference/tasks/generic_llama2_textgeneration.py create mode 100644 snippets/technical-reference/tasks/generic_openai_self_instruct.py create mode 100644 snippets/technical-reference/tasks/generic_openai_textgeneration.py create mode 100644 snippets/technical-reference/tasks/generic_transformersllm.py create mode 100644 snippets/technical-reference/tasks/openai_for_helpfulness.py create mode 100644 snippets/technical-reference/tasks/openai_for_honesty.py create mode 100644 snippets/technical-reference/tasks/openai_for_instruction_following.py create mode 100644 snippets/technical-reference/tasks/openai_for_text_quality.py create mode 100644 snippets/technical-reference/tasks/openai_for_truthfulness.py create mode 100644 snippets/technical-reference/tasks/openai_judgelm.py create mode 100644 snippets/technical-reference/tasks/openai_ultrajudge.py create mode 100644 snippets/technical-reference/tasks/ultrafeedback.py create mode 100644 snippets/technical-reference/tasks/ultrajudge.py create mode 100644 technical-reference/index.html create mode 100644 technical-reference/llms/index.html create mode 100644 technical-reference/pipeline/index.html create mode 100644 technical-reference/tasks/index.html diff --git a/404.html b/404.html index 05c41e0fbd..fbb12331cc 100644 --- a/404.html +++ b/404.html @@ -16,7 +16,7 @@ - + @@ -24,10 +24,10 @@ - + - + @@ -70,9 +70,6 @@ - - - @@ -90,7 +87,7 @@