From 0cc30b2728124b6a77caab9c1ead50348dfa90cf Mon Sep 17 00:00:00 2001 From: pidoux7 Date: Wed, 3 Jul 2024 16:21:40 +0200 Subject: [PATCH] fix_conflict: remove unqwnated changes --- docs/concepts/torch-component.md | 2 +- mkdocs.yml | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/concepts/torch-component.md b/docs/concepts/torch-component.md index 7065b9b14..f946868e6 100644 --- a/docs/concepts/torch-component.md +++ b/docs/concepts/torch-component.md @@ -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, ), diff --git a/mkdocs.yml b/mkdocs.yml index 360876410..a0add2850 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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