diff --git a/.github/code_spell_ignore.txt b/.github/code_spell_ignore.txt index c7e0b759..16ab788f 100644 --- a/.github/code_spell_ignore.txt +++ b/.github/code_spell_ignore.txt @@ -1,3 +1,3 @@ rouge Rouge -ROUGE \ No newline at end of file +ROUGE diff --git a/.github/license_template.txt b/.github/license_template.txt index b43bb9dc..a0410374 100644 --- a/.github/license_template.txt +++ b/.github/license_template.txt @@ -1,2 +1,2 @@ Copyright (C) 2024 Intel Corporation -SPDX-License-Identifier: Apache-2.0 \ No newline at end of file +SPDX-License-Identifier: Apache-2.0 diff --git a/.github/workflows/docker/code-scan.dockerfile b/.github/workflows/docker/code-scan.dockerfile index f119121c..ae56c81a 100644 --- a/.github/workflows/docker/code-scan.dockerfile +++ b/.github/workflows/docker/code-scan.dockerfile @@ -22,4 +22,4 @@ RUN python -m pip install --no-cache-dir bandit==1.7.8 RUN wget -O /bin/hadolint https://github.com/hadolint/hadolint/releases/download/v2.12.0/hadolint-Linux-x86_64 RUN chmod +x /bin/hadolint -WORKDIR / \ No newline at end of file +WORKDIR / diff --git a/.github/workflows/docker/hpu.dockerfile b/.github/workflows/docker/hpu.dockerfile index 6aa695ea..b400ef8b 100644 --- a/.github/workflows/docker/hpu.dockerfile +++ b/.github/workflows/docker/hpu.dockerfile @@ -24,4 +24,4 @@ RUN cd /genaieval && \ pip install --upgrade-strategy eager optimum[habana] && \ pip list -WORKDIR /genaieval/ \ No newline at end of file +WORKDIR /genaieval/ diff --git a/.github/workflows/scripts/change_color b/.github/workflows/scripts/change_color index a9fd74cd..b2ea724f 100644 --- a/.github/workflows/scripts/change_color +++ b/.github/workflows/scripts/change_color @@ -77,4 +77,4 @@ BG_GRAY="echo -en \\E[47m" # ------------- background_color end---------------- # close -RESET="echo -en \\E[0m" \ No newline at end of file +RESET="echo -en \\E[0m" diff --git a/evals/benchmark/ragas/ground_truth.jsonl b/evals/benchmark/ragas/ground_truth.jsonl index ceb4843b..9f8e3736 100644 --- a/evals/benchmark/ragas/ground_truth.jsonl +++ b/evals/benchmark/ragas/ground_truth.jsonl @@ -6,4 +6,4 @@ {"question": "How does Nike view the role of intellectual property in its business strategy?", "context": ["We believe that our intellectual property rights are important to our brand, our success and our competitive position."], "ground_truth": "Nike considers its intellectual property rights critical to its brand, success, and competitive position. They actively pursue protection of these rights and vigorously defend them against third-party infringement."} {"question": "What is Nike's approach to diversity, equity, and inclusion within its workforce?", "context": ["Diversity, equity and inclusion ('DE&I') is a strategic priority for NIKE and we are committed to having an increasingly diverse team and culture."], "ground_truth": "Nike prioritizes fostering an inclusive and accessible workplace, aiming to expand representation across all dimensions of diversity. They have specific goals for increasing representation among women globally and U.S. racial and ethnic minorities by fiscal 2025."} {"question": "How does Nike address the environmental impact of its operations?", "context": ["Our mission is aligned with our deep commitment to maintaining an environment where all NIKE employees have the opportunity to reach their full potential."], "ground_truth": "Nike is focused on sustainability, aiming to create products more sustainably, such as through using environmentally friendly materials and processes, and investing in global communities to promote a more equitable future."} -{"question": "What financial impact did Nike's U.S. operations have in fiscal year 2023?", "context": ["For fiscal 2023, NIKE Brand and Converse sales in the United States accounted for approximately 43% of total revenues."], "ground_truth": "Nike Brand and Converse sales in the United States accounted for approximately 43% of total revenues for fiscal 2023."} \ No newline at end of file +{"question": "What financial impact did Nike's U.S. operations have in fiscal year 2023?", "context": ["For fiscal 2023, NIKE Brand and Converse sales in the United States accounted for approximately 43% of total revenues."], "ground_truth": "Nike Brand and Converse sales in the United States accounted for approximately 43% of total revenues for fiscal 2023."} diff --git a/evals/benchmark/stresscli/commands/config.ini b/evals/benchmark/stresscli/commands/config.ini index 16a47653..fd195d5e 100644 --- a/evals/benchmark/stresscli/commands/config.ini +++ b/evals/benchmark/stresscli/commands/config.ini @@ -31,4 +31,4 @@ row_name = Aggregated [testspec.yaml] benchmarkresult = * benchmarkspec = users max_requests -hardwarespec = containerRuntimeVersion cpu \ No newline at end of file +hardwarespec = containerRuntimeVersion cpu diff --git a/evals/evaluation/agent_eval/crag_eval/docker/Dockerfile b/evals/evaluation/agent_eval/crag_eval/docker/Dockerfile index a3a97c5b..35f27199 100644 --- a/evals/evaluation/agent_eval/crag_eval/docker/Dockerfile +++ b/evals/evaluation/agent_eval/crag_eval/docker/Dockerfile @@ -21,4 +21,4 @@ RUN cd /home/user/ && \ ENV PYTHONPATH=$PYTHONPATH:/home/user/GenAIEval/ -WORKDIR /home/user \ No newline at end of file +WORKDIR /home/user