Skip to content

Commit

Permalink
fix_conflict: remove unqwnated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pidoux7 committed Jul 3, 2024
1 parent 0b4eda6 commit 0cc30b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/torch-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ In EDS-NLP, sharing a subcomponent is simply done by sharing the object between
eds.ner_crf(
...,
embedding=eds.transformer(
model="bert-base-uncased",
model_name="bert-base-uncased",
window=128,
stride=96,
),
Expand Down
11 changes: 5 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,11 @@ nav:

- Trainable components:
- pipes/trainable/index.md
- 'Transformer': pipes/trainable/embeddings/transformer.md
- 'Text CNN': pipes/trainable/embeddings/text_cnn.md
- 'Span Pooler': pipes/trainable/embeddings/span_pooler.md
- 'NER': pipes/trainable/ner.md
- 'Span Classifier': pipes/trainable/span-classifier.md
- 'Span Linker': pipes/trainable/span-linker.md
- pipes/trainable/embeddings/transformer.md
- pipes/trainable/embeddings/text_cnn.md
- pipes/trainable/embeddings/span_pooler.md
- pipes/trainable/ner.md
- pipes/trainable/span-qualifier.md
- tokenizers.md
- Data Connectors:
- data/index.md
Expand Down

0 comments on commit 0cc30b2

Please sign in to comment.