Fix link to example scripts (#17103)

This commit is contained in:
Steven Liu
2022-05-05 13:20:27 -07:00
committed by GitHub
parent a59eb349c5
commit cad61b6839

View File

@@ -12,7 +12,7 @@ specific language governing permissions and limitations under the License.
# Trainer # 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. Before instantiating your [`Trainer`], create a [`TrainingArguments`] to access all the points of customization during training.