Skip to content

Commit

Permalink
trainer
Browse files Browse the repository at this point in the history
  • Loading branch information
stevhliu committed Oct 22, 2024
1 parent 654ab2f commit 9312112
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 583 deletions.
6 changes: 4 additions & 2 deletions docs/source/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,12 @@
sections:
- title: Trainer API
sections:
- local: training
title: Finetuning
- local: trainer
title: Trainer
- local: training
title: Finetuning
- local: optimizers
title: Optimizers
- local: hpo_train
title: Hyperparameter Search using Trainer API
- local: run_scripts
Expand Down
23 changes: 23 additions & 0 deletions docs/source/en/optimizers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!--Copyright 2024 The HuggingFace Team. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
⚠️ Note that this file is in Markdown but contain specific syntax for our doc-builder (similar to MDX) that may not be
rendered properly in your Markdown viewer.
-->

# Optimizers

## LOMO

## GrokAdamW

## Schedule Free
2 changes: 1 addition & 1 deletion docs/source/en/pipeline_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This guide will introduce you to the [`Pipeline`], demonstrate its features, and

Here are some examples of how to use [`Pipeline`] for different tasks and modalities.

<hfoption id="tasks">
<hfoptions id="tasks">
<hfoption id="summarization">

```py
Expand Down
Loading

0 comments on commit 9312112

Please sign in to comment.