Skip to content

Commit

Permalink
Merge branch 'huggingface:main' into led-generation-fix-and-documenta…
Browse files Browse the repository at this point in the history
…tion-improvement
  • Loading branch information
caesar-one authored May 6, 2022
2 parents 411d3f4 + cad61b6 commit b073345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/main_classes/trainer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ specific language governing permissions and limitations under the License.

# Trainer

The [`Trainer`] class provides an API for feature-complete training in PyTorch for most standard use cases. It's used in most of the [example scripts](../examples).
The [`Trainer`] class provides an API for feature-complete training in PyTorch for most standard use cases. It's used in most of the [example scripts](https://github.com/huggingface/transformers/tree/main/examples).

Before instantiating your [`Trainer`], create a [`TrainingArguments`] to access all the points of customization during training.

Expand Down

0 comments on commit b073345

Please sign in to comment.