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