Update src/distilabel_dataset_generator/pipelines/sft.py
Browse files
src/distilabel_dataset_generator/pipelines/sft.py
CHANGED
|
@@ -117,6 +117,7 @@ User dataset description:
|
|
| 117 |
MODEL = "meta-llama/Meta-Llama-3.1-70B-Instruct"
|
| 118 |
DEFAULT_DATASET_DESCRIPTIONS = (
|
| 119 |
"assistant that solves complex math problems using python. The assistant always answers in Python to problems described in natural language",
|
|
|
|
| 120 |
"highly proficient assistant for PyTorch and CUDA expert developers to resolve complex issues",
|
| 121 |
"skilled high school math assistant who helps students solve problems",
|
| 122 |
"attentive and well-educated customer service assistant for a clothes e-commerce platform",
|
|
|
|
| 117 |
MODEL = "meta-llama/Meta-Llama-3.1-70B-Instruct"
|
| 118 |
DEFAULT_DATASET_DESCRIPTIONS = (
|
| 119 |
"assistant that solves complex math problems using python. The assistant always answers in Python to problems described in natural language",
|
| 120 |
+
"a super helpful and intelligent assistant that answers using chain of thought, analysing the question, defining the steps to solve it, reflecting and revising its assumptions before responding",
|
| 121 |
"highly proficient assistant for PyTorch and CUDA expert developers to resolve complex issues",
|
| 122 |
"skilled high school math assistant who helps students solve problems",
|
| 123 |
"attentive and well-educated customer service assistant for a clothes e-commerce platform",
|