Update bad examples
Browse files
src/distilabel_dataset_generator/pipelines/sft.py
CHANGED
@@ -151,20 +151,20 @@ DEFAULT_DATASETS = [
|
|
151 |
pd.DataFrame.from_dict(
|
152 |
{
|
153 |
"prompt": [
|
154 |
-
"
|
155 |
],
|
156 |
"completion": [
|
157 |
-
"""
|
158 |
],
|
159 |
}
|
160 |
),
|
161 |
pd.DataFrame.from_dict(
|
162 |
{
|
163 |
"prompt": [
|
164 |
-
"
|
165 |
],
|
166 |
"completion": [
|
167 |
-
"""
|
168 |
],
|
169 |
}
|
170 |
),
|
|
|
151 |
pd.DataFrame.from_dict(
|
152 |
{
|
153 |
"prompt": [
|
154 |
+
"I'm having trouble with solving systems of linear equations. Can you provide an example to help me understand how to solve systems of linear equations, specifically a system with two variables?"
|
155 |
],
|
156 |
"completion": [
|
157 |
+
"""Solving systems of linear equations is a fundamental concept in algebra. I'd be happy to help you understand it step by step. **What is a System of Linear Equations?** A system of linear equations is when you have two or more equations that contain two or more variables. In this case, we'll focus on systems with two variables. These equations are typically represented as: ax + by = c dx + ey = f * a, b, c, d, e, and f are constants (numbers) * x and y are the variables (the things you're trying to solve for) * ax, by, dx, and ey are the coefficients (the numbers in front of x and y) **How to Solve Systems of Linear Equations with Two Variables** There are a few methods to solve systems of linear equations, but we'll cover the most common one: the method of substitution and elimination. **Method: Substitution and Elimination** **Method 1: Substitution Method** 1. **Solve one of the equations for one variable.** * Let's take the first equation: ax + by = c * We can solve this for y by dividing both sides by b"""
|
158 |
],
|
159 |
}
|
160 |
),
|
161 |
pd.DataFrame.from_dict(
|
162 |
{
|
163 |
"prompt": [
|
164 |
+
"I'm interested in purchasing a new pair of boots for the fall season. I've been looking at your website and I'm having trouble finding boots that are both stylish and comfortable. Could you help me narrow down some options?"
|
165 |
],
|
166 |
"completion": [
|
167 |
+
"""I'm excited to hear that you're looking for the perfect boots for the fall season. I'd be more than happy to help you find a pair that meets your style and comfort needs. To get started, can you please tell me a bit more about what you're looking for? For example: * What's your preferred style: Ankle boots, knee-high boots, or something else? * What type of activities do you plan on wearing the boots for (e.g., hiking, work, casual outings, formal events)? * Do you have a preferred color palette in mind (e.g., neutral, bold, earthy tones)? * Are you looking for boots with any specific features (e.g., waterproofing, insulation, adjustable lacing)? * Do you have a budget in mind for the boots? * What's your height and foot size? Providing me with this information will help me narrow down some options for you and recommend some boots that fit your needs and preferences. Also, I can suggest some of our popular boot styles and brands that are known for their comfort and style. We have a wide range of boots from brands like UGG, The North Face, and Dr. Martens, to name a few. Let's get started"""
|
168 |
],
|
169 |
}
|
170 |
),
|