Skip to content

Commit

Permalink
fix hyperlink (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsenst committed Feb 8, 2024
1 parent 83fb5e4 commit 1771b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/textcat_goemotions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ To make your own config to combine pipelines, the basic steps are:
1. Include all the components you want in `nlp.pipeline`
2. Add a section for each component, specifying the pipeline to source it from.
3. If you have two components of the same type, specify unqiue component names for each.
4. If necessary, [specify `replace_listeners`](https://spacy.io/api/language#replace_listeners) to bundle a component with its tok2vec.
4. If necessary, specify [`replace_listeners`](https://spacy.io/api/language#replace_listeners) to bundle a component with its tok2vec.

You can also remove many values related to training - since you aren't running
a training loop with `spacy assemble`, default values are fine.
Expand Down

0 comments on commit 1771b63

Please sign in to comment.