Skip to content

Commit

Permalink
Fix URL to arXiv (#259)
Browse files Browse the repository at this point in the history
The URL was missing a digit, resulting in a link to an unrelated paper.
  • Loading branch information
bbjoverbeek committed Mar 12, 2024
1 parent 6d591c4 commit 70be7cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/main_classes/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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) <https://arxiv.org/abs/2310.0118>`__.
- ``inseq attribute-context``: Detects and attribute context dependence for generation tasks using the approach of `Sarti et al. (2023) <https://arxiv.org/abs/2310.01188>`__.

``attribute``
-----------------------------------------------------------------------------------------------------------------------
Expand All @@ -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) <https://arxiv.org/abs/2310.0118>`__. The command takes the following arguments:
`Sarti et al. (2023) <https://arxiv.org/abs/2310.01188>`__. The command takes the following arguments:

.. autoclass:: inseq.commands.attribute_context.attribute_context_args.AttributeContextArgs
.. autoclass:: inseq.commands.attribute_context.attribute_context_args.AttributeContextArgs

0 comments on commit 70be7cf

Please sign in to comment.