Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

typo in docs (concepts.md) #225

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/concepts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Configuration

Many objects, including Encoders, Decoders, Models, Input Pipelines, and Inference Tasks, are configured using key-value parameters. These parameters are typically passed as [YAML](https://en.wikipedia.org/wiki/YAML) through configuration files or directly on the command line. For example, you can pass a `model_params` string to the training script configure model. Configurations are often be nested, as in the following example:
Many objects, including Encoders, Decoders, Models, Input Pipelines, and Inference Tasks, are configured using key-value parameters. These parameters are typically passed as [YAML](https://en.wikipedia.org/wiki/YAML) through configuration files or directly on the command line. For example, you can pass a `model_params` string to the training script configure model. Configurations are often nested, as in the following example:

```yml
model_params:
Expand Down