From 70be7cf3ed05f16cc7ec8d114affd33993e606f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Overbeek?= <71177560+bbjoverbeek@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:14:09 +0100 Subject: [PATCH] Fix URL to arXiv (#259) The URL was missing a digit, resulting in a link to an unrelated paper. --- docs/source/main_classes/cli.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/main_classes/cli.rst b/docs/source/main_classes/cli.rst index 1793360c..8230e020 100644 --- a/docs/source/main_classes/cli.rst +++ b/docs/source/main_classes/cli.rst @@ -23,7 +23,7 @@ Three commands are supported: - ``inseq attribute-dataset``: Extends ``attribute`` to full dataset using Hugging Face ``datasets.load_dataset`` API. -- ``inseq attribute-context``: Detects and attribute context dependence for generation tasks using the approach of `Sarti et al. (2023) `__. +- ``inseq attribute-context``: Detects and attribute context dependence for generation tasks using the approach of `Sarti et al. (2023) `__. ``attribute`` ----------------------------------------------------------------------------------------------------------------------- @@ -47,6 +47,6 @@ The ``attribute-dataset`` command extends the ``attribute`` command to full data ----------------------------------------------------------------------------------------------------------------------- The ``attribute-context`` command detects and attributes context dependence for generation tasks using the approach of -`Sarti et al. (2023) `__. The command takes the following arguments: +`Sarti et al. (2023) `__. The command takes the following arguments: -.. autoclass:: inseq.commands.attribute_context.attribute_context_args.AttributeContextArgs \ No newline at end of file +.. autoclass:: inseq.commands.attribute_context.attribute_context_args.AttributeContextArgs