diff --git a/docs/guides/frameworks/huggingface/transformers.md b/docs/guides/frameworks/huggingface/transformers.md index 2a5ee79a..a1901d04 100644 --- a/docs/guides/frameworks/huggingface/transformers.md +++ b/docs/guides/frameworks/huggingface/transformers.md @@ -5,7 +5,7 @@ title: Transformers The [HuggingFace Transformers example](https://github.com/allegroai/clearml/blob/master/examples/frameworks/huggingface/transformers.ipynb) demonstrates how to integrate ClearML into your Transformer's [Trainer](https://huggingface.co/docs/transformers/v4.34.1/en/main_classes/trainer) code. The HuggingFace Trainer automatically uses the built-in [`ClearMLCallback`](https://huggingface.co/docs/transformers/v4.34.1/en/main_classes/callback#transformers.integrations.ClearMLCallback) -if the `clearl` package is already installed, to log Transformers models, parameters, scalars, and more. +if the `clearml` package is already installed, to log Transformers models, parameters, scalars, and more. In the example, ClearML is installed and set up in the training environment. This way ClearML can log models, parameters, scalars, and more. diff --git a/docs/webapp/webapp_exp_reproducing.md b/docs/webapp/webapp_exp_reproducing.md index 6b519a41..ab1880a8 100644 --- a/docs/webapp/webapp_exp_reproducing.md +++ b/docs/webapp/webapp_exp_reproducing.md @@ -4,7 +4,7 @@ title: Reproducing Experiments Reproduce experiments on local or remote machines in one of the following ways: * Cloning any experiment - Make an exact copy, while maintaining the original experiment -* Resetting an experiment whose status is not Published - Delete the previous run's logs and output +* Resetting an experiment whose status is not *Published* - Delete the previous run's logs and output After cloning or resetting, enqueue the reset or newly cloned experiment for execution by a worker.