From a4d6ebb469e8c3bfbb36aaf671fb4c9b8798e078 Mon Sep 17 00:00:00 2001 From: "@baptiste33" Date: Wed, 7 Aug 2024 16:10:45 +0200 Subject: [PATCH] refactor: clean incorrect code description --- src/kili/llm/services/export/dynamic.py | 2 +- src/kili/llm/services/export/static.py | 2 +- src/kili/services/export/format/llm/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/kili/llm/services/export/dynamic.py b/src/kili/llm/services/export/dynamic.py index eb5604bac..3519e590c 100644 --- a/src/kili/llm/services/export/dynamic.py +++ b/src/kili/llm/services/export/dynamic.py @@ -1,4 +1,4 @@ -"""Common code for the yolo exporter.""" +"""Handle LLM_INSTR_FOLLOWING project exports.""" import logging from typing import Dict, List, Optional, Union diff --git a/src/kili/llm/services/export/static.py b/src/kili/llm/services/export/static.py index 7db048b25..b7d2702b3 100644 --- a/src/kili/llm/services/export/static.py +++ b/src/kili/llm/services/export/static.py @@ -1,4 +1,4 @@ -"""Common code for the yolo exporter.""" +"""Handle LLM_RLHF project exports.""" import json import logging diff --git a/src/kili/services/export/format/llm/__init__.py b/src/kili/services/export/format/llm/__init__.py index f6318f4c3..3ab1b1a4e 100644 --- a/src/kili/services/export/format/llm/__init__.py +++ b/src/kili/services/export/format/llm/__init__.py @@ -1,4 +1,4 @@ -"""Common code for the yolo exporter.""" +"""Common code for the llm exporter.""" import json import logging