"I've noticed a persistent skin rash on my arms, legs, and torso over the past few weeks. The affected areas appear red, itchy, and are characterized by dry, scaling patches.\n",
"For the past few weeks, I've been dealing with a persistent skin rash that affects my arms, legs, and torso. The rash appears as red, itchy areas with dry, flaky patches.\n",
"For several weeks, I've been dealing with a persistent skin issue affecting my arms, legs, and torso. The rash appears as red, itchy areas covered in dry, flaky scales.\n",
"For several weeks, I've noticed a persistent skin issue affecting my arms, legs, and torso. The affected areas appear red, irritated, and feature dry, flaky scales.\n",
"For the past few weeks, I've been dealing with an uncomfortable skin issue that's affected my arms, legs, and torso. The rash has characterized by a reddish hue, intense itchiness, and the presence of dry, flaky scales.\n"
]
}
],
"source": [
"text = \"I have been experiencing a skin rash on my arms, legs, and torso for the past few weeks. It is red, itchy, and covered in dry, scaly patches.\"\n",
"for i in range(5):\n",
" result_i = send_prompt(f'Rephrase the following text:\\n{text}')\n",
" print(result_i)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"### ***Augment dataset using `llm`***\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**`n_augmentations` is number of rephrased texts to generate for each row in the original dataset**"