Commit
•
f949aa9
1
Parent(s):
c1b3b74
fix: add src import
Browse files
src/distilabel_dataset_generator/pipelines/sft.py
CHANGED
@@ -6,7 +6,7 @@ from distilabel.pipeline import Pipeline
|
|
6 |
from distilabel.steps import KeepColumns
|
7 |
from distilabel.steps.tasks import ChatGeneration, MagpieGenerator, TextGeneration
|
8 |
|
9 |
-
from distilabel_dataset_generator.utils import HF_TOKENS
|
10 |
|
11 |
INFORMATION_SEEKING_PROMPT = (
|
12 |
"You are an AI assistant designed to provide accurate and concise information on a wide"
|
|
|
6 |
from distilabel.steps import KeepColumns
|
7 |
from distilabel.steps.tasks import ChatGeneration, MagpieGenerator, TextGeneration
|
8 |
|
9 |
+
from src.distilabel_dataset_generator.utils import HF_TOKENS
|
10 |
|
11 |
INFORMATION_SEEKING_PROMPT = (
|
12 |
"You are an AI assistant designed to provide accurate and concise information on a wide"
|