mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
small edits
This commit is contained in:
parent
c59f7e804d
commit
316cef73ba
@ -48,10 +48,10 @@
|
|||||||
"# Set to true so ClearML will log the models created by the trainer\n",
|
"# Set to true so ClearML will log the models created by the trainer\n",
|
||||||
"%env CLEARML_LOG_MODEL=True\n",
|
"%env CLEARML_LOG_MODEL=True\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# Set the ClearML task name\n",
|
"# Set the ClearML task name (default \"Trainer\")\n",
|
||||||
"# %env CLEARML_TASK=\n",
|
"# %env CLEARML_TASK=\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# Set task's prkect\n",
|
"# Set task's project (default \"HuggingFace Transformers\")\n",
|
||||||
"# %env CLEARML_PROJECT="
|
"# %env CLEARML_PROJECT="
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
@ -100,8 +100,7 @@
|
|||||||
"id": "LG-TqpPf9_Tn"
|
"id": "LG-TqpPf9_Tn"
|
||||||
},
|
},
|
||||||
"source": [
|
"source": [
|
||||||
"Create a trainer, in which you'll typically pass the following parameters to [Trainer](https://huggingface.co/docs/transformers/main/en/main_classes/\n",
|
"Create a trainer, in which you'll typically pass the following parameters to [Trainer](https://huggingface.co/docs/transformers/main/en/main_classes/trainer#transformers.Trainer):\n",
|
||||||
"trainer#transformers.Trainer):\n",
|
|
||||||
"\n",
|
"\n",
|
||||||
"1. A [PreTrainedModel](https://huggingface.co/docs/transformers/main/en/main_classes/model#transformers.PreTrainedModel) or a [`torch.nn.Module`](https://pytorch.org/docs/stable/nn.html#torch.nn.Module):\n",
|
"1. A [PreTrainedModel](https://huggingface.co/docs/transformers/main/en/main_classes/model#transformers.PreTrainedModel) or a [`torch.nn.Module`](https://pytorch.org/docs/stable/nn.html#torch.nn.Module):\n",
|
||||||
"\n"
|
"\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user