Skip to content

Commit

Permalink
Fix TAPAS doc
Browse files Browse the repository at this point in the history
  • Loading branch information
LysandreJik committed Dec 17, 2020
1 parent 6d2e864 commit e0790cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/model_doc/tapas.rst
Expand Up @@ -346,7 +346,7 @@ of that:
... inputs,
... outputs.logits.detach(),
... outputs.logits_aggregation.detach()
...)
... )
>>> # let's print out the results:
>>> id2aggregation = {0: "NONE", 1: "SUM", 2: "AVERAGE", 3:"COUNT"}
Expand Down

0 comments on commit e0790cc

Please sign in to comment.