Commit
·
a09e67c
1
Parent(s):
e121b3f
update notebook
Browse files
examples/fine-tune-modernbert-classifier.ipynb
CHANGED
@@ -285,7 +285,14 @@
|
|
285 |
"source": [
|
286 |
"## Let's generate some data\n",
|
287 |
"\n",
|
288 |
-
"Let's go to the [hosted Hugging Face Space](https://huggingface.co/spaces/argilla/synthetic-data-generator) to generate the data. This is done in three steps 1) we come up with a dataset description, 2) iterate on the task configuration, and 3) generate and push the data to Hugging Face.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
289 |
"\n",
|
290 |
"For this example, we will generate 1000 examples with a temperature of 1. After some iteration, we come up with the following system prompt:\n",
|
291 |
"\n",
|
|
|
285 |
"source": [
|
286 |
"## Let's generate some data\n",
|
287 |
"\n",
|
288 |
+
"Let's go to the [hosted Hugging Face Space](https://huggingface.co/spaces/argilla/synthetic-data-generator) to generate the data. This is done in three steps 1) we come up with a dataset description, 2) iterate on the task configuration, and 3) generate and push the data to Hugging Face. A more detailed flow can be found in [this blogpost](https://huggingface.co/blog/synthetic-data-generator). \n",
|
289 |
+
"\n",
|
290 |
+
"<iframe\n",
|
291 |
+
"\tsrc=\"https://argilla-synthetic-data-generator.hf.space\"\n",
|
292 |
+
"\tframeborder=\"0\"\n",
|
293 |
+
"\twidth=\"850\"\n",
|
294 |
+
"\theight=\"450\"\n",
|
295 |
+
"></iframe>\n",
|
296 |
"\n",
|
297 |
"For this example, we will generate 1000 examples with a temperature of 1. After some iteration, we come up with the following system prompt:\n",
|
298 |
"\n",
|